Venkat Raj
Forum Replies Created
-
Hi @tomaslt991
Looks like the template doesn’t seem to properly use
The Loop
https://developer.wordpress.org/themes/basics/the-loop/If it did,
$postvariable won’t benulland warning won’t happen@franckw Yes. UpdraftPlus team already replied to you on that forum
I was able to reproduce the issue and async loading fixes it. Please refer this screencast. (You may be viewing the same page with browser cache, so no changes visible)
https://drive.google.com/file/d/18cgheMmBbq-YGWq4nhY3fELxJF2V-ap7/view?usp=share_link
- This reply was modified 3 years, 6 months ago by Venkat Raj.
Hi @webpart
Do you see this header?
WPO-Cache-Status: not cachedin the served pages?If you enabling debugging do you see any entries in the
debug.logfiles?Hi @gemmanltd
If that happens when you edit the file and trying to save it, then your hosting provider denies that change. The change you made only enables
debug loggingand nothing else.Even if you have misspelled something and left semi colon at the end of the line, then it should only throw a syntax error. So please contact your hosting provider.
Also, even though the website is locked you can still do ssh/ftp and undo your changes to see if that fixes the issue.
@agblee1970 The options with the following labels…
1. Asynchronously load CSS files from Google Fonts
2. Asynchronously load the Font Awesome CSS file@gemmanltd We are not talking about logging into your hosting account / cpanel.
If you login to your server using ssh or use FTP to connect to you server, you’ll see a list of files (WordPress core files, your theme, plugins, etc) where you can find
wp-config.phpin the root directory and you can do necessary changes.@raijinspirit I understand that this is an important feature. Unfortunately, we don’t have a fixed time frame for next release.
But the patch has already been applied. The next release may happen within couple of weeks. Thanks for your patience.
@gemmanltd Do you see any messages in php error log or
debug.logfiles?You can turn on debugging by adding these lines to your
wp-config.phpfiledefine('WP_DEBUG', true); define('WP_DEBUG_LOG', true);Hi Niklas,
If the Real cookie banner plugin enqueue the script rather than printing it directly in the generated HTML, the issue wouldn’t happen.
That said, we are aware of the situation and the fix has already been applied. It will be available in our next release. In case you want to get it before release, please submit a ticket here
https://getwpo.com/ask-pre-sales-question/Hi @izzappel
Case 1: Upon any update, the cache will be purged and cached freshly. The filename depends on the version number which usually changes with update
Case 2: If your server is configured to use ETag properly, then every time the static file content changes, the ETag also changes. This ensures serving fresh file regardless of expires header. We also use
Last-Modifiedheader which also ensures fresh file content.I think, for some reason
WebP conversionisn’t working properly on your server and hence it is throwing warning. Beaver builder assume dynamically generated page should only contain JS, no php warning. So this happens.This will be fixed in our next release.
In the meantime, could you please comment out this line and see if that fixes the issue? Thanks
https://plugins.trac.wordpress.org/browser/wp-optimize/trunk/wp-optimize.php#L539
Hi @joshliba
For some reason
WebP conversionisn’t working properly on your server and hence it is throwing warning. Beaver builder assume dynamically generated page should only contain JS, no php warning. So this happens.This will be fixed in our next release. In the meantime you can comment out webp feature and continue to use Automatic compression by commeting out this line
https://plugins.trac.wordpress.org/browser/wp-optimize/trunk/wp-optimize.php#L539Hi Kashif,
Could you please provide more specific information such as what is the conflict with Elementor or with widget/element, which
.htaccessfile you are talking about, etcSo we can try to reproduce the issue at our end and fix things?
Thanks
Hi @francoc30
The error happens from files with
wp-includesfolder. So, replacing that (#2) is suffice. Just to be sure, follow all steps you have listed and for #4 it is 4b> These file replacement process would not adversely affect my website setup, correct?
Yes, the site related files are inwp-contentfolder and inwp-config.phpfile.But always take a full backup before proceeding with UpdraftPlus
https://wordpress.org/plugins/updraftplus/