2009-10-26, 01:50 AM
(2009-10-25, 07:38 PM)Sergio Montoya Wrote: The problem is that you are using the admin folder, and lot of people (including me) rename the admin folder to something else, hence why the script will fail.
Fix
global $db,$config; include MYBB_ROOT . "/{$config['admin_dir']}/inc/functions_themes.php";
Thanks for pointing that out. I forgot about users renaming their admin directory.