1
Hi there,
I have updated to the 1.3 news mdule, and when I attempt to create a topic in "topic manager", I get a blank page. I rab debug mode, and this is what it said:
Fatal error: Undefined class name 'errorhandler' in /home/yawn/public_html/class/xoopstopic.php on line 116
Can anyone please let me know how to solve this issue? Otherwise, everything is working well. =)
Cheers,
bri
P.S. I looked in xoopstopic, and found the only "errorhandler", and this is what it said in the script:
****************
if ( !$result = $this->db->query($sql) ) {
ErrorHandler::show('0022');
*****************
Sooo...I think I found what the debug was talking about. I then looked in "module.errorhandler.php" and found that Errorhandler 22 might mean:
"An error ocurred while querying the database."
So does this mean there was a query problem with the database, or just that there was an "undefined class name" (whatever that means)?
Thanks again for any help!