[SOLVED]Blank page after login

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Centrix
Posts: 10
Joined: Tue 21. Feb 2006, 12:27

[SOLVED]Blank page after login

Post by Centrix »

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? :)
Last edited by Centrix on Tue 21. Feb 2006, 15:36, edited 1 time in total.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Sounds like chmod settings, maybe? What does the rendered source for the blank page(s) show?
Centrix
Posts: 10
Joined: Tue 21. Feb 2006, 12:27

Post by Centrix »

Nothing at all!
Could this be a problem with the header redirect?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

What URL does the browser wind up at?
Centrix
Posts: 10
Joined: Tue 21. Feb 2006, 12:27

Post by Centrix »

DeXXus

login.php
- seems redirect doesnt work proberly :(

Also, when choosing file for download, it opens in browser as code :(
(eg. a PDF file)

Thx for taken ur time with this, much appreciated!
Centrix
Posts: 10
Joined: Tue 21. Feb 2006, 12:27

Post by Centrix »

LOL!

Seems ISP switched to PHP 5.0.5 - is that why I get the errors?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

You didn't mention the errors... that's why I asked what the "rendered source" looked like :wink:

What error message(s)?
Centrix
Posts: 10
Joined: Tue 21. Feb 2006, 12:27

Post by Centrix »

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 :oops:
When removed, all worked as intended.

Thx all for replying!
Post Reply