Pierre.Toulmonde
Forum Replies Created
-
The issue is not solved since version 3.50.
I have to use 3.41 to make it work.- This reply was modified 10 months ago by Pierre.Toulmonde.
Hello,
Thanks a lot for this quick reply.The code you mentioned is indeed added by WPMUDev Plugin.
I have contacter WPMU Dev and they are aware of this problem.
MATOMO and WPMU Dev statistic seems not compatible as they use the same methods.I have decided to disable MATOMO for now, has i have Analytics History with WPMU DEV. We are digging into it to decide wether we switch to Matomo
hnaks for your anwser.
I have changed my note to 4 starsIndeed:
here is the pop-up
https://paste.pics/7VVP3Forum: Reviews
In reply to: [Mailchimp for WooCommerce] Unfortunatly does not worksHello,
I have udated Mailchimp Plugin.
It worked.connecting MC.
However, I am now using an other mailing provider so i did not try anyfurther.
Thanks for your help thoughForum: Plugins
In reply to: [Yoast SEO] Last Yoast Update Crashed my siteThanks for your support.
Just for you to know that
add_filter(“views_edit-post”, ‘custom_editor_counts’, 10, 1);
+ Yoast plugin did break my site.FYI, i have recoded the function to have
function mine_published_only($views) { unset($views['all']); unset($views['draft']); unset($views['pending']); return $views; } function only_own_posts_parse_query( $wp_query ) { if ( strpos( $_SERVER[ 'REQUEST_URI' ], '/wp-admin/edit.php' ) !== false ) { global $current_user; $wp_query->set( 'author', $current_user->id ); } } if (current_user_can('Redacteur') || current_user_can('author')) { add_filter('views_edit-post', 'mine_published_only'); add_filter('parse_query', 'only_own_posts_parse_query' ); }
Now it woks like a charm.
- This reply was modified 5 years, 1 month ago by Pierre.Toulmonde.
Forum: Plugins
In reply to: [Yoast SEO] Last Yoast Update Crashed my siteHello,
I have added this code in function.php in order to hide Draft from other Editors.
it apperas to be the conflict zoneadd_action('pre_get_posts', 'query_set_only_author' ); function query_set_only_author( $wp_query ) { global $current_user; if(!current_user_can('edit_others_posts') ) { $wp_query->set( 'author', $current_user->ID ); add_filter('views_edit-post', 'fix_post_counts'); add_filter('views_upload', 'fix_media_counts'); } } add_filter("views_edit-post", 'custom_editor_counts', 10, 1);
Any suggestions ?
- This reply was modified 5 years, 1 month ago by Pierre.Toulmonde.
Forum: Reviews
In reply to: [Mailchimp for WooCommerce] Unfortunatly does not worksHi,
Thnaks for your help.
/wp-json/mailchimp-for-woocommerce/v1/ping goes {“success”:true}.
Apparently it works. But plugin still goes :Mailchimp says: API Request Error – cURL error 28: Operation timed out after 5000 milliseconds with 0 bytes received
??
Hello,
I meant the classic build-in WP gallery[gallery columns="4" link="none" ids="2042,2041]
However, the problem was solved with new Plugin Update.
regards
Forum: Plugins
In reply to: [Advanced Editor Tools] Custom setting lost after updateHello,
Actualy it worked finaly but i can’t tell how.
I have reinstalled previous version of the plugin then imported json setting again.
It works. I don’t move anymore an pray.
CheersHello,
I have a Cron problem, I have transfered this informations :
https://docs.wprssaggregator.com/cron-intervals/#bad-cron to siteground.here is their anwser :
On our shared servers, cron jobs can execute no often than every 30 minutes. It seems that this plugin may be set to execute every 15 minutes. I recommend re-configuring the cron job that is fetching newsfeed to execute every half an hour.Is there anything i could do with this ?
Regards
Hi,
Thnaks for your anwser.
I made the changes but it still going on.
I still have those errorsForum: Plugins
In reply to: [Event Organiser] Can't access Admin with version 3.1.1I upgraded WordPress, and reinstalled the last version of the plugin.
It seems to be working now.Thanks
Forum: Plugins
In reply to: [Event Organiser] Can't access Admin with version 3.1.1Hi,
Thanks for your concern.
The only one error I found is141.XXX.99.132 https://www.XXX.org – [11/Jul/2016:13:01:38 +0200] “GET /wp2014/wp-admin/plugins.php?action=error_scrape&plugin=event-organiser%2Fevent-organiser.php&_wpnonce=cf1782ec09 HTTP/1.1” 200 256 “https://www.XXX.org/wp2014/wp-admin/plugins.php?plugin=event-organiser%2Fevent-organiser.php” “Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2XX4.103 Safari/537.36”
Forum: Plugins
In reply to: [Event Organiser] Can't access Admin with version 3.1.1Hello,
I checked the logs, and I found something like this[Mon Jul 11 13:05:27 2016] [error] [client 141.XXX.XX.132] [host https://www.XXX] FastCGI: server “/homez.760/institutsh/www/wp2014/wp-admin/plugins.php” stderr: PHP message: Erreur de la base de donn\xc3\xa9es WordPress ALTER command denied to user ‘xx’@’XXX.XX.122’ for table ‘t6wyttf0_eo_events’ pour la requ\xc3\xaate ALTER TABLE t6wyttf0_eo_events CHANGE COLUMN StartDate StartDate DATE NOT NULL faite par activate_plugin, do_action(‘activate_event-organiser/event-organiser.php’), call_user_func_array, eventorganiser_install, eventorganiser_site_install, dbDelta, referer: https://www.siteXXX/wp-admin/plugins.php?plugin=event-organiser%2Fevent-organiser.php
It may be a conflict with WP better security plugin ?