admiralqxcvii Posted May 12, 2007 Share Posted May 12, 2007 Helo evry1, Can anyone advice how to deal with this error?... Fatal error: Cannot instantiate non-existent class: db_error in /usr/share/pear/PEAR.php on line 532 The line that pointing out the error is a comment: "// {{{ throwError()" - line 532 in PEAR.php I know for sure that's not the cause of error, however the db_error is already defined in DB.php and I've had already included the DB.php. Anyone?... Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/51015-ahh-a-little-help-here-anyone/ Share on other sites More sharing options...
Wo0tHigh Posted May 12, 2007 Share Posted May 12, 2007 What about the lines above it? Quote Link to comment https://forums.phpfreaks.com/topic/51015-ahh-a-little-help-here-anyone/#findComment-251057 Share on other sites More sharing options...
neel_basu Posted May 12, 2007 Share Posted May 12, 2007 You didn't included the file that contains that db_error Class. Quote Link to comment https://forums.phpfreaks.com/topic/51015-ahh-a-little-help-here-anyone/#findComment-251141 Share on other sites More sharing options...
admiralqxcvii Posted May 15, 2007 Author Share Posted May 15, 2007 Thanks!... I think I get what you mean now... Quote Link to comment https://forums.phpfreaks.com/topic/51015-ahh-a-little-help-here-anyone/#findComment-253199 Share on other sites More sharing options...
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.