Help Please - White Screen only
Help Please - White Screen only
Was looking at some site settings I think in the ecommerce screen and clicked Undo, now all I get is a white screen even when going to the main URL to login can this be fixed?
Re: Help Please - White Screen only
Yes.
Please, activate debug in the config.php file and refresh. You will get a fatal error.
Provide that error and we'll try to help.
Please, activate debug in the config.php file and refresh. You will get a fatal error.
Provide that error and we'll try to help.
Re: Help Please - White Screen only
Thank you for your reply, please can you tell me the steps to activate debug?
Re: Help Please - White Screen only
Open config.php and change the following line:
$cfg['do_debug'] = false;
to:
$cfg['do_debug'] = true;
$cfg['do_debug'] = false;
to:
$cfg['do_debug'] = true;
Re: Help Please - White Screen only
Thank you......the result is below.
Warning: Illegal string offset 'browser' in /storage/ssd4/680/2127680/public_html/VLE/lib/layout/lib.layout.php on line 226
Warning: include(/storage/ssd4/680/2127680/public_html/VLE/templates//layout/home_login.php): failed to open stream: No such file or directory in /storage/ssd4/680/2127680/public_html/VLE/lib/layout/lib.layout.php on line 229
Warning: include(): Failed opening '/storage/ssd4/680/2127680/public_html/VLE/templates//layout/home_login.php' for inclusion (include_path='/storage/ssd4/680/2127680/public_html/VLE/addons/htmlpurifier/standalone:.:/usr/share/pear:/usr/share/php') in /storage/ssd4/680/2127680/public_html/VLE/lib/layout/lib.layout.php on line 229
Warning: Illegal string offset 'browser' in /storage/ssd4/680/2127680/public_html/VLE/lib/layout/lib.layout.php on line 226
Warning: include(/storage/ssd4/680/2127680/public_html/VLE/templates//layout/home_login.php): failed to open stream: No such file or directory in /storage/ssd4/680/2127680/public_html/VLE/lib/layout/lib.layout.php on line 229
Warning: include(): Failed opening '/storage/ssd4/680/2127680/public_html/VLE/templates//layout/home_login.php' for inclusion (include_path='/storage/ssd4/680/2127680/public_html/VLE/addons/htmlpurifier/standalone:.:/usr/share/pear:/usr/share/php') in /storage/ssd4/680/2127680/public_html/VLE/lib/layout/lib.layout.php on line 229
Re: Help Please - White Screen only
Nothing else?
Re: Help Please - White Screen only
That's is all that appears when navigating to the home page of the LMS
- CisterNino
- FormaLms User
- Posts: 73
- Joined: Mon May 06, 2013 2:59 pm
Re: Help Please - White Screen only
Hi Stewart.
Try this:
go on your forma database and run this query
SELECT * FROM 'core_setting' WHERE `param_name` = 'defaultTemplate';
then tell me the result.
Try this:
go on your forma database and run this query
SELECT * FROM 'core_setting' WHERE `param_name` = 'defaultTemplate';
then tell me the result.
I'm Livio, the Two. If you need, you can contact the one.
Re: Help Please - White Screen only
Get SQL error
#1054 unknown column defaultTemplate in where clause
#1054 unknown column defaultTemplate in where clause
Re: Help Please - White Screen only
semicolon missing, I suppose...
try this (semicolon included):
SELECT * FROM core_setting WHERE param_name = "defaultTemplate";
try this (semicolon included):
SELECT * FROM core_setting WHERE param_name = "defaultTemplate";