GetSimple Support Forum
Admin - white pages - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: Admin - white pages (/showthread.php?tid=3213)



Admin - white pages - cpubound - 2012-05-22

Hi.
I'm new on GS Forum and this is my first post.

I searched the forum for my problem but didn't find an answer.

First, I built my GS site locally on my computer and at the end, uploaded it to my hoster.

The site worked perfectly, except for the admin section. I got a white page after the login.

So, I have decided to start a fresh install directly on my hoster. It worked perfectly (I rebuild all pages, one by one) but at the last save.... I got the white page again.

I can't manage my site anymore, always get the white page after login (/admin/pages.php). Any ideas?

Thank you for your help.
Chris


Note:
First time I got white page, I put some debug traces in admin/pages.php and it seems to get the error when calling : get_template('header', cl($SITENAME).' » '.i18n_r('PAGE_MANAGEMENT'));


Admin - white pages - shawn_a - 2012-05-22

Turn debug mode on and see if you get an error.

Else check your php logs, or data.other.log.error.txt


Admin - white pages - yojoe - 2012-05-22

Also does your hosting account meet min. requirements for GS installation ?

How did you exactly "rebuild your pages ony by one" ?
Create new page -> paste content ?
Look at the page page file in /data/other/pages.xml and purge /data/cache


Admin - white pages - n00dles101 - 2012-05-22

Try deleting /data/other/pages.xml , it will get recreated by the system.


Admin - white pages - cpubound - 2012-05-22

n00dles101 Wrote:Try deleting /data/other/pages.xml , it will get recreated by the system.

I tried it and pages has been recreated but the white page still there.

yojoe Wrote:Also does your hosting account meet min. requirements for GS installation ?
How did you exactly "rebuild your pages ony by one" ?
Create new page -> paste content ?
Look at the page page file in /data/other/pages.xml and purge /data/cache

Yes, I copy/paste the source code of all pages.
I did purge /data/cache.
White page still there.

shawn_a Wrote:Turn debug mode on and see if you get an error.
Else check your php logs, or data.other.log.error.txt

I turned on debug mode, checked the log and found this beauty :
[22-May-2012 08:31:32] PHP Warning: Cannot modify header information - headers already sent by (output started at ...plugins/i18n_base/lang/fr_FR.php:1)

There was 2 blank lines in the fr_FR.php file. I removed those lines and all is working perfectly now.

Thank you everyone for your support on this issue.

- Chris