lawix
Forum Replies Created
-
Hi
It’s on the front page ( and on all the other pages ) and I have no captcha on my site
Thanks
- This reply was modified 4 years, 9 months ago by lawix.
Forum: Plugins
In reply to: [Gutenberg] Legacy-Widget disappearauto response :
Enable the experiment. You can do this in WP Admin under Gutenberg > Experiments.
( https://github.com/WordPress/gutenberg/pull/15396#issuecomment-526013686 )
Ok !! I fix !
I have this code that broke the cacheremove_action('shutdown', 'wp_ob_end_flush_all', 1);
Sorry for all the inconvenience
And thank you againWilliam
I just found the problem. It appears when the child theme is active.
If I disable it, the page loads and the cache registers. When I re-activate the theme, the cached page works but not the others.
Is there a particular way to design a child theme with a cache system?
William
Yes and I thank you ??
wp-config.php is stardard, I removed debug config
I’m now checking the integrity of all wordpress files in case
Thanks
There are more than 20 wordpress on this server, I just checked on another site, with the same plugin, it works and no error in the logs
This is not a problem of server and package, but my configuration of this wordpressWilliam
Plugin list :
+------------------------------+----------+--------+---------+ | name | status | update | version | +------------------------------+----------+--------+---------+ | advanced-custom-fields | inactive | none | 5.7.8 | | advanced-gutenberg | inactive | none | 1.8.2 | | advanced-sidebar-menu | inactive | none | 7.4.3 | | ajax-search-lite | inactive | none | 4.7.20 | | authldap | inactive | none | 2.0.3 | | child-theme-configurator | inactive | none | 2.3.0.4 | | custom-post-type-ui | inactive | none | 1.6.1 | | fg-spip-to-wp | inactive | none | 2.35.0 | | gutenberg | inactive | none | 4.7.0 | | heartbeat-control | inactive | none | 1.2.5 | | hummingbird-performance | active | none | 1.9.3 | | irit-actu | inactive | none | 0.1 | | irit-card | inactive | none | 0.1 | | irit-charts | inactive | none | 0.1 | | irit-equipes | inactive | none | 0.1 | | irit-equipes-gutenberg | inactive | none | 1.0 | | irit-orgchart | inactive | none | 0.1 | | irit-projets | inactive | none | 0.1 | | irit-publis | inactive | none | 0.1 | | irit-config | inactive | none | 1.2 | | leaflet-map | inactive | none | 2.11.5 | | siteorigin-panels | inactive | none | 2.9.7 | | polylang | inactive | none | 2.5 | | post-type-switcher | inactive | none | 3.1.0 | | recent-posts-widget-extended | inactive | none | 0.9.9.7 | | so-widgets-bundle | inactive | none | 1.13.4 | | tabs-widget-for-page-builder | inactive | none | 1.2.1 | | tinymce-advanced | inactive | none | 4.8.2 | | wps-hide-login | inactive | none | 1.5.1 | | wp-statistics | inactive | none | 12.5.6 | | wordpress-seo | inactive | none | 9.2.1 | | advanced-cache.php | dropin | none | | +------------------------------+----------+--------+---------+
- This reply was modified 6 years, 2 months ago by lawix.
I have this error, I do not know if I had it before :
PHP Notice: Trying to get property of non-object in /…/wp-content/plugins/hummingbird-performance/core/modules/class-module-page-cache.php on line 598, referer: …
It’s this function :
private static function skip_page_type() { global $wphb_cache_config; 598: if ( ! is_array( $wphb_cache_config->page_types ) ) { return false; }
I have disabled all plugin and it’s same probleme
Do you still want the list? (ten are mine)
William
- This reply was modified 6 years, 2 months ago by lawix.
I’m server adminsitrator and not have memcache installed on this machine :/
William
Hello
Under development means to me no in production I can not give you a URL
During a recursive grep on “object-cache”, I don’t have results except the following wordpress functions
../wp-admin/includes/plugin.php: 'object-cache.php' => array( __( 'External object cache.' ), true ), // auto on load ../wp-includes/load.php: * If an object-cache.php file exists in the wp-content directory,
Thanks
Forum: Fixing WordPress
In reply to: unable activate cacheOk but i have the same issues with other cache plugin like w3 total cache or wp super cache
Forum: Fixing WordPress
In reply to: unable activate cacheHello,
If set to false, it’s work
plugin write : Hummingbird could not write to the wp-config.php file. Please add the following line to the file manually: define('WP_CACHE', true);
and if set “define( ‘WP_DEBUG’, true ),”
I have a blank page and this error log :
PHP Fatal error: Call to a member function get() on null in /var/www/wp-includes/cache.php on line 123, referer: https://domain.fr/
Ps : true or ‘true’ do not change anything
ThanksForum: Themes and Templates
In reply to: [Agama] Parent link to breadcrumpHi,
Thank’s
It’s possible in to wp-content/themes/agama-child/framework/class-agama-breadcrumb.php to overide only the “is_single_or_page” function ?Thanks you in advance
WilliamForum: Plugins
In reply to: [WP Cloudy] Fresh install no workHi
With WordPress 4.9 it’s work
But the maps no display weather
Exemple : https://meteop.adminwiki.fr/previsions/
Thank’s