Venkat Raj
Forum Replies Created
-
@francoc30 My guess is that the WP update is somehow broken, i.e. some files misisng.
So download a fresh copy of WP https://wordpress.org/latest.zip
Unzip it, it will contain
wp-admin,wp-includesandwp-contentfolders. Copy everything exceptwp-contentfolder andwp-config.phpfile from your computer to your server using FTP client such as FileZilla.@francoc30 It seems your WordPress update is somehow broke things. The files involved in this Fatal Error are from WordPress core.
You may want to FTP
wp-includesandwp-adminfolders and overwrite existing one.Are you on PHP 8.1?
@pedroloza It seems your hosting provider restricts write permissions to the folders that normally allowed in WordPress. For example,
uploadsfolder. As you can see from the screenshot, it happens with our plugin and withessential-addons-for-elementorplugin when both trying to write to uploads folder.You may want to remove those restrictions.
Hi Ryan,
Yes, you can. We are aware of that.
Regards,
VenkatNo. I don’t think it worked.
Could you please submit a support ticket here for further investigation?
https://getwpo.com/ask-pre-sales-question/Thanks
@thebusinesscat
Preloadis a long running, time consuming task. So, WP Optimize closes browser connection and execute the task by increasing PHP’s maximum execution time.If your server setup restricts such things, you’ll get unexpected response error (which we are working on to fix)
You can make sure that the preloading is working, by purging cache and see this
Current cache size: 0 KB Number of files: 0When you see
Last preload finished at 13:41, 10/10/2022you’ll also see real stats of cache size.@megseoh You need to turn off the debug mode.
Go to Dashboard => WP-Optimize => Minify Settings
Click on
AdvancedtabLook in the
Advanced OptionssectionTurn off
Enable debug modesetting@aquaphorgr Try not to defer javascript loading and don’t do async loading. Let me know the out come
@webpart This warning has no relationship with caching feature. But still reveals that your hosting setup has some file permission issues. May be the disk is full?
Make sure you have permalinks enabled and properly set.
@debbiewaller I believe you are using PHP 8.x and for some unknown reason your hosting provider has disabled the function
escapeshellarg()Prior to8.xi.e like7.xit will only throw a warning and will sayescapeshellarg() has been disabled for security reasonsThat said, we are working on a patch and will release soon
Hi @dragos2012
Could you please post more details, like what error message you are seeing or error log entries, etc
We need to know what is the error in order to fix it. Thanks
@debbiewaller Could you please tell us which version of WP Optimize is throwing error and what error message do you see on screen and on debug log file? Thanks
Hi @aquaphorgr
To exclude URL, you may want to use encoded URL
/%cf%86%cf%89%cf%84%ce%bf%ce%b3%cf%81%ce%b1%cf%86%ce%af%ce%b5%cf%82-aquaphor/rather than this
/φωτογραφίες-aquaphor/We will fix this encode/decode issue in our next release
Hi @webpart
The only possibility I can think of is file permission issues. May be your setup doesn’t allow WPOptimize to create folder and files?
Add
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true)to yourwp-config.phpfile and let me know entries you have found inwp-content\debug.logfileHi @heyitsmay20
It is compatible with WP Optimole and haven’t heard any conflict reports to date.
I have applied a fix for this hotlink issue and it will be available in the next release. i.e. 3.2.10
Regards,
Venkat