it say 0 files have been upload to data base. Here is my dbprefs.php
Code:
# This is where all the AIML and startup.xml resides
$rootdir= "/xxxxxxx/xxxxx/xxxxx/jaxdoug.com/httpdocs/forums/alice/aiml/";
require('xxxxxx/xxxxxx/xxxxx/jaxdoug.com/httpdocs/forums/includes/config.php');
$DB_HOST=$config['MasterServer']['localhost'];
$DB_UNAME=$config['MasterServer']['xxxxx'];
$DB_PWORD=$config['MasterServer']['xxxxx'];
$DB_DB=$config['Database']['xxxxxx'];
Of course I X'd out the rest of my path and database information.
Thanks,
Doug