Harshad
Forum Replies Created
-
@davidblood 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 replacing with the above lines the warnings goes away?
@francoc30 We have tested this and there’s Fatal error reported when running the preload I’ve reported this to our development team for further investigation.
@gogosacco I’ll check this issue with our development team and update you soon, meanwhile could you please rollback to 3.2.3 version and check if works?
@marjolein64 To download the 3.2.3 version, Please go here: https://wordpress.org/plugins/wp-optimize/
And click on Advanced view on the right hand side: https://prnt.sc/4vHxi0rIIHn_
Once you are on Advanced View page scroll down to Previous version and select 3.2.3 from the dropdown: https://prnt.sc/3A8wBmSOKNyb
@gilmourlive I’ll share your feedback with our development team, so it can be implemented in next release
@webpart Could you please try to upgrade/downgrade the PHP version and then update WP-Optimize to latest version and check if the preloading works?
@markhowellsmead Glad to know the error message recurred, please keep an eye if occurs again
@cnxsoft Could you please check the PHP version on both the sites and make sure both the sites have same PHP version.
Guys, could you please downgrade WP-Optimize to 3.2.3 version until then we look into the issue
@markhowellsmead We have received your ticket and we are working on the same.
@benja1 Please check if your code is added to <head> </head> part of the page by viewing the course of the web page.
@giladmayani The unexpected error occurs for the first time when you initially click the button, but when you click the button again to Preload the urls it should preload the urls, please try to click the button again and check if it works?
@anushka22 Could you please try to uncheck the option “Enable merging of JS files” and “Enable merging of CSS files” from WP-Optimize > Minify > Js & CSS and check if it helps to fix the issue?
@davidblood Where do you see these warning messages, do you see it in error logs file or WordPress admin.
As for the backend style rendering, we have tested the issue at our end but couldn’t reproduce, it works fine at our end.
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.
@francoc30 Could you please try to purge the cache and preload the urls again and check if the cache files remain as it is? As we have tested 3.2.6 version and it works for us.
Also please to upgrade/downgrade your PHP version and check if it helps to fix the issue.