I have site with following error. Can some pls tell me what it is., or any sugestion Thanks Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time in /home/bitsup65/public_html/aeoma/init.php on line 2
More than likely you are trying to use ini_set on a session value after you have started using a session (the session_start() function)
Pls advice how should i fix it. The site was working before and suddenly it stop working with above error.
put the ini set commands right at the start of the file before the session start. if that doesn't work, contact your hosting provider