Harshad
Forum Replies Created
-
@pedroloza These are just warnings, it doesn’t stop the functionality of the plugin, to suppress the warnings, we need to add the lines above so the warnings could be suppressed.
@mrmatteastwood I think its compatibility issue with “Complianz” plugin.
Have you reported the issue to “Complianz” plugin authors?
@pedroloza 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);
Let us know if it helps to get rid of the warning messages.
@acatrinei01alin Could you please uncheck the option “Enable merging of Javascript files” and “Enable merging of CSS files” from WP-Optimize > Minify > Javascript and CSS and check if it helps to fix the issue?
@grabowski Please add / inside “URLs to exclude from caching” from WP-Optimize > Cache > Advanced Settings and check if it excludes the main page from being cached?
@matheka Could you please uncheck the option “Enable merging of Javascript files” and “Enable merging of CSS files” from WP-Optimize > Minify > Javascript and CSS and check if it helps to fix the issue?
@mrmatteastwood Could you please uncheck the option “Enable merging of Javascript files” from WP-Optimize > Minify > Javascript and check if it helps to fix the issue?
@francoc30 Sure thing, we will keep you posted
@stinkbuck2000 Could you please check the option “Asynchronously load CSS files from Google Fonts” from WP-Optimize > Minify > Fonts and check if it helps to fix the issue?
@francoc30 I’ll report this to our development team, so they can debug the issue and fix it in upcoming version.
@hiagobq Sorry at the moment you cannot specifically remove the cache for the location in the screenshot shared, you can only remove the complete page from caching at the moment.
@exoryhd 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.`
@thebusinesscat Sure thing do let us know how it goes?
@monkeycrumbs For refund request you’ll have to submit a ticket here: https://getwpo.com/premium-support/
wpo-plugins-tables-list.json
contains is a general and anonymous list of plugins and their associated database tables.This list is used to compare with your database in order to determine which tables are used by which plugins.
It’s safe to have the file inside
wp-content/uploads
folder.