GetSimple Support Forum
blank page after installation - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: blank page after installation (/showthread.php?tid=853)



blank page after installation - kaotob - 2010-07-17

after installing GetSimple, I got a completely blank page:

http://selectiveroommates.com/admin/welcome.php

the host assures me that PHP is installed and working properly:

http://selectiveroommates.com/phpinfo.php

what do I need to do?

thanks,
Kelly


blank page after installation - JWH_Matthew - 2010-07-17

kaotob Wrote:after installing GetSimple, I got a completely blank page:

http://selectiveroommates.com/admin/welcome.php

the host assures me that PHP is installed and working properly:

http://selectiveroommates.com/phpinfo.php

what do I need to do?

thanks,
Kelly

Will you enable debug by un-commenting the following from gsconfig.php:

Code:
# Turn on debug mode
#define('GSDEBUG', TRUE);
to
Code:
# Turn on debug mode
define('GSDEBUG', TRUE);



blank page after installation - kaotob - 2010-07-17

OWS_Matthew Wrote:Will you enable debug by un-commenting the following from gsconfig.php:

Code:
# Turn on debug mode
#define('GSDEBUG', TRUE);
to
Code:
# Turn on debug mode
define('GSDEBUG', TRUE);

I cannot find that file - where is it located?

thanks


blank page after installation - Carlos - 2010-07-17

gsconfig.php can be found at the root of your GetSimple install.

If you're using some 2.02 beta, rename (or copy) temp.gsconfig.php to gsconfig.php, then edit the file.


blank page after installation - kaotob - 2010-07-17

okay, done.
thanks.


blank page after installation - JWH_Matthew - 2010-07-18

kaotob Wrote:okay, done.
thanks.

If you haven't already, visit your site and copy and paste the errors that are displayed.


blank page after installation - kaotob - 2010-07-18

OWS_Matthew Wrote:
kaotob Wrote:okay, done.
thanks.

If you haven't already, visit your site and copy and paste the errors that are displayed.


Warning: include(theme/Default_Simple/template.php) [function.include]: failed to open stream: No such file or directory in /hermes/web05/b1453/moo.donnam10/index.php on line 78

Warning: include() [function.include]: Failed opening 'theme/Default_Simple/template.php' for inclusion (include_path='.:/usr/local/lib/php-5.2.12/lib/php') in /hermes/web05/b1453/moo.donnam10/index.php on line 78


blank page after installation - Zegnåt - 2010-07-18

That was a weird error, can you check your theme folder? It seems to me it can’t load the theme file at all. Did GetSimple install correctly?


blank page after installation - kaotob - 2010-07-18

Zegnåt Wrote:That was a weird error, can you check your theme folder? It seems to me it can’t load the theme file at all. Did GetSimple install correctly?

that was the problem - the files didn't fully upload.

thanks so much for your help!