SELECT * FROM `bx_sites_stwacc_info` WHERE `key_id` = '' LIMIT 1
Table 'guitarel_newsite.bx_sites_stwacc_info' doesn't exist
Called 'getRow' function with erroneous argument #0
Please help me.
I want to insert shrinktheweb code in the admin/modules/sites/setting
I got the below error - what do i have to do ???
Database query error
Query:
SELECT * FROM `bx_sites_stwacc_info` WHERE `key_id` = '' LIMIT 1
Mysql error:
Table 'guitarel_newsite.bx_sites_stwacc_info' doesn't exist Found error in the file '/home/guitarel/public_html/modules/boonex/sites/classes/BxSitesDb.php' at line 145.
Called 'getRow' function with erroneous argument #0 |
the key_id in your sql statement is empty and does this table exist: bx_sites_stwacc_info caredesign.net |
Shrink the web module is not fully installed. Tables are missing. You need to uninstall it and reinstall. https://www.deanbassett.com |
Hello Deano How do i do this Shrink the web module is not fully installed. Tables are missing. You need to uninstall it and reinstall. go to admin/modules/ click on sites and uninstall it and re-install sites??? or are you talking about uninstall /reinstall shrinktheweb??? thanks |
Sorry. Shrink the web is part of the sites module, so yes, it's the sites module that needs to be removed and reinstalled. https://www.deanbassett.com |
Good morning Deano Thanks. I did unnstall sites from admin/modules/sites and Re-install it - it is working now do more db query error
Thanks have a great day. You ROCK |