MyBB Community Forums

Full Version: Admin directory not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
fixed
Right:
$config['admin_dir'] = 'admin';
Wrong:
$config['admin_dir'] = ‘admin’;
Do you see the difference?
Basically don't use curly quotes...