trint
Forum Replies Created
-
Forum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPBonjour @seb-emendo,
Je vous ai envoyé les informations par email.
On se tient au courant.
Bonne journée.
PierreForum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPBonsoir Sébastien,
j’ai un site en préprod avec le plugin, je vous envoie les accès en MP demain dans la journée sur votre email.
A demain.
Bonne soirée.
PierreForum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPBonjour,
Effectivement ?a serait top de trouver la solution car le plugin à l’air vraiment super.
Je voulais l’utiliser sur mon prochain projet.
Bonne fin de journée.
Cordialement,
PierreForum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPBon ?a fait déjà une piste.
C’est ennuyeux…
Si vous avez un piste que je puisse explorer au niveau de l’extension je suis preneur.Tenez moi au courant.
Bonne fin de journée.
Cordialement,
PierreForum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPRe bonjour Sébastien,
C’est un mutualisé chez IONOS pour la préprod.Je viens de tester de modifier helpers.class.php dans le dossier includes de l’extension comme vous le préconisez et avec true sur les lignes 25 et 26 ou false sur ces deux même lignes j’ai les mêmes messages d’erreur.
Cordialement,
Pierre- This reply was modified 2 years, 4 months ago by trint.
Forum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPRe bonjour,
ah oui désolé je pensais que vous parliez du debug de wordpress et pas de l’extension.debug – info : /url/wp-content/uploads/comarquage/part/0/ debug – info : /url/wp-content/uploads/comarquage/part/0/ debug – info : Begin – get_zip_timestamp : https://lecomarquage.service-public.fr/vdd/3.0/part/zip/vosdroits-latest.zip debug – info : End – get_zip_timestamp : https://lecomarquage.service-public.fr/vdd/3.0/part/zip/vosdroits-latest.zip debug – info : Begin – update_categorie_xml. category : part debug – info : Begin download : https://lecomarquage.service-public.fr/vdd/3.0/part/zip/vosdroits-latest.zip Impossible de telecharger le fichier ZIP contenant les données de comarquage. Source : https://lecomarquage.service-public.fr/vdd/3.0/part/zip/vosdroits-latest.zip debug – info : error details – O:8: ?WP_Error ?:3:{s:6: ?errors ?;a:1:{s:19: ?http_request_failed ?;a:1:{i:0;s:79: ?cURL error 35: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small ?;}}s:10: ?error_data ?;a:0:{}s:18: ?*additional_data ?;a:0:{}} debug – info : Begin – get_zip_timestamp : https://lecomarquage.service-public.fr/vdd/3.0/pro/zip/vosdroits-latest.zip debug – info : End – get_zip_timestamp : https://lecomarquage.service-public.fr/vdd/3.0/pro/zip/vosdroits-latest.zip debug – info : Begin – update_categorie_xml. category : pro debug – info : Begin download : https://lecomarquage.service-public.fr/vdd/3.0/pro/zip/vosdroits-latest.zip Impossible de telecharger le fichier ZIP contenant les données de comarquage. Source : https://lecomarquage.service-public.fr/vdd/3.0/pro/zip/vosdroits-latest.zip debug – info : error details – O:8: ?WP_Error ?:3:{s:6: ?errors ?;a:1:{s:19: ?http_request_failed ?;a:1:{i:0;s:79: ?cURL error 35: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small ?;}}s:10: ?error_data ?;a:0:{}s:18: ?*additional_data ?;a:0:{}} debug – info : Begin – get_zip_timestamp : https://lecomarquage.service-public.fr/vdd/3.0/asso/zip/vosdroits-latest.zip debug – info : End – get_zip_timestamp : https://lecomarquage.service-public.fr/vdd/3.0/asso/zip/vosdroits-latest.zip debug – info : Begin – update_categorie_xml. category : asso debug – info : Begin download : https://lecomarquage.service-public.fr/vdd/3.0/asso/zip/vosdroits-latest.zip Impossible de telecharger le fichier ZIP contenant les données de comarquage. Source : https://lecomarquage.service-public.fr/vdd/3.0/asso/zip/vosdroits-latest.zip debug – info : error details – O:8: ?WP_Error ?:3:{s:6: ?errors ?;a:1:{s:19: ?http_request_failed ?;a:1:{i:0;s:79: ?cURL error 35: error:141A318A:SSL routines:tls_process_ske_dhe:dh key too small ?;}}s:10: ?error_data ?;a:0:{}s:18: ?*additional_data ?;a:0:{}}
Si c’est plus pratique pour vous on passe par email en direct.
Vous me direz.Encore merci.
Cordialement,
Pierre- This reply was modified 2 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Co-marquage service-public.fr] Erreur import fichier ZIPBonjour Sébastien,
merci pour votre réactivité.
avec define( ‘WP_DEBUG’, true ); je n’ai aucun autre message d’erreur.
En php je récupère bien des infos dans un template de page:
<?php
$content = file_get_contents(“https://lecomarquage.service-public.fr/vdd/3.0/asso/zip/vosdroits-latest.zip”);
echo $content;
?>
Merci beaucoup.
Cordialement,
PierreForum: Plugins
In reply to: [The Events Calendar] Add past events to list viewHi,
here is the snipet which works ;-).function tribe_set_default_date () { if ((get_query_var("eventDisplay") == "default") && empty( $_REQUEST['tribe-bar-date'] ) ) { $_REQUEST['tribe-bar-date'] = '2000-01-01'; } } add_action( 'parse_query', 'tribe_set_default_date' );
Forum: Plugins
In reply to: [The Events Calendar] WP Query next events and not ended eventsOk not needed to be complicated with ‘relation’ => ‘AND’.
This one works like a charm.<?php $today = date("Y-m-d"); $events_args = array( 'showposts' => '5', 'post_type' => 'tribe_events', 'post_status' => 'publish', 'orderby' => 'meta_value', 'order' => 'ASC', 'meta_query' => array( array( 'key' => '_EventEndDate', 'value' => $today, 'compare' => '>=', ) ) ); ?>
- This reply was modified 4 years, 1 month ago by trint.
Forum: Plugins
In reply to: [The Events Calendar] WP Query next events and not ended eventsHello everybody,
any ideas or tips ?
Best
PierreForum: Plugins
In reply to: [Add-on WooCommerce - MailPoet 3] Multilists appears but it doesn’t workHi @abdultikweb,
thanks for your feedback, no I have no error message.
I’ll test it again on another website in the coming days.
I’ll keep you in touch.
Best regards.
Pierre- This reply was modified 4 years, 5 months ago by trint.
Forum: Plugins
In reply to: [Add-on WooCommerce - MailPoet 3] Multilists appears but it doesn’t workHello @abdultikweb,
Thank you for coming back to me, I really appreciate.
I’ve installed the update on my test website (the one with storefront) and it seems it doesn’t work.
Customer email adress appear but as unsubscribed and I didn’t receive email confirmation (double opt-in).
Maybe I need to reset settings ?
If you have an idea, let me know.
All the best.
PierreForum: Plugins
In reply to: [Add-on WooCommerce - MailPoet 3] Multilists appears but it doesn’t workHello everybody,
I’m sorry to be pushy, my client ask me again this functionality.
Do you have some news from your side ?
All the best.
PierreForum: Plugins
In reply to: [Add-on WooCommerce - MailPoet 3] Multilists appears but it doesn’t workHello,
I saw my client this morning, any news ?
Many thanks in advance.
Best regards.
PierreForum: Plugins
In reply to: [Add-on WooCommerce - MailPoet 3] Multilists appears but it doesn’t workHello @ehsanahmed,
Many thanks for your answer.
Have you an idea about delay ?
I have to deliver the website to my client next week.
All the best.
Pierre