View Single Post
  #113  
Old 21st March 2012, 13:56
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
error #1 open httperror.php and replace all cases of $admin_mail with $admin_email
error #2
in include/forum_settings.php find
PHP Code:
require_once("include/configdata.php");
require_once(
"include/db/database.php");



//This way we protect database authentication against hacked mods
unset($db_type,$db_host,$db_user,$db_pass,$db_persistency); 
and remove it then undo your edit and let me know if that helps.
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/
Reply With Quote