Discussion:
[Citrusdb-users] Problems With Online Customer Manager
Tope Kenneth
2013-01-04 12:00:39 UTC
Permalink
I installed citrus db on a local environment and when i tried the online
customer manager i got the following errors;
Paul Yasi
2013-01-04 14:35:15 UTC
Permalink
This means that E_STRICT is probably enabled in your error reporting
setting. You'll want to turn that off in your php.ini settings so it
does not show these notices. Once it does not show the notices it
should allow the setting of session cookies correctly since it won't
have output any headers with strict notices.

My error_reporting setting in php.ini looks like:

error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED


Paul
Post by Tope Kenneth
I installed citrus db on a local environment and when i tried the online
customer manager i got the following errors;
Loading...