LuxuryCEO Posted January 1, 2013 Report Share Posted January 1, 2013 hi guys ive recently moved hosts and installed a new phpvms on to it but when i updated/ changed the mySQL tables i get the fallowing when i login Warning: Cannot modify header information - headers already sent by (output started at /home/luxuryai/public_html/core/app.config.php:1) in/home/luxuryai/public_html/core/common/Auth.class.php on line 358 and the fallowing when i logout: Warning: Cannot modify header information - headers already sent by (output started at /home/luxuryai/public_html/core/app.config.php:1) in/home/luxuryai/public_html/core/common/Auth.class.php on line 358 Warning: Cannot modify header information - headers already sent by (output started at /home/luxuryai/public_html/core/app.config.php:1) in/home/luxuryai/public_html/core/modules/Logout/Logout.php on line 26 any ideas on whats gone wrong Regards Michael Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted January 1, 2013 Administrators Report Share Posted January 1, 2013 Look at the very start of your app.config file for any whitespace or characters prior to the opening php tag. That is usually causes these types of errors. Wrong `<?php wrong <?php right <?php Quote Link to comment Share on other sites More sharing options...
LuxuryCEO Posted January 1, 2013 Author Report Share Posted January 1, 2013 nope its fine problem still exits tho although ive just discovered once i transfered the my sql tables from our old hosting to our new hosting the pilots were in the roster but are not in the admin area might just have to start again though i dont think my pilots would be happy Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted January 2, 2013 Administrators Report Share Posted January 2, 2013 I would also check the local.config.php file and anything else that you may have had to edit when you switched servers. That error is not likely coming from the database. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.