Hi...
I'm currently using phpWCMS 1.2.5dev, and after moving to public site, my login.php redirect to phpwcms.php just turns blank. When accessing phpwcms.php directly after login, I can get to the admin pages anyway, so it seems session is maintained.
The same behavior is true, when editing frontend.css through browser and clicking "Save" - only blank page is shown after...
Any suggestions on how to fix?
Pls?
[SOLVED]Blank page after login
[SOLVED]Blank page after login
Last edited by Centrix on Tue 21. Feb 2006, 15:36, edited 1 time in total.
All is OK now - I finally made my site show PHP errors/notices using the .htaccess file, and it was a problem with headers!
When headers are not transmitted correctly, the Location: header and headers for pdf content (application/pdf) will fail...
The "bug" was a space at the end of the config.inc.php file
When removed, all worked as intended.
Thx all for replying!
When headers are not transmitted correctly, the Location: header and headers for pdf content (application/pdf) will fail...
The "bug" was a space at the end of the config.inc.php file
When removed, all worked as intended.
Thx all for replying!