christec
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Appbox] Warning messagesI have the same message:
Warning: include_once(admin/user-profiles.php): Failed to open stream: No such file or directory in /home/clients/003c6bcd45a282a775a37326a2e6d54c/web/wp-content/plugins/wp-appbox/wp-appbox.php on line 58
Warning: include_once(): Failed opening ‘admin/user-profiles.php’ for inclusion (include_path=’.:/opt/php8.2/lib/php:/home/clients/003c6bcd45a282a775a37326a2e6d54c/web/wp-content/plugins/wp-appbox/inc/phpQuery/:/home/clients/003c6bcd45a282a775a37326a2e6d54c/web/wp-content/plugins/wp-appbox/inc/phpQuery/plugins/’) in /home/clients/003c6bcd45a282a775a37326a2e6d54c/web/wp-content/plugins/wp-appbox/wp-appbox.php on line 58
I fixed the problem by downgrading to version 4.5.1 while waiting for the fix in the next version.
Forum: Plugins
In reply to: [Super Page Cache] Need to see the PHP code to clear the cacheHi @isaumya, I fixed the problem, and found a code that works. Thank you for your help and your time.
<?php define('DOING_CRON', true); require_once('wp-load.php'); do_action("swcfpc_purge_cache");
Forum: Plugins
In reply to: [Super Page Cache] Need to see the PHP code to clear the cacheI have already tested the dedicated URL but it doesn’t work for months. I also tested this cod but it doesn’t work either:
<?php require( 'wp-load.php' ); if ( function_exists( 'swcfpc_purge_cache' ) ) { do_action("swcfpc_purge_cache"); }
Forum: Plugins
In reply to: [Super Page Cache] problem with the pluginI forgot to specify that I also use wp rocket.
Forum: Plugins
In reply to: [Super Page Cache] problem with the pluginIt is a server with Apache 2.4.34, PHP (7.4.6). I also use Redis, Opcache and Varnish. When I use cache everything without the plugin the cache works well.
Forum: Plugins
In reply to: [WP-Appbox] New update critical errorThank you @marcelismus , the problem is solved by downloading the plugin and copying it to the server in FTP.
Forum: Plugins
In reply to: [WP-Appbox] New update critical errorI also have an error with PHP 7.4 and WordPress 5.3.2
Warning: include_once(inc/appboxdb.php): failed to open stream: No such file or directory in /home/clients/003c6bcd45a282a775a37326a2e6d54c/web/wp-content/plugins/wp-appbox/wp-appbox.php on line 65
Warning: include_once(): Failed opening ‘inc/appboxdb.php’ for inclusion (include_path=’.:/opt/php7.4/lib/php’) in /home/clients/003c6bcd45a282a775a37326a2e6d54c/web/wp-content/plugins/wp-appbox/wp-appbox.php on line 65
Forum: Plugins
In reply to: [Yoast SEO] Pagination: Indexable, but not in Sitemap?It might be interesting to include these pages to allow pre-loading of the cache with plugins like WP Rocket.
Thank you very much, it works perfectly !