Harshad
Forum Replies Created
-
@dareko Could you send me a copy of your server’s PHP Error log?
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.You can copy and paste the logs to https://pastebin.com and share the url with us.
@grafikx 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?
@ferda2 Links containing anchors are not cached by default, so there’s no need to exclude it.
@henk-barreveld Sorry for the TYPO, Yes I meant you cannot translate the name
@tg64 You can go here: https://wordpress.org/plugins/wp-optimize/advanced/
And scroll down to downloads, and select the version to download the 3.2.3 version
@williarin Thanks for submitting the feature request, I’ll share the same with our development team and check if this can be added in future release.
@jwmc Could you please try to add the attachment pages url to “URLs to exclude from caching” from WP-Optimize > cache > Advanced settings and check if it works?
@sonisitez We are in touch with ReSmush folks as the issue is on their end, we don’t have the exact ETA when they will fix the issue.
As soon as the issue is fixed, we will update you on the same.
Thank you for your time and patience.
@joeshmow123 At the moment there’s no option to cache gclid, but I’ll share this with our development team, so WP-Optimize can cache gclid in future release.
@tg64 Could you please try to downgrade to 3.2.3 version and check if it helps to fix the issue?
@webpart Yes, you’ll have to check the option “Asynchronously load CSS files from Google Fonts” from WP-Optimize > Minify > Fonts
@williarin Opcache is not a feature yet in WP-Optimize, it will be implemented in future release.
@roberto22 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?
@scontomio Could you please contact your host and ask them to modify the open_basedir settings in your hosting account and set them to none.
Once its set to none then check if it works?
@webpart Could you please try to check the option “Asynchronously load CSS files from Google Fonts” from WP-Optimize > Minify > Fonts and check if it helps to fix the issue?