If you uncommented the debug mode in GSConfig
and still no errors are shown, try adding
into your .htaccess file. However, some hosting providers doesn't support these flags in .htaccess - the only way to display errors may be allowing it via a control panel provided by your hosting.
Try what I suggested above, it has always worked for me, yesterday was the last time I needed it - also a blank page after missing one brace "}" in my code.
Code:
# Turn on debug mode
#define('GSDEBUG', TRUE);
Code:
php_flag display_errors on
Try what I suggested above, it has always worked for me, yesterday was the last time I needed it - also a blank page after missing one brace "}" in my code.
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
» The little I did for GetSimple