SamX
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Reply sent by the server is brokenI decided to use the filesystem scan option using regex ( /^[0-9]{4}\/04/ for all April folders) due to a very large image storage to scan for unused images in posts and pages, but I usually get this error:
https://prnt.sc/DBpyibfJE53IForum: Plugins
In reply to: [Media Cleaner: Clean your WordPress!] Reply sent by the server is brokenI actually used this below code in my wp-config to trigger the error log:
// WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
Also, could it be because there is a large number of images to work with?
- This reply was modified 2 years, 7 months ago by SamX.
It was later fixed. The issue is cache. I had to clear cache from Cloudflare and removed backend caching.
Thanks,
so far, I have cleared all cache. I have deactivated all plugins and test, no fix. I have logged into the dashboard from another browser and in incognito. No fix at all.
I added a text as ad in incognito, the text showed in the right position in the front end but I cant find the ad in dashboard. So that mean I cant delete the add or reflect changes to it.
Alright thanks, I will rather use alternative methods as you recommend. Your support is good
Forum: Plugins
In reply to: [Super Page Cache] Page caching not workingAbsolutely correct, I read that somewhere, and I have had the APO disabled and the official cloudflare plugin uninstalled (https://prnt.sc/IbrdfidflStM). I made these changes few hours ago, still no effect.
Forum: Plugins
In reply to: [Super Page Cache] Page caching not workingCould this be because I am using Cloudflare APO?
Forum: Plugins
In reply to: [Super Page Cache] Page caching not workingThank, I think you checked when I was re-installing the plugin. All cache settings is disabled on the Litespeed cache plugin (https://prnt.sc/nmQq1tluXj6W), but I still get same error.
Forum: Plugins
In reply to: [WP Show Posts] Is it possible to filter the posts by tags?Hi Elvin,
Do I have to mark all tags? Also, do I need to come to the dashboard again after adding new tags to my WordPress DB?
ho…. right, just seeing that≥. thanks
yes, I would prefer to go with the converted WebP images, but they are showing deleted
So now that almost all my images are optimized, that means no need for further conversion, I guess.
Hope this is not deleting the original image file?
Image "/home/***/public_html/wp-content/uploads/2015/03/BlackBerry-Leap-img-1-356x340.jpg" converted to WebP is larger than original and has been deleted.
Yes, SOLVED… Thanks. I increased the
memory_limit
to 512MB and its now working well…I have added the below
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
here is what it is showing up: https://paste.pics/CNAWM
Looks like I will need to increase the memory
- This reply was modified 3 years, 9 months ago by SamX.