Post by MayfairFurniture » Thu Mar 13, 2014 12:31 am

I've been having issues with our main website OC 1.5.2.1 causing slow loading times and page time out pages.
So I've made a second website in a sub directory and installed the same version of OC as I have on the main website, imported the database over and nothing else and the same is happening with the clean OC version. So I tried to upgrade to the latest 1.5.6.1 version and I go onto the install page and click continue and I get the same time out error as before. The page does not load and I have tried it a number of times.

"The connection to the server was reset while the page was loading."

Or I get this:

Code: Select all

XML Parsing Error: unexpected parser state Location: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/chrome/toolkit/content/global/netError.xhtml Line Number 311, Column 58: <div id="ed_netInterrupt">&netInterrupt.longDesc;</div> ---------------------------------------------------------^
Help!

New member

Posts

Joined
Tue Nov 20, 2012 7:22 pm

Post by MayfairFurniture » Thu Mar 13, 2014 2:02 am

I tried using 1.5.5.1 to update and the same thing again. A timeout so I can't upgrade.

Also, this is what my hosting company sent me as error logs their end.

Code: Select all

[Tue Mar 11 17:06:33 2014] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function

New member

Posts

Joined
Tue Nov 20, 2012 7:22 pm

Post by rdvapors » Thu Mar 13, 2014 7:05 am

My error is

Notice: Error: Can't DROP 'product_id'; check that column/key exists
Error No: 1091
ALTER TABLE `order_product` DROP INDEX `product_id` in /home/reddrago/public_html/system/database/mysql.php on line 50

any help here?

New member

Posts

Joined
Thu Dec 13, 2012 11:29 pm

Post by alexinoz » Sat Mar 15, 2014 6:55 pm

MayfairFurniture wrote:I tried using 1.5.5.1 to update and the same thing again. A timeout so I can't upgrade.

Also, this is what my hosting company sent me as error logs their end.

Code: Select all

[Tue Mar 11 17:06:33 2014] [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
I think you've hit a PHP limit with your web host. By default FastCGI processes exit after 500 requests. See if they can raise this for you.

I'm the founder of http://www.checkoutr.com.au, an Opencart specialist focused on servicing Australian micro, small and midsized businesses.


User avatar
Newbie

Posts

Joined
Sat Jan 25, 2014 7:28 pm


Post by alexinoz » Sat Mar 15, 2014 7:00 pm

rdvapors wrote:My error is

Notice: Error: Can't DROP 'product_id'; check that column/key exists
Error No: 1091
ALTER TABLE `order_product` DROP INDEX `product_id` in /home/reddrago/public_html/system/database/mysql.php on line 50

any help here?
This error is saying MySQL can't find the column product_id in the product table order_product in your database. Have you tried running this upgrade more than once, ie did it crash out half way through? That would explain why the upgrade script is crashing out, it's already partially run. You could add this column back into the table manually to overcome the issue (via phpMyAdmin).

See if you can get a full copy backup of your database (or even better, ask your web host to restore it to a time before you attempted the upgrade). Then run the script again, assuming you have addressed the original reason it crashed out.

HTH :)

I'm the founder of http://www.checkoutr.com.au, an Opencart specialist focused on servicing Australian micro, small and midsized businesses.


User avatar
Newbie

Posts

Joined
Sat Jan 25, 2014 7:28 pm

Who is online

Users browsing this forum: No registered users and 24 guests