keez123 Posted August 10, 2012 Posted August 10, 2012 i keep getting this error: Fatal error: require() [function.require]: Failed opening required 'class/class_db_.php' (include_path='.:/usr/local/php53/pear') in /home/timeofwa/public_html/installer.php on line 457 i have no idea how to fix it as i have the class files in a directory named "class" but it still wont work can anyone help? thankyou Quote
rulerofzu Posted August 10, 2012 Posted August 10, 2012 class_db_.php Gives it away. The files are class_db_mysql.php and class_db_mysqli.php Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 i have those files in the class directory? Quote
rulerofzu Posted August 10, 2012 Posted August 10, 2012 Yes but its not looking for one of those files though. Look at the error Failed opening required 'class/class_db_.php' Quote
keez123 Posted August 10, 2012 Author Posted August 10, 2012 okay so im past that now: QUERY ERROR: Table 'announcements' already exists Query was CREATE TABLE `announcements` ( `a_text` text NOT NULL, `a_time` int(11) NOT NULL default '0') ENGINE=MyISAM ; Quote
rulerofzu Posted August 10, 2012 Posted August 10, 2012 Look at and change installer.php on line 457 Quote
rulerofzu Posted August 10, 2012 Posted August 10, 2012 So where exactly did you download this engine from? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.