I've recently upgraded to 5.4.0.5 and have now started getting this error when trying to edit ANY page:
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [145: Table './therp2_mydb/PageSearchIndex' is marked as crashed and should be repaired] in EXECUTE("UPDATE PageSearchIndex SET cName='Home',cDescription='NC',cPath=NULL,cDatePublic='2010-02-14 12:50:00',content='land Rd. , &is a clinic based in NC. PT, in /home/therap3/public_html/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
I've searched the forum and found similar problems but not the same, and not sure what the fix is.
Any ideas anyone?
re: Fatal error: Uncaught exception 'ADODB_Exception'
Jul 26, 2010 at 8:03 PM
Hey man, thanks! That did the trick. As obvious as it is now, I wouldn't have gotten that on my own.
And even after you wrote that, it's been a while since I gotten into phpMyAdmin on my cPanel, so I got into there, then had to find the database, which I see is "therap3_tpc5", and then find the SQL area to run the command you said in.
So I feel good about myself for getting that far, and of course your command was the key to it it all, so I appreciate it!
And even after you wrote that, it's been a while since I gotten into phpMyAdmin on my cPanel, so I got into there, then had to find the database, which I see is "therap3_tpc5", and then find the SQL area to run the command you said in.
So I feel good about myself for getting that far, and of course your command was the key to it it all, so I appreciate it!





drm
re: Fatal error: Uncaught exception 'ADODB_Exception'
So the first thing to try is to attempt to repair the table via MySQL:
REPAIR TABLE PageSearchIndex
Then see if that helps..