I am having some trouble with my install and it looks like this might be the best place to go.
Last night I made a dhange to a couple of the PHP files and apparently broke my install. Knowing that a backup would be importand I smartly made sure I had everything in a different directly, off of the server in fact. I even have a SQL backup.
I started out with the following errors in Admin:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/mkngscnt/public_html/admin/includes/classes/logger.php:127) in /home/mkngscnt/public_html/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/mkngscnt/public_html/admin/includes/classes/logger.php:127) in /home/mkngscnt/public_html/admin/includes/init_includes/init_templates.php on line 71
Thinking a restore wold solve the problem I fully restored all of the files from my backup. This, of course, did not solve the problem. I shoudl note that the restore did not restore the 2 configure.php files.
I found several pieces of advice on the forums, and was able to determine that some of my PHP files had some blank space after the ?> so now, after locating all that I could find I now have a new error in Admin:
Fatal error: Class 'messageStack' not found in /home/mkngscnt/public_html/includes/autoload_func.php on line 157
So my question is how do I get back up and running? Is it a matter of restoring the configure.php files? If I do so what is the proper way to do it and what might the ramifications?
I am desparate as the site is down and we were just about to launch.



