Page 2 of 2
Re: Automatic Maintenance
Posted: Sat Jul 11, 2015 3:55 pm
by sunsys
fido-x wrote:Could be related to the caching on your mobile device. Suggest clearing the cache in your mobile device's browser.
Sir, I have cleared the mobile cache 10's of time but no good. Now I have now removed the ocmod extension and done the hard coding in modification.php as you suggested elsewhere on the forum, I will check for 2-3 days and get back here.
Re: Automatic Maintenance
Posted: Sat Nov 14, 2015 6:22 am
by slcrider801
sunsys wrote:fido-x wrote:Could be related to the caching on your mobile device. Suggest clearing the cache in your mobile device's browser.
Sir, I have cleared the mobile cache 10's of time but no good. Now I have now removed the ocmod extension and done the hard coding in modification.php as you suggested elsewhere on the forum, I will check for 2-3 days and get back here.
I have also not been able to get this issue resolved.
I am running Version 2.0.3.1. I did the fix as instructed.
As a guest you are able to browse the website when entering ”/index.php?route=common/home” after the url.
Definitely not an inconvenience -- it's a headache that's wasting my time.
Re: Automatic Maintenance
Posted: Sat Nov 14, 2015 10:14 pm
by OSWorX
Because this nasty bug still exists, I have made a small free OCMod for.
Get it here:
http://www.opencart.com/index.php?route ... n_id=24628
Additonally this mod will display a small notice in the backend when the maintenance mode is enabled.
Re: Automatic Maintenance
Posted: Sat Nov 14, 2015 10:23 pm
by sunsys
@OSWorX: I see you have mentioned that the mod is also for 2.1.0.1, you mean to say that after so much noise was made about this bug in these forums this is still present in 2.1.0.1 ?
Re: Automatic Maintenance
Posted: Sat Nov 14, 2015 10:39 pm
by OSWorX
sunsys wrote:
@OSWorX: I see you have mentioned that the mod is also for 2.1.0.1, you mean to say that after so much noise was made about this bug in these forums this is still present in 2.1.0.1 ?
Sorry, 2.1..x was enabled by error - just removed that version because after a short check at GH I have seen the D (or someone else) fixed that already (was time for it!).
While that fix is nowhere mentioned in the changelog ..
Re: Automatic Maintenance
Posted: Sun Nov 15, 2015 3:03 am
by sunsys
OSWorX wrote:Sorry, 2.1..x was enabled by error - just removed that version because after a short check at GH I have seen the D (or someone else) fixed that already (was time for it!).
While that fix is nowhere mentioned in the changelog ..
Not mentioned in changelog is expected, I would be surprised if it was included and this is the reason opencart has survived till today and will do so is because people like you are on these forums.
Thank you for your insight.
Re: Automatic Maintenance
Posted: Fri Mar 25, 2016 2:45 am
by liontren1
So witch one is working properly for OC 2.0.3.1?
the one :
fido-x wrote above
https://github.com/opencart/opencart/co ... 13d7e20c5a
or the ocmd that you made OSWorX.
Also when clicking on the notice in the back end will that disable the the maintenance mode, or i have to go to setting to disable it.
thank you
Re: Automatic Maintenance
Posted: Fri Mar 25, 2016 3:09 am
by pm-netti
I am did this way from file modification.php:
Code: Select all
//$this->model_setting_setting->editSettingValue('config', 'config_maintenance', true);
We is not need guardianship of Openacart Team. We know how to evaluate, when store need change to maintenance.
Re: Automatic Maintenance
Posted: Fri Mar 25, 2016 4:16 am
by OSWorX
liontren1 wrote:So witch one is working properly for OC 2.0.3.1?
the one :
fido-x wrote above
https://github.com/opencart/opencart/co ... 13d7e20c5a
or the ocmd that you made OSWorX.
Also when clicking on the notice in the back end will that disable the the maintenance mode, or i have to go to setting to disable it.
thank you
Use the one you like more ..
Mine will 'only' inform you about the mode - to disable you have to open the settings.
Re: Automatic Maintenance
Posted: Tue Apr 12, 2016 2:07 am
by Rezman
fido-x wrote:You have to turn maintenance mode off yourself. It isn't done automatically.
I just ran into this and wondered why maintenance mode was being turned on. There should be a notification at the top of the Modifications page after refreshing saying maintenance mode was enabled and it needs to be manually turned off.
Now that I know about this I can turn it off but before hand I went about my business and didn't know maintenance mode was enabled.