flyclothing Posted August 26, 2016 Share Posted August 26, 2016 I am hoping that the community might be able to help me solve a recent issue. I host with A2hosting and my site, admin, cpanel and email are constantly being shut down because I go over their INODE count. Due to my site caching and emails, this seems to happen on a regular basis. They recently set up a CRON job to delete files and inadvertently deleted some of my required cache files. Most of those files were put back but now the admin doesnt seem to work properly. I am now having the following problems: 1. Cant save products as save buttons keep spinning. 2. 500 error on product pages 3. Updating order status get white page Here is what they said: Regarding the 500 error we are able to replicate, and have found a log error related to the MySQL table ps2_smarty_lazy_cache that looks responsible for it.Right now that particular table is corrupted, and not loading properly.We have spent a few hours trying to repair the table, but unfortunately have been unsuccessful, and we have no database backups to easily restore. Three days have gone by and they still have not fixed it. I asked my friend Marcin if he had a solution and he said I could replace table with this SQL query but when I try to add this through myphpadmin, I get a #1146 error. CREATE TABLE `ps2_smarty_lazy_cache` ( `template_hash` varchar(32) NOT NULL DEFAULT '', `cache_id` varchar(255) NOT NULL DEFAULT '', `compile_id` varchar(32) NOT NULL DEFAULT '', `filepath` varchar(255) NOT NULL DEFAULT '', `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00') ENGINE=InnoDB DEFAULT CHARSET=utf8; Anyone else have any thoughts how to possibly resolve this? I would like to get it fixed, backup the site and move! Thank you! Link to comment Share on other sites More sharing options...
shokinro Posted August 27, 2016 Share Posted August 27, 2016 this issue seems happens when database physical files are moved from one location to another, it is related to database binary data file. you can try to create new database and then import the existing data from old database. Link to comment Share on other sites More sharing options...
flyclothing Posted August 27, 2016 Author Share Posted August 27, 2016 Thank you for the reply. So you believe creating a new database and then importing the old data will work? I tried to simply fix the ps2_smarty_lazy_cache table and it wont accept it. Link to comment Share on other sites More sharing options...
shokinro Posted August 27, 2016 Share Posted August 27, 2016 I think it should work, you can have a try. when export and import via PhpMyAdmin, please exclude the table with a problem and then re-create a new table for the table with an issue. Link to comment Share on other sites More sharing options...
flyclothing Posted August 28, 2016 Author Share Posted August 28, 2016 I guess I will have to give it a try. The host surely hasnt come up with a solution in five days and they created this issue. :/ Link to comment Share on other sites More sharing options...
shokinro Posted August 28, 2016 Share Posted August 28, 2016 you can keep original database, so you will not loose anything. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now