MyBB Community Forums

Full Version: Post-installation error with style.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Installation went ok from A to Z. The forum link is working (I already saw 2 spams accounts created... my next worry !) but the link to forum/admin leads to this error :

Quote:Parse error: syntax error, unexpected end of file in /flex/domain/chess-teaching.com/site/www/forum/admin/styles/default/style.php on line 31

Do you know why ?

Thanks,
Regards.

I accessed to my admin page with commenting these 4 lines :

// Disallow direct access to this file for security reasons
// if(!defined("IN_MYBB"))
// {
//	die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined.");
// }

But I don't think it's a good way to solve the problem (security issues ?). So if someone has a better idea, thanks!