Quote:
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home2/yssr/public_html/libraries/joomla/filter/input.php on line 652
Your hosting provider must have installed PHP 5.5, which causes the first two messages about the use of a deprecated option in the native PHP function preg_replace().
Because those messages were already displayed, the session software displays a warning that it cannot do what it was supposed to do.
One workaround is to turn off error displays from the back end. Change the option 'Error Reporting' under Server to 'None'.
If you manage your own server, you can edit the php.ini file and use the following setting, then restart the Apache service:
Code:
error_reporting = E_ALL & ~(E_NOTICE | E_WARNING | E_STRICT | E_DEPRECATED)
This setting is shown numerically as 22517 in Joomla under System Information - PHP Information.
Statistics: Posted by toivo — Wed Feb 04, 2015 4:18 pm
via Joomla! http://ift.tt/16zwvNq
No comments:
Post a Comment