Hello everyone. I am a new Zenner, and I must say I do like me some zencart. I think I recently screwed my site up with a sql patch though, which doesn't come with an uninstall patch unfortunately. Here is the patch is question:
http://www.zen-cart.com/downloads.php?do=file&id=613
(Notice it is for 1.3.8, and my zencart version is 1.5.1 ..., not the brightest thing I ever did...)
My site is:
www.oldworldarchery.com
Now the reason I think this screwed up my site is that after installing this mod, it didn't work for one. And then almost instantly my site started coming to a crawl, where as I used to have a decent parse time at least. Not great due to images, but still decent. Now I am getting anywhere from 10. to 30. parse time, the site is unusable, and pretty much broken half the time. I only have around 200 products, and they all only have one attribute. And unfortunately google merchant is under going a review of my site at this time. I just optimized my images at around 80PX for small images, 300PX for medium images, and 600PX for large images, to no help. I have followed all the tutorials on zencart for speeding up your site, actually before all this happened and it worked pretty good. This is why I suspect this add-on screwed things up, and now I have no idea how to go back in time and reverse it. My hosting is shared, but I never had any problems like this before. Can any help figure out what is going on here? Sometimes it won't even load at all and just times out. The only code the sql patch has was:
ALTER TABLE `featured` ADD `sort_order` INT( 11 ) NOT NULL DEFAULT '0' AFTER `featured_date_available` ;
So I went into mysql and tried to just drop sorted from the featured table, which of course broke my site,. So I am stumped. The installation also replaced some file in admin and includes, as well as the featured.php. So I replaced those files with backup files, but I don't know if that was a bad idea or what. I had to though because the add-on made the featured products in my zencart broken.


. So I am stumped. The installation also replaced some file in admin and includes, as well as the featured.php. So I replaced those files with backup files, but I don't know if that was a bad idea or what. I had to though because the add-on made the featured products in my zencart broken.
Reply With Quote
. Thank you for the code, I will try that out too. When I replaced the php files I overwrite-ed them, so I would think it wouldn't leave in artifacts.

