shadmuhammad
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Preload all the Pages – Javascripts and CSSExcellent Filters’ List.
I Was searching for this.
Do think about adding a feature of preload before visitors’ visit. Every customer is important.
Forum: Plugins
In reply to: [Super Page Cache] Problem when making changes to the websiteI was facing the same issue. Faught with WP Cloudflare Super Page Cache and Cloudflare Setting.
After getting exhausted came to know wp-config file was having the wrong configuration which made everything static. After the removal of these lines of codes, everything started working again.
define( ‘WP_AUTO_UPDATE_CORE’, true );
define( ‘AUTOSAVE_INTERVAL’, 300 );
define( ‘WP_CRON_LOCK_TIMEOUT’, 120 );These lines were placed by the server-side agent, yesterday when my site went down.
Sometimes the problem does not exist where it seems. I thought the cache plugin was causing the issue. Elementor was static, changes to pages were not seen, page settings were resetting, etc.
Forum: Plugins
In reply to: [Super Page Cache] PHP Error LogI have disabled the Preloader. And cleared the cache! Preloader is working fine in logs, but PHP Error is showing errors.
Still Error.log is showing the same error.
[12-Aug-2020 06:16:45 UTC] PHP Warning: Illegal string offset 'url' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 42 [12-Aug-2020 06:16:47 UTC] PHP Warning: Illegal string offset 'url' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 26 [12-Aug-2020 06:16:47 UTC] PHP Warning: Illegal string offset 'cf_cookie' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 38 [12-Aug-2020 06:16:47 UTC] PHP Warning: Illegal string offset 'url' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 42
Forum: Plugins
In reply to: [Super Page Cache] PHP Error LogNo, removing the sitemap didnot fixed the problem and the PHP error.log reappeared.
I did updated the wordpress version to 5.5, which do include the sitemap by default. Including that in Preload Sitemap didnot work too.
Current Active Options:
Enable preloader: Yes
Automatically preload the pages you have purged from Cloudflare cache with this plugin: Yes
Preloader operation: All tick
Preload all URLs into the following sitemaps: EMPTY
The problem seems to lie somewhere else.
- This reply was modified 4 years, 7 months ago by shadmuhammad.
- This reply was modified 4 years, 7 months ago by shadmuhammad.
Forum: Plugins
In reply to: [Super Page Cache] PHP Error LogAgain same errors are repeating daily. I have pasted the error.log for better insights.
[10-Aug-2020 21:41:09 UTC] PHP Warning: Illegal string offset 'url' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 42 [10-Aug-2020 21:41:11 UTC] PHP Warning: Illegal string offset 'url' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 26 [10-Aug-2020 21:41:11 UTC] PHP Warning: Illegal string offset 'cf_cookie' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 38 [10-Aug-2020 21:41:11 UTC] PHP Warning: Illegal string offset 'url' in /home3/mytrustw/public_html/wp-content/plugins/wp-cloudflare-page-cache/libs/preloader.class.php on line 42
Forum: Plugins
In reply to: [Super Page Cache] PHP Error LogOptions configured in Preloader tab:
Enable preloader: Yes
Automatically preload the pages you have purged from Cloudflare cache with this plugin: Yes
Preloader operation: All are ticked
Preload all URLs into the following sitemaps: /sitemap.xml
Varnish: No
Sitemap Location: https://www.mytrustworth.com/sitemap.xml
Forum: Plugins
In reply to: [Super Page Cache] PHP Error LogI had previously disabled the Log Mod.
However, after activating the log and waiting for some time.
Here are the Plugin’s Log File and Error.log file.
https://drive.google.com/file/d/1YfSZ4LAafNcGcAj9wNgHBAXlzL4eiu9Y/view?usp=sharing
https://drive.google.com/file/d/1UNyI82laDxA149z_IPScjJMz-jHM4pzP/view?usp=sharing
Now what i am doing is move one page at a time and refresh the window to make sure changes have been saved.
But that’s not software are meant for. Multiple items should be saved at a time to save time.
Yes, you are right it’s working. Did not disable the Cache in the browser.
@allcodeunknown; Yes, I faced the same problem on my website: mytrustworth.com. I upgraded my PHP version to 7.3 and this amazing menu stopped working. But when I removed this plugin javascript folder from optimization plugins. It started working again. Amazing Plugin indeed. Hats Off to this plugin author.
Remove ‘wp-content/plugins/wp-responsive-menu/js/’ from javascript aggregation.
Remove ‘wp-content/plugins/wp-responsive-menu/css/’ from CSS aggregation.If you are using Cloudflare, no problem with that either. You will find them compatible.