MyBB Community Forums

Full Version: upgrading to mybb 1.6.3 error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i get this error Huh
Parse error: syntax error, unexpected T_VARIABLE in /home/rab7soc/public_html/vb/inc/settings.php on line 292

Parse error: syntax error, unexpected T_VARIABLE in /home/rab7soc/public_html/vb/inc/settings.php on line 292

and my site not working now
Can you get into your AdminCP?
Try to save one of your settings group to force the file to be rebuild.
i cant get into to my AdminCP i get this error in any part in my forum
What is line 291, 292, 293 of settings.php?
hi Aries thanx for your help Smile
the lines 291 292 293 is
$settings['google_seo_url_punctuation'] = "!\\\\"#$%&\\\'( )*+,-./:;<=>?@[]^_`{|}~%";
$settings['threadreadcut'] = "0";
$settings['teradonate_reason'] = "";
Try to change this line:
$settings['google_seo_url_punctuation'] = "!\\\\"#$%&\\\'( )*+,-./:;<=>?@[]^_`{|}~%";
to
$settings['google_seo_url_punctuation'] = "!\\\"#$%&\\\'( )*+,-./:;<=>?@[]^_`{|}~%";
Thanx Aries Smile
its solved by your help
Congratulations, your copy of MyBB has successfully been updated to 1.6.3.