doume
Forum Replies Created
-
Forum: Plugins
In reply to: [Maintenance Mode] V2.2.1 : some texts are not translation readySame version: both cache support messages are about WP Super Cache.
Forum: Plugins
In reply to: [Theme Check] Theme Check errorHello,
I did a quick search on AMPPS+token_get_all.
Verify if the Tokenizer PHP Extension is installed.D.
Forum: Plugins
In reply to: [Comet Cache] Empty FoldersHello,
I had a look and I have the same behavior with CC Lite.
Clear Cache button: files deleted but repertories not deleted
Shared host: WP 4.7, CC Lite 161221, PHP 7.0.10 FPM/FastCGI, tested with cache and below repertories chmod all 705 then all 755, no debug error
Other tests:
. Local dev (Ubuntu 14.04 LTS + Bitnami Lamp Stack PHP 7.1.0 default install) with cache and below repertories drwxrwxr-x => same
. New WP 4.7 install + CC Lite 161221 on local dev with cache and below repertories drwxrwxr-x => same
. I tried another cache plugin on the shared host (cache and below repertories chmod all 705), its purge cache button have the cache repertories erasedD.
Forum: Plugins
In reply to: [Simple Cache] Option to show cache to other than admin?Hello,
Cache is purged each time a post/page is saved, perhaps the reason of this change.
D.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache – 4.7 + 7.0A fix for PHP 7.1 is on the way. See this thread.
Hello,
What is you PHP version ?
D.
Forum: Plugins
In reply to: [WP Super Cache] PHP 7.1 errorsFix is available in the current development version.
Works on PHP7.1.0 + WP4.7 local server.Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache causing problems in WordPress 4.7According to the github reposetory the problem with PHP 7.1 has been fixed.
I had a look and it is now available in the development version.Edit : development version works on local PHP7.1.0 + WP4.7 server.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache causing problems in WordPress 4.7Hello,
@jamesits With my configuration for this plugin (PHP mode, no mobile support, no CDN, no preload and no extension):
. I have the same last two lines (among others) when testing with the combo PHP7.1.0 + WP4.7 and the cache doesn’t work correctly.
. I didn’t find problems with the combo PHP7.0.13 + WP4.7 I now use.D.
Forum: Plugins
In reply to: [WP Super Cache] Google Pagespeed still saying that resources not cachedHello,
Can you provide the website URL please ?
D.
- This reply was modified 9 years, 6 months ago by doume.
Forum: Plugins
In reply to: [Log Deprecated Notices] PHP 7 compatibility issueHello,
For a temporary solution have a look at this thread : https://wordpress.org/support/topic/deprecated-constructor-in-deprecated_log/
D.
Hello,
@mikeypnj Leverage browser caching is not configurable by the plugin. You have to configure your .htaccess for that. Search the web for “leverage browser caching” or “WordPress leverage browser caching”, plenty of resources available.
D.
Forum: Plugins
In reply to: [Mail On Update] V5.3.5: Deprecated Constructor in Deprecated_LogSolved in V5.4.1.
Hello,
I see the same kind of issue after first install (I just discovered this plugin so no update yet).
Install and activation => ok
jquery.js added to “Javascript files to not defer” and save => issue appears (see debug traces)
jquery.js added again to “Javascript files to not defer” and save => okI don’t see it after uninstall/reinstall.
WP 4.4.2 / WP Deferred Javascripts 2.0.5 / PHP 5.6.8 (local xampp & production) or PHP 7.0.2 (local uwamp and production)
PHP Warning: explode() expects parameter 2 to be string, array given in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 101 PHP Warning: array_filter() expects parameter 1 to be array, null given in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 101 PHP Warning: array_map(): Argument #2 should be an array in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 102 PHP Warning: array_map(): Argument #2 should be an array in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 103 PHP Warning: array_map(): Argument #2 should be an array in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 104 PHP Warning: array_filter() expects parameter 1 to be array, null given in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 105 PHP Warning: implode(): Invalid arguments passed in wp-content\plugins\wp-deferred-javascripts\inc\admin.php on line 85D.