2012-09-23, 02:11:38
Happens the same to me. Fresh GS 3.1.2 install (no pages, no plugins): after uploading/copying GS Blog 1.4 I get a blank page in both the site and /admin, with debug mode enabled.
I've done a quick trace and it seems to break in blog.php line 17:
I also spotted a typo in line 15: $LNAG instead of $LANG
(However after correcting this, it still happens the same)
I've done a quick trace and it seems to break in blog.php line 17:
Code:
i18n_merge($thisfile) || i18n_merge($LANG);
I also spotted a typo in line 15: $LNAG instead of $LANG
(However after correcting this, it still happens the same)