CBSubs 1.9.1
Joomla 3.3.6
PHP 5.5.17
I'm getting a lot of these in the history file:
CAUGHT EXCEPTION: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/calsaili/public_html/administrator/components/com_comprofiler/comprofiler.class.php on line 1687
I saw some posts about similar problems (not in the same module) where the advice was to disable error reporting. I have Joomla configured for no-debug, and I can't find any other controls.
I have implemented a fix I found in this forum for phpinputfilter.inputfilter.php, which solved errors of this type from that module. How can I fix this one?
TIA.