Page 1 of 1
Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Sat Feb 13, 2016 6:16 am
by codywood
Opencart 2.1.0.1.
Just visiting the Modifications page causes it to run and run. The circle on the browser tab that indicates whether a page is running does not stop. Eventually is expires but not for a long time.
Click the Refresh button does not seem to help and Im not sure its even active.
Can anyone suggest anything to try or check?
Re: Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Sat Feb 13, 2016 11:00 am
by gogoweb
1 - In your DB run this query (respect table prefix - oc_ in my case)
Code: Select all
UPDATE `oc_modification` SET `status` = '0' WHERE `oc_modification`.`status` =1;
2 - via ftp DELETE folders/files all in system/modification/*.*
3 - Try refreshing the Modifications page in your admin.
Re: Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Wed Feb 17, 2016 7:15 am
by codywood
Could you explain what this does? I don't understand.
Also, do you mean to delete the modification.xml file in the system folder?? I do not have a folder named modifications within the system folder, only the .xml file with the same name.
Re: Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Wed Feb 17, 2016 7:53 am
by yodapt
The given instructions were quite clear.
First, run that query on phpmyadmin or on your hosting service where you manage your database.
Second, delete everything inside /system/modification folder
Third, try going to modifications in admin again
What is does is disable and reset modifications cache. They are not lost, still installed, just disabled.
Re: Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Wed Feb 17, 2016 8:12 am
by Randem
Hi codywood,
Who's MODS do you have installed? v1.5.x MODS will not work properly in v2.1.0.x (if at all) and you may be suffering from this.
Look here for some possible help -
http://www.randemsystems.com/support/op ... rt-system/
Re: Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Wed Feb 17, 2016 11:04 pm
by giproc
Will this work for 2.0.3.1 as well? I'm finding modification refreshing is getting very slow.
To review, So I would...
1. Run the script mentioned in phpMYadmin
2. Delete everything in system/modification
3. Perform modification refresh
And hope that speeds it up?
Cheers
Re: Modification Page Keeps Running/Does Not Stop (2.1.0.1)
Posted: Fri Apr 01, 2016 7:18 am
by codywood
1 - In your DB run this query (respect table prefix - oc_ in my case)
Code: Select all
UPDATE `oc_modification` SET `status` = '0' WHERE `oc_modification`.`status` =1;
2 - via ftp DELETE folders/files all in system/modification/*.*
3 - Try refreshing the Modifications page in your admin.
(and)
First, run that query on phpmyadmin or on your hosting service where you manage your database.
Second, delete everything inside /system/modification folder
Third, try going to modifications in admin again
What is does is disable and reset modifications cache. They are not lost, still installed, just disabled.
There is no folder named "{/system/modification". Please explain, or does anyone else know what we meant? At least not in 2.1.0.1.
Anyone kno2w if this works or have other suggestions on how to fix the modification page. Just landing on the page casues it to run and run. It only stops after timing out. Same with clicking the Refresh button.