wabetainfo
Forum Replies Created
-
@haseeb0001 I also tested this issue by disabling all my other plugins and it still happens with 1.1.7, so I think there is no conflict. Everything is fine with the previous version
The issue is fixed once enabling “Generate separate files for mobile devices”. MobileMenu is only available on the mobile version of the website, so maybe WP-Optimizer loaded the desktop responsive version on mobile devices. Thanks for your interest in helping me
I use the Twenty Seventeen default theme. I installed WP Control but I was unable to check whether it coincides with any other preloads or scheduled purges.
@ihenetudan thank you!
Hi,
I managed to address the issue by adding missing fields. I’ve used these queries:
ALTER TABLE avwp_quads_stats ADD ip_address varchar(20) NOT NULL default ”;
ALTER TABLE avwp_quads_stats ADD URL varchar(255) NOT NULL default ”;
ALTER TABLE avwp_quads_stats ADD browser varchar(20) NOT NULL default ”;?
ALTER TABLE avwp_quads_stats ADD referrer varchar(255) NOT NULL default ”;Finally, the issue is fixed. Thanks for your availability!
- This reply was modified 2 years, 11 months ago by wabetainfo.
Hi, the URL was already in the first message: https://wabetainfo.com. Thanks for your answer!
Thanks @lastsplash for your reply. I share the solution here so it may help other people that will experience a similar issue.
I’ve contacted my host sharing the details about the 403/405 errors. They forced cache on my website since it used a lot of resources on their server due to an error of a plugin. Since my website used cache, POST requests were blocked even if I could open the xmlrpc.php page. They disabled the cache and it works again. Thanks!Hi, thanks for your reply.
It ‘s totally random and rare, but it’s a thing. It also happens with a general browser (no internal viewer) (see here). There isn’t a known procedure to follow to simulate the issue, unfortunately.Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Can’t save optionsHi @takanakui, thanks for your interest.
I followed what you asked us to try: After tapping “Delete All Accounts”, I tried to modify settings of mobile menu, but unfortunately there is still the same issue.
I’ve also tried to disactivate the plugin, tapping “Delete All Accounts”, enabling the plugin to see if it worked, but it didn’t help.Forum: Plugins
In reply to: [WP Mobile Menu - The Mobile-Friendly Responsive Menu] Can’t save optionsHi @takanakui,
Unfortunately I have the same issue. After disabling the plugin in order to debug some other issues, I’ve enabled it again and everything was reverted to defaults.
I tried to change settings but nothing works, it seems like the plugin has no longer permissions to save changes in the database.
I’ve also tried to removemobmenu_options
from the database, as recommended by @joevistatech, to see if the plugin was able to save changes, but no luck. When I tap “Save Changes” or “Reset to defaults”, nothing is added or changed in thewp-options
table of the database.
As @joevistatech said, I really think the issue started after updating to WordPress 5.0+. Everything worked well on 4.9.