GetSimple Support Forum

Full Version: Admin - white pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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'));
Turn debug mode on and see if you get an error.

Else check your php logs, or data.other.log.error.txt
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
Try deleting /data/other/pages.xml , it will get recreated by the system.
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