Forum Replies Created

Viewing 15 replies - 16 through 30 (of 86 total)
  • Thread Starter trint

    (@trint)

    Bonjour @seb-emendo,
    Je vous ai envoyé les informations par email.
    On se tient au courant.
    Bonne journée.
    Pierre

    Thread Starter trint

    (@trint)

    Bonsoir 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.
    Pierre

    Thread Starter trint

    (@trint)

    Bonjour,
    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,
    Pierre

    Thread Starter trint

    (@trint)

    Bon ?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,
    Pierre

    Thread Starter trint

    (@trint)

    Re 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.
    Thread Starter trint

    (@trint)

    Re 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.
    Thread Starter trint

    (@trint)

    Bonjour 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&#8221;);
    echo $content;
    ?>
    Merci beaucoup.
    Cordialement,
    Pierre

    Thread Starter trint

    (@trint)

    Hi,
    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' );
    Thread Starter trint

    (@trint)

    Ok 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.
    Thread Starter trint

    (@trint)

    Hello everybody,
    any ideas or tips ?
    Best
    Pierre

    Thread Starter trint

    (@trint)

    Hi @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.
    Thread Starter trint

    (@trint)

    Hello @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.
    Pierre

    Thread Starter trint

    (@trint)

    Hello 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.
    Pierre

    Thread Starter trint

    (@trint)

    Hello,
    I saw my client this morning, any news ?
    Many thanks in advance.
    Best regards.
    Pierre

    Thread Starter trint

    (@trint)

    Hello @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

Viewing 15 replies - 16 through 30 (of 86 total)