On my server, I've disabled ini_set in the PHP configuration as a security measure. However, CB gives a blank page in the backend, and I get the following messages in my error log:
ini_set() has been disabled for security reasons in /home/xxxxxxxx/public_html/libraries/joomla/session/session.php on line 102
PHP Warning: ini_set() has been disabled for security reasons in /home/xxxxxxxx/public_html/libraries/joomla/session/session.php on line 655
How do I prevent this behavior while not allowing ini_set?