2012-11-12, 05:54 PM
2012-11-12, 05:55 PM
That's an internal server error. Check your server error logs.
2012-11-12, 05:59 PM
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
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
2012-11-12, 06:03 PM
Delete ./inc/settings.php
2012-11-12, 06:06 PM
I did that the page loaded but I cannot login it refreshs the page.
2012-11-12, 06:10 PM
Change your cookie prefix. For some reason it's set to ""; but it needs to be blank.
2012-11-12, 06:13 PM
This correct now?
$settings['cookiedomain'] = ".ultimategamingforums.co.uk";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ;
$settings['cookiedomain'] = ".ultimategamingforums.co.uk";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = ;
2012-11-12, 06:39 PM
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.