Re: Errors after installing
There's something a little odd about this error. On your homepage the error indicates that the source of the error is line one of index.php but every other page displays Cannot send session cookie - headers already sent by (output started at /home/aemson/public_html/beautyexpressonline/includes/functions/sessions.php:1) in /home/aemson/public_html/beautyexpressonline/includes/functions/sessions.php on line 97 which suggests that the problem is on line one of includes/functions/sessions.php. It's unlikely that anyone would need to edit this file, but check the the top of this file in case it's been corrupted.
If everything is ok with that, then go through every file that is called from application_top.php i.e. every file called by include or require statements. until you get down to require(DIR_WS_FUNCTIONS . 'sessions.php'); The error is somewhere between the top of application_top.php and line 97 of sessions.php. If you follow the program path line by line you will find the problem.
__________________
Lawrence
|