jfoulquier
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Can’t get indexed by Google Jobs & structured data issuesAny help would be appreciated
Forum: Plugins
In reply to: [WP-Sweep] Can’t get it work on termmetaOk thx
Forum: Fixing WordPress
In reply to: https and http redirecting errorI got the same issue. I fixed it by adding those lines to wp-config.php. However, I didn’t find the root cause so if you have it, please share.
define(‘WP_HOME’,’https://www.mydomain.com’);
define(‘WP_SITEURL’,’https://www.mydomain.com’);Forum: Plugins
In reply to: [W3 Total Cache] Forbidden access minified CSS & JS – W3TCHello,
I’m having the same issue. Any help would be appreciated.
Forum: Plugins
In reply to: [MailPress] [Plugin: MailPress] What happened to Mailpress.org?Is there something new ?
Thanks.
Thanks.
Thank you ??
It raises one more question : how could I choose a custom predefined group of people that’d have access to those events ? By default, I can only choose default groups (like subscribers, authors…). And I’d like to grant people from my associations instead.Nowhere ??
I just catch PHP errors with the set_error_handler function (https://fr2.php.net/manual/fr/function.set-error-handler.php).
Then I write each error on a log file.Forum: Plugins
In reply to: [Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0Thx everybody. Appreciate your support.
Forum: Plugins
In reply to: [Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0Now I did, and now it shows stats (> 0). However, I don’t see any “cached by wp super cache” in the html generated code ?
example : https://www.greenunivers.com/2010/06/indicateur-boursier-green-europe-6-du-11-au-17-juin-38719/
Forum: Plugins
In reply to: [Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0I’ve done some changes. I don’t have the error code now. But WP Super Cache is not caching any page anymore… Great :-/ I may have done some mistake, perhaps I should digg it. (/options-general.php?page=wpsupercache says all is ok but 0 cached pages)
Forum: Plugins
In reply to: [Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0In my php.ini I have :
display_errors = Off(and no error_reporting line)
Forum: Plugins
In reply to: [Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0Thanks. How do you deactivate display errors ?
Forum: Plugins
In reply to: [Plugin: WP Super Cache] 0.9.9.3 not working with WordPress 3.0Additionnal datas :
I went to my wp-admin panel to desactivate wp-super-cache. I got the message in return :
Warning: include(/home/coucou/www/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /home/coucou/www/wp-settings.php on line 60 Warning: include() [function.include]: Failed opening '/home/coucou/www/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/php5') in /home/coucou/www/wp-settings.php on line 60
And now, at the top of my website, is displayed :`
Warning: include(/home/coucou/www/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /home/coucou/www/wp-settings.php on line 60Warning: include() [function.include]: Failed opening ‘/home/coucou/www/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/share/php5′) in /home/coucou/www/wp-settings.php on line 60`
On line 60 of my wp-settings.php file, I have :
if ( WP_CACHE ) WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' );