Venkat Raj
Forum Replies Created
-
@heyitsmay20 I guess this issue happens when you have hot linked images (from other domains, rather than from media library) on your web page.
If that is not the case, please submit a support request here..
https://getwpo.com/ask-pre-sales-question/So we can investigate this issue further. Thanks
@backpackingseries Yes that is correct form and I understand you are not asking a sales question. We just need to communicate via our support platform.
We need more information on this to apply a fix.
Could you please submit a support ticket here
https://getwpo.com/ask-pre-sales-question/Thanks
Hi @jidwictut9
I believe your development server used gzip and WPO wrote the
.htaccessrules.
Later, when you moved to production server or enabledbrotlimodule, the.htaccessrules weren’t removed.We have applied a fix for this issue and it will be available in the next release. So, I’m marking this thread as
Resolved@lucycrisps If cache config file is present and available, but the cache files are not, may be you need to setup proper permalink settings?
Since we weren’t heard from you, I assume you have solved the issue, so I’m marking this thread as
ResolvedWe added this task to our todo tasks queue.
Fix (proper nginx detection and appropriate message) will be provided in the upcoming release. So marking this as resolved.Hi @miku88
Since we weren’t heard from you, I assume you have solved the issue, so I’m marking this thread as
ResolvedHi @rokkhit
Since we weren’t heard from you, I assume you have solved the issue, so I’m marking this thread as
ResolvedHi @webpart
Sorry for the delay. This thread was slipped out from my watch list.
There has been a fix related to google fonts in version 3.2.7
FIX: Correctly recognizeinheritin google fonts async loadingIf you still experience some issues, could you please provide more information?
I mean, details like
1. which widget/block in elementor causes issue
2. Steps to reproduceWhen we have these details, we will surely release an update with a fix to the issue. Thanks for your time.
Hi @kpwawp,
The error happens because the SendInBlue
mailinplugin uses an empty array for version, But it should be string or boolean or null.https://plugins.trac.wordpress.org/browser/mailin/trunk/sendinblue.php#L456
We are applying patch to prevent the warning and will be available in the upcoming releases.
@mrsmurf We are applying your first suggestion in our next release.
However, I don’t think the second one has a race condition.
If some other process/user created the director
wp_mkdir_pwill returntrueif the directory already exists.
https://developer.wordpress.org/reference/functions/wp_mkdir_p/Hi @marc73
I still don’t see any issues at my end.
[video src="https://vhfpshyd1n8.c.updraftclone.com/wp-content/uploads/divi-export.webm" /]By
error messsageI mean any error message in browser console.
You can open developer console by clickingF12andConsoletabAnd anything in php error log. You can turn on logging in
wp-config.phpby addingdefine('WP_DEBUG', true); define('WP_DEBUG_LOG', true)You can find log file in
wp-content/debug.loglocationIf there is an issue with WPO, we need something more specific than
It is not workingas I couldn’t reproduce the issue at my end, while testing the same environment you mentioned.HI @francoc30
Thanks for the info. The
filessection of this json has enqueued javascripts’s handle, url, etc What I’m looking for is some strange data in this section. Only that can trigger this warningPHP Warning: First parameter must either be an object or the name of an existing class in /serverpath/public_html/test/wp-content/plugins/wp-optimize/templates/minify/cached-file-log.php on line 9Regarding
mkdirwarning, it won’t happen even if you clicked preload twice, but can happen if someone else is also preloading at the same time you do. Or may be you have scheduled preload which is about to run when you manually click preload.What I’m saying is Two PHP processes running at the same time where one is created the directory and other one is throwing warning when it is also trying to create the (already created) directory
Hi Tony,
Thanks for the additional info. So even though the servers says, don’t cache HTML response,
# HTML ExpiresByType text/html “access plus 0 seconds”It seems some user agents doesn’t honor it which results in 404 errors for minified assets. We will add more headers to make sure the HTML is not cached.
You can expect this implementation in our October month’s release
Regards,
VenkatI have tested the following
1. Dashboard => Divi => Divi Library => Import & Export => Export
2. Dashboard => Divi => Theme Builder => Portability => ExportBoth works fine. Which version of Divi are you using? Please let us know, What are the error message on browser console and in php error log you see?