Page 1 of 1

[SOLVED] - Admin > Extensions > Extensions (keeps refreshing every 10 seconds)

Posted: Sat Apr 04, 2020 10:39 pm
by Dutch Pride Code
Neither in the code nor the system settings have been changed. I have only been processing orders and adding products. Suddenly the admin panel keeps refreshing every 10 seconds precisely! But this only happens under Admin > Extensions > Extensions after selecting a category from the dropdown menu in there. No other interfaces are affected by this issue. I've had this once before but the issue somehow disappeared again. Also, the font size of the menu buttons randomly change into double the size and this happens randomly, so I have no idea how the issue could be related to anything.

OC 3.0.3.2
PHP 7.2.10
Default theme

Re: Admin > Extensions > Extensions (keeps refreshing every 10 seconds)

Posted: Sun Apr 05, 2020 7:11 am
by straightlight
Not a bug. You might have an extension requesting to dynamically refresh the page every 10 seconds by using jQuery.

Re: Admin > Extensions > Extensions (keeps refreshing every 10 seconds)

Posted: Sun Apr 05, 2020 7:12 am
by straightlight
This topic has now been moved to the OpenCart 3.0 Support > General Support section of the forum.

Re: Admin > Extensions > Extensions (keeps refreshing every 10 seconds)

Posted: Sun Apr 05, 2020 12:03 pm
by jrunique
A fix has been posted here: viewtopic.php?f=202&t=216941

Re: Admin > Extensions > Extensions (keeps refreshing every 10 seconds)

Posted: Sun Apr 05, 2020 7:46 pm
by Dutch Pride Code
Thanks a lot!
This seems to be a permanent fix:
mr.who wrote:
Sat Apr 04, 2020 11:34 pm
:-\ what a solution ....
simple permenant fix :
go to : admin/controller/extension/extension/promotion.php
replace line 18 with :

Code: Select all

return '';
that's it