ADODB error - How to fix this?
Permalink
Hi, i hope you have a nice day :)
I have problem with my website. I already flush the cache from cpanel, repair DB, change CHMOD, but the error still there :
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1033: Table './cushcom_hx/Config' was created with a different version of MySQL and cannot be read] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1033, 'Table './cushco...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select cfValue ...') #2 /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb.inc.php(1610): ADOConnection->Execute('select cfValue ...', Array) #3 [internal function]: ADOConnection->GetRow('select cfValue ...', Array) #4 /home/cushcom/public_html/hexacreative/concrete/libraries/database.php(73): call_user_func_arr in /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
how to fix that? thanks :(
I have problem with my website. I already flush the cache from cpanel, repair DB, change CHMOD, but the error still there :
Fatal error: Uncaught exception 'ADODB_Exception' with message 'mysql error: [1033: Table './cushcom_hx/Config' was created with a different version of MySQL and cannot be read] in EXECUTE("select cfValue from Config where cfKey = 'ENABLE_CACHE'") ' in /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php:78 Stack trace: #0 /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb.inc.php(1042): adodb_throw('mysql', 'EXECUTE', 1033, 'Table './cushco...', 'select cfValue ...', false, Object(ADODB_mysql)) #1 /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb.inc.php(998): ADOConnection->_Execute('select cfValue ...') #2 /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb.inc.php(1610): ADOConnection->Execute('select cfValue ...', Array) #3 [internal function]: ADOConnection->GetRow('select cfValue ...', Array) #4 /home/cushcom/public_html/hexacreative/concrete/libraries/database.php(73): call_user_func_arr in /home/cushcom/public_html/hexacreative/concrete/libraries/3rdparty/adodb/adodb-exceptions.inc.php on line 78
how to fix that? thanks :(
thanks for your reply :)
i think that too.
but, how to do that? i'm very newbie for database --"
thanks :)
i think that too.
but, how to do that? i'm very newbie for database --"
thanks :)
So do you know what caused this error? Did you do something special and then it broke up? I'm not going into any details if this is problem of your host and their technical support, or this is just your playground site.
Do you have any backup (dump, like mydb_backup.sql) of your database?
Do you have any backup (dump, like mydb_backup.sql) of your database?
owh.
thanks for your reply..
thanks! my problem solved! :)
thanks for your reply..
thanks! my problem solved! :)
how did you fix it...i'm getting the same error message.
Thanks
Thanks
this is how i solved this problem. On this case i use the latest version of Concrete5 (v5.4.0.5 :
1. Go to your cPanel/FTP Concrete5 website
2. Go to /public_html/files/
3. Select /cache folder
4. Delete that folder (/cache)
5. Create new folder with name cache
6. Refresh your cPanel/FTP
7. Finish
This work for my website.
1. Go to your cPanel/FTP Concrete5 website
2. Go to /public_html/files/
3. Select /cache folder
4. Delete that folder (/cache)
5. Create new folder with name cache
6. Refresh your cPanel/FTP
7. Finish
This work for my website.
I think this is not really C5 problem, but this answer is just my guess :)