Sebastian Forsman

Results 3 comments of Sebastian Forsman

@sharmmoh1983 If you are using Splunk Cloud, you need to mount the ConfigMap to `/var/opt/splunk/etc/apps/splunkclouduf/default`

Nice to see this thread has been busy! Here's another `substr()` call we bumped into that needs to handle `null`: - https://github.com/processwire/processwire/blob/f66b2f2df8ed142af44ee24a82b3adb3598336f0/wire/modules/Process/ProcessPageSearch/ProcessPageSearch.module#L1357 And a few `strlen()` related cases: - https://github.com/processwire/processwire/blob/f66b2f2df8ed142af44ee24a82b3adb3598336f0/wire/modules/Process/ProcessPageSearch/ProcessPageSearch.module#L512...

Thanks @ryancramerdesign! Just a quick workaround for people stumbling in to these. If you define a nullable version of the built-in function under the ProcessWire namespace, the core will then...