Hi,
Help please, i am getting these errors when running the botloader.... :hurt:
Code:
Warning: main(D:/home/**********/public_html/forum/includes/config.php) [function.main]: failed to open stream: No such file or directory in /home/**********/public_html/forum/alice/src/admin/dbprefs.php on line 49
Warning: main(D:/home/**********/public_html/forum/includes/config.php) [function.main]: failed to open stream: No such file or directory in /home/**********/public_html/forum/alice/src/admin/dbprefs.php on line 49
Fatal error: main() [function.require]: Failed opening required 'D:/home/**********/public_html/forum/includes/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/**********/public_html/forum/alice/src/admin/dbprefs.php on line 49
In the dbprefs.php file i have this, any help advising me of where i am going wrong would be much appreciated.
Code:
# This is where all the AIML and startup.xml resides
$rootdir= "D:/home/**********/public_html/forum/alice/aiml/";
require('D:/home/**********/public_html/forum/includes/config.php');
$DB_HOST=$config['MasterServer']['servername'];
$DB_UNAME=$config['MasterServer']['username'];
$DB_PWORD=$config['MasterServer']['password'];
$DB_DB=$config['Database']['dbname'];