MyBB Community Forums

Full Version: Footer Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
it is only on certain pages however i get the following error
Quote:Notice: Undefined index: pconnect in /home/admin/public_html/community/inc/db_mysql.php on line 188

Notice: Undefined index: write in /home/admin/public_html/community/inc/db_mysql.php on line 169

Notice: Constant TABLE_PREFIX already defined in /home/admin/public_html/community/inc/functions.php on line 186
Reupload ./inc/db_mysql.php again from a fresh download.
Disable GLOBAL DEBUG MODE if you run it on your PHP install.
I'm not seeing errors anywhere, where exactly are they??
You removed the theme's copyright which is not allowed as the theme is released under CC By-Nc 3.0 License. :s
Not one for keeping copyrights I see. Nothing we can do about that though.
bump please help Sad
What plugins do you have active?? In ./inc/init.php, find:

define("TIME_NOW", time());

after, add:

define("NO_PLUGINS", 1);

Does it happen now??
Pages: 1 2