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 KennethI installed citrus db on a local environment and when i tried the online
customer manager i got the following errors;