Harshad
Forum Replies Created
-
@louisapple One you repair the tables from phpMyAdmin then try to optimize the tables from WP-Optimize and check if it works?
@owenfar Yes, lets see if its a Cloudflare issue?
@fcarriere Sure thing, do let us know how it goes?
@infohadm You can remove the these images/files from WP-Optimize > Images > Unused images.
Let us know if you see the images that were doubled in Unused images list.
@owenfar Do you have any other caching plugin enabled or having caching mechanism on the server, if so could you please temporary disable it and check if it works?
@red_android Glad to hear the issue is now fixed 🙂
@ehoff Yes, you’ll have to manually purge the cache from WP-Optimize > Cache when you post the answer to the comment from backend.
@fcarriere It moreover looks like Divi theme issue, Have you tried to report the issue to Divi theme authors?
Could you send me a copy of your server’s PHP Error log?
You can paste it here https://pastebin.com and share the link with us.
You can find this log through your web hosting control panel (typically cPanel). If you are unsure where to find the PHP Error log, you can ask your hosts to provide it.`@louisapple If you
emptythe table all records will be deleted, instead you have torepairthe table.@red_android WP-Optimize doesn’t leave behind any files once the plugin is removed, the issue might be something else, please try conflict test and check if any plugin or active theme is causing the issue
@uspartsimport Could you please edit wp-config.php file and
Replace
define('WP_DEBUG', false);with this:
ini_set('log_errors','On'); ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);Then check if you still see the warnings in WordPress admin?
@andreas92 Could you please submit a ticket here: https://getwpo.com/ask-pre-sales-question/
Our developers want to further investigate on your site.
@louisapple Could you please try to repair the wp_postmeta table from phpMyAdmin and then try to optimize the table from WP-optimize and check if it helpx to fix the issue?
@turtlettpj Have you performed a conflict test yet?
Try deactivating all plugins except for WP-Optimize and see if it is resolved.
If so, reactivate each plugin one at a time until you find the culprit. You can check for the issue between activating each plugin, so you can see which one is causing problems.
Please let us know your findings.