MyBB Community Forums

Full Version: Blank Index Page?.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I went onto my forum www.ultimategamingforums.co.uk to see a white blank page.


How can I fix this?
That's an internal server error. Check your server error logs.
No there isn't any errors since the white blank page has came.

My bad..^...

[Mon Nov 12 17:55:10 2012] [warn] [client 82.25.202.127] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/footballwrestlingforums.com/site1/inc/settings.php on line 78
[Mon Nov 12 17:57:14 2012] [warn] [client 2.30.149.205] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/footballwrestlingforums.com/site1/inc/settings.php on line 78, referer: http://community.mybb.com/thread-129246-...37027.html
[Mon Nov 12 17:57:14 2012] [warn] [client 2.30.149.205] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/footballwrestlingforums.com/site1/inc/settings.php on line 78, referer: http://community.mybb.com/thread-129246-...37027.html
[Mon Nov 12 17:58:09 2012] [warn] [client 66.249.76.18] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/footballwrestlingforums.com/site1/inc/settings.php on line 78
[Mon Nov 12 17:58:09 2012] [warn] [client 66.249.76.18] mod_fcgid: stderr: PHP Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/footballwrestlingforums.com/site1/inc/settings.php on line 78
Delete ./inc/settings.php
I did that the page loaded but I cannot login it refreshs the page.
Change your cookie prefix. For some reason it's set to ""; but it needs to be blank.
This correct now?
$settings['cookiedomain'] = ".ultimategamingforums.co.uk";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ;
No, the value is literally set to ""; in the database. You need to change the value to nothing in both ./inc/settings.php and in the settings in the ACP.