• Resolved franbrich

    (@franbrich)


    Hello,
    I have several hundred products and I wanted to set up the attribute system, using SQL to save time.

    So I created all my attributes manually, via WordPress/Woocommerce.
    Then, I did my imports in the tables:

    • wp_term_relationships
    • wp_postmeta

    I tried the different Woocommerce tools to re-create the other tables (lookup, etc.), but it doesn’t work.
    The attributes don’t appear in my products either, so I must have a problem somewhere.

    Here is an example of my product 29040, which doesn’t work:

    postmeta

    meta_id post_id meta_key meta_value
    35538 ??29040 product_attributes a:6:{s:12:"pa_confiance";a:6:{s:4:"name";s:12:"pa_confiance";s:5:"value";s:0:"";s:8:"position";i:0;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}s: 12:"pa_profil";a:6:{s:4:"name";s:12:"pa_profil";s:5:"value";s:0:"";s:8:"pos ition";i:1;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}s:9:"pa_langue";a:6:{s:4:"name";s:9:"pa_langue";s:5:"value";s:0:"";s:8:"position";i:2;s:1 0:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}s:9:"pa_s upport";a:6:{s:4:"name";s:9:"pa_support";s:5:"value";s:0:"";s:8:"position";i:3;s:10:"is_visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}s:10:"pa_public";a:6:{s:4 :"name";s:10:"pa_public";s:5:"value";s:0:"";s:8:"position";i:4;s:10:"is visible";i:1;s:12:"is_variation";i:0;s:11:"is_taxonomy";i:1;}s:9:"pa_sujet";a:6:{s:4:"name";s:9:"pa_sujet";s:5:"value";s:0:"";s:8:"position";i:5;s:10:"is_visible";i:1;s:12: "is_variation";i:0;s:11:"is_taxonomy";i:1;}}

    term_relationships

    object_id term_taxonomy_id term_order
    29040 34 0
    29040 229 0
    29040 238 0
    29040 239 0
    29040 240 0
    29040 245 0
    29040 246 0
    29040 260 0
    29040 273 0
    29040 274 ??0
    29040 275 0
    29040 280 0
    29040 282 0
    29040 285 0
    29040 288 0

    An example of a term_taxonomy:

    term_taxonomy_id term_id taxonomy description parent count
    284 284 pa_sujet Items dealing with the topic of contraception… 0 0
    285 285 pa_sujet Elements dealing with emotional relationships (emotional… 0 24
    286 286 pa_sujet Elements relating to health (pregnancy, … 0 0
    287 287 pa_sujet Elements relating to the subject of digital (… 0 0
    288 288 pa_sujet Elements dealing with the subject of violence (bizuta… 0 28

    An example of terms:

    term_id name slug term_group term_order
    284 Protection protection 0 0
    285 Emotional relationship emotional-relationship 0 0
    286 Health health 0 0
    287 Digital digital 0 0
    288 Violence violence 0 0
    289 Resource resource 0 0

    Could you help me? I tried again several times, redid the checks 20 times, I’m at a standstill.
    I asked ChatGPT, but it can’t find where the problem is either. I guess it’s beyond the SQL, in the core of Woocomerce.


    Thanks for your help!

    <br>### WordPress Environment ###<br><br>WordPress address (URL): https://www.disqutons.fr<br>Site address (URL): https://www.disqutons.fr<br>WC Version: 9.3.2<br>Legacy REST API Package Version: L’extension Legacy REST API n’est pas installée sur ce site.<br>Action Scheduler Version: ? 3.8.1<br>Log Directory Writable: ?<br>WP Version: 6.6.2<br>WP Multisite: –<br>WP Memory Limit: 640 Mo<br>WP Debug Mode: –<br>WP Cron: ?<br>Language: fr_FR<br>External object cache: –<br><br>### Server Environment ###<br><br>Server Info: Apache<br>PHP Version: 8.2.20<br>PHP Post Max Size: 300 Mo<br>PHP Time Limit: 60<br>PHP Max Input Vars: 10000<br>cURL Version: 7.74.0<br>OpenSSL/1.1.1k<br><br>SUHOSIN Installed: –<br>MySQL Version: 10.4.21-MariaDB-1:10.4.21+maria~stretch-log<br>Max Upload Size: 300 Mo<br>Default Timezone is UTC: ?<br>fsockopen/cURL: ?<br>SoapClient: ?<br>DOMDocument: ?<br>GZip: ?<br>Multibyte String: ?<br>Remote Post: ?<br>Remote Get: ?<br><br>### Database ###<br><br>WC Database Version: 9.3.2<br>WC Database Prefix: wp_728766_<br>Taille totale de la base de données: 146.84MB<br>Taille de la base de données: 126.00MB<br>Taille de l’index: 20.84MB<br>wp_728766_woocommerce_sessions: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_woocommerce_api_keys: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_woocommerce_attribute_taxonomies: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_woocommerce_downloadable_product_permissions: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB<br>wp_728766_woocommerce_order_items: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_woocommerce_order_itemmeta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_woocommerce_tax_rates: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB<br>wp_728766_woocommerce_tax_rate_locations: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_woocommerce_shipping_zones: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_woocommerce_shipping_zone_locations: Données?: 0.02MB + Index?: 0.05MB + Moteur InnoDB<br>wp_728766_woocommerce_shipping_zone_methods: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_woocommerce_payment_tokens: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_woocommerce_payment_tokenmeta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_woocommerce_log: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_actionscheduler_actions: Données?: 0.09MB + Index?: 0.11MB + Moteur InnoDB<br>wp_728766_actionscheduler_claims: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_actionscheduler_groups: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_actionscheduler_logs: Données?: 0.06MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_addonlibrary_addons: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_addonlibrary_categories: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_berocket_termmeta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_commentmeta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_comments: Données?: 0.02MB + Index?: 0.09MB + Moteur InnoDB<br>wp_728766_e_events: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_ju_queue: Données?: 0.03MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_links: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_access: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2014_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2015_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2016_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2017_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2018_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2019_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_07: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_08: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_09: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_10: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_11: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2020_12: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_01: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_02: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_03: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_04: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_05: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_06: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_07: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_08: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_09: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_10: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_11: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2021_12: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_01: Données?: 0.11MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_02: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_03: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_04: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_05: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_06: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_07: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_08: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_09: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_10: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_11: Données?: 1.52MB + Index?: 0.11MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2022_12: Données?: 0.39MB + Index?: 0.11MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_01: Données?: 2.16MB + Index?: 0.13MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_02: Données?: 2.16MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_03: Données?: 2.11MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_04: Données?: 1.23MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_05: Données?: 1.16MB + Index?: 0.17MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_06: Données?: 2.13MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_07: Données?: 2.06MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_08: Données?: 2.16MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_09: Données?: 2.11MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_10: Données?: 2.08MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_11: Données?: 2.09MB + Index?: 0.13MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2023_12: Données?: 2.06MB + Index?: 0.11MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_01: Données?: 3.03MB + Index?: 0.17MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_02: Données?: 3.06MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_03: Données?: 3.13MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_04: Données?: 2.05MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_05: Données?: 3.08MB + Index?: 0.17MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_06: Données?: 3.14MB + Index?: 0.17MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_07: Données?: 3.08MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_08: Données?: 3.16MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_09: Données?: 2.14MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_matomo_archive_blob_2024_10: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_invalidations: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2014_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2015_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2016_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2017_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2018_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2019_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_07: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_08: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_09: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_10: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_11: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2020_12: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_02: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_03: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_04: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_05: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_06: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_07: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_08: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_09: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_10: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_11: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2021_12: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_01: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_02: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_03: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_04: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_05: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_06: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_07: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_08: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_09: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_10: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_11: Données?: 0.11MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2022_12: Données?: 0.11MB + Index?: 0.17MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_01: Données?: 0.17MB + Index?: 0.19MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_02: Données?: 0.22MB + Index?: 0.23MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_03: Données?: 0.19MB + Index?: 0.25MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_04: Données?: 0.17MB + Index?: 0.22MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_05: Données?: 0.19MB + Index?: 0.25MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_06: Données?: 0.19MB + Index?: 0.23MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_07: Données?: 0.17MB + Index?: 0.22MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_08: Données?: 0.17MB + Index?: 0.23MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_09: Données?: 0.20MB + Index?: 0.22MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_10: Données?: 0.20MB + Index?: 0.27MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_11: Données?: 0.17MB + Index?: 0.23MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2023_12: Données?: 0.14MB + Index?: 0.20MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_01: Données?: 0.20MB + Index?: 0.27MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_02: Données?: 0.22MB + Index?: 0.30MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_03: Données?: 0.22MB + Index?: 0.31MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_04: Données?: 0.20MB + Index?: 0.28MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_05: Données?: 0.23MB + Index?: 0.30MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_06: Données?: 0.20MB + Index?: 0.28MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_07: Données?: 0.19MB + Index?: 0.25MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_08: Données?: 0.23MB + Index?: 0.30MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_09: Données?: 0.17MB + Index?: 0.27MB + Moteur InnoDB<br>wp_728766_matomo_archive_numeric_2024_10: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_brute_force_log: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_changes: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_custom_dimensions: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_goal: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_locks: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_logger_message: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_log_action: Données?: 1.52MB + Index?: 0.19MB + Moteur InnoDB<br>wp_728766_matomo_log_conversion: Données?: 2.52MB + Index?: 0.47MB + Moteur InnoDB<br>wp_728766_matomo_log_conversion_item: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_log_link_visit_action: Données?: 2.52MB + Index?: 2.03MB + Moteur InnoDB<br>wp_728766_matomo_log_profiling: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_log_visit: Données?: 3.52MB + Index?: 1.14MB + Moteur InnoDB<br>wp_728766_matomo_option: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_plugin_setting: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_privacy_logdata_anonymizations: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_report: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_report_subscriptions: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_segment: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_sequence: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_session: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_site: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_site_setting: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_site_url: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_tagmanager_container: Données?: 0.03MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_tagmanager_container_release: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_tagmanager_container_version: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_matomo_tagmanager_tag: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_tagmanager_trigger: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_tagmanager_variable: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_tracking_failure: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_twofactor_recovery_code: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_user: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_matomo_user_dashboard: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_user_language: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_matomo_user_token_auth: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_options: Données?: 8.03MB + Index?: 0.14MB + Moteur InnoDB<br>wp_728766_postmeta: Données?: 27.38MB + Index?: 2.67MB + Moteur InnoDB<br>wp_728766_posts: Données?: 19.30MB + Index?: 0.55MB + Moteur InnoDB<br>wp_728766_tec_events: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_tec_occurrences: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_termmeta: Données?: 0.06MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_terms: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_term_relationships: Données?: 0.30MB + Index?: 0.20MB + Moteur InnoDB<br>wp_728766_term_taxonomy: Données?: 0.05MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_usermeta: Données?: 0.16MB + Index?: 0.06MB + Moteur InnoDB<br>wp_728766_users: Données?: 0.02MB + Index?: 0.05MB + Moteur InnoDB<br>wp_728766_wc_admin_notes: Données?: 0.05MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_wc_admin_note_actions: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wc_category_lookup: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_wc_customer_lookup: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wc_download_log: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wc_orders: Données?: 0.02MB + Index?: 0.13MB + Moteur InnoDB<br>wp_728766_wc_orders_meta: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wc_order_addresses: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB<br>wp_728766_wc_order_coupon_lookup: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wc_order_operational_data: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wc_order_product_lookup: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB<br>wp_728766_wc_order_stats: Données?: 0.02MB + Index?: 0.05MB + Moteur InnoDB<br>wp_728766_wc_order_tax_lookup: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wc_product_attributes_lookup: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wc_product_download_directories: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wc_product_meta_lookup: Données?: 0.06MB + Index?: 0.11MB + Moteur InnoDB<br>wp_728766_wc_rate_limits: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wc_reserved_stock: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_wc_tax_rate_classes: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wc_webhooks: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wow_sbtn: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_wpforms_tasks_meta: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_wpf_filters: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_wpf_meta_keys: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wpf_meta_values: Données?: 0.02MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_wpf_meta_values_bk: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wpmfs_queue: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_wpmm_subscribers: Données?: 0.02MB + Index?: 0.00MB + Moteur InnoDB<br>wp_728766_yith_wcan_cache: Données?: 0.02MB + Index?: 0.06MB + Moteur InnoDB<br>wp_728766_yoast_indexable: Données?: 1.20MB + Index?: 0.16MB + Moteur InnoDB<br>wp_728766_yoast_indexable_hierarchy: Données?: 0.06MB + Index?: 0.05MB + Moteur InnoDB<br>wp_728766_yoast_migrations: Données?: 0.02MB + Index?: 0.02MB + Moteur InnoDB<br>wp_728766_yoast_primary_term: Données?: 0.05MB + Index?: 0.03MB + Moteur InnoDB<br>wp_728766_yoast_seo_links: Données?: 0.19MB + Index?: 0.13MB + Moteur InnoDB<br><br>### Post Type Counts ###<br><br>attachment: 663<br>caf_posts: 1<br>custom_css: 6<br>customize_changeset: 5<br>elementor_library: 4<br>filter-field: 2<br>filter-set: 2<br>nav_menu_item: 18<br>oembed_cache: 83<br>page: 18<br>post: 4<br>product: 355<br>project: 8<br>revision: 2014<br>tribe_events: 24<br>tribe_organizer: 3<br>tribe_venue: 14<br>tribe-ea-record: 4<br>woolentor-template: 2<br>wp_block: 1<br>wp_global_styles: 5<br>wpforms: 3<br>yith_wcan_preset: 1<br><br>### Security ###<br><br>Secure connection (HTTPS): ?<br>Hide errors from visitors: ?<br><br>### Active Plugins (30) ###<br><br>Blocksy Companion: par CreativeThemes – 2.0.68<br>Elementor: par Elementor.com – 3.24.4<br>EmbedPress: par WPDeveloper – 4.0.14<br>Favicon par RealFaviconGenerator: par Philippe Bernard – 1.3.34<br>Filter Everything PRO: par Andrii Stepasiuk – 1.8.6<br>XML Sitemap Generator for Google: par Auctollo – 4.1.21<br>WP Armour - Honeypot Anti Spam: par Dnesscarkey – 2.2.02<br>Kwayy HTML Sitemap: par Kwayy Infotech – 4.0<br>Manage Notification E-mails: par Virgial Berveling – 1.8.6<br>Matomo Analytics - Statistiques éthiques. Observations puissantes.: par Matomo – 5.1.3<br>OG — Better Share on Social Media: par Marcin Pietrzak – 3.3.1<br>One Click Accessibility: par One Click Accessibility – 2.1.0<br>Really Simple SSL: par Really Simple Plugins – 9.0.0<br>Simple CSS: par Tom Usborne – 1.1.1<br>Sticky Side Buttons: par Maeve Lander – 1.0.9<br>Category Order and Taxonomy Terms Order: par Nsp-Code – 1.8.6<br>The Events Calendar: par The Events Calendar – 6.6.4.2<br>Orbite Fox Compagnon: par Themeisle – 2.10.37<br>Use Any Font: par Dnesscarkey – 6.3.10<br>Converter for Media: par matt plugins - Optimize images by convert WebP & AVIF – 6.1.0<br>WooCommerce: par Automattic – 9.3.2<br>ShopLentor – WooCommerce Builder for Elementor & Gutenberg: par HasThemes – 2.9.8<br>Yoast SEO: par L’équipe Yoast – 23.4<br>WP Google Fonts: par Noah Kagan – 3.1.5<br>LightStart - Maintenance Mode, Coming Soon and Landing Page Builder: par Themeisle – 2.6.12<br>WP Media folder: par Joomunited – 5.9.5<br>WP-PageNavi: par Lester 'GaMerZ' Chan – 2.94.1<br>WP Super Cache: par Automattic – 1.12.4<br>YITH Infinite Scrolling: par YITH – 1.27.0<br>YITH WooCommerce Ajax Product Filter: par YITH – 5.5.0<br><br>### Inactive Plugins (2) ###<br><br>Age Gate: par Phil Baker – 3.5.0<br>Filter Everything?— WooCoomerce Product & WordPress Filter: par Andrii Stepasiuk – 1.8.6<br><br>### Dropin Plugins () ###<br><br>advanced-cache.php: advanced-cache.php<br><br>### Must Use Plugins (1) ###<br><br>Elementor Safe Mode: par Elementor.com – 1.0.0<br><br>### Settings ###<br><br>Legacy API Enabled: –<br>Force SSL: –<br>Currency: EUR (€)<br>Currency Position: right_space<br>Thousand Separator: <br>Decimal Separator: ,<br>Number of Decimals: 2<br>Taxonomies: Product Types: external (external)<br>grouped (grouped)<br>simple (simple)<br>variable (variable)<br><br>Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)<br>exclude-from-search (exclude-from-search)<br>featured (featured)<br>outofstock (outofstock)<br>rated-1 (rated-1)<br>rated-2 (rated-2)<br>rated-3 (rated-3)<br>rated-4 (rated-4)<br>rated-5 (rated-5)<br><br>Connected to WooCommerce.com: ?<br>Enforce Approved Product Download Directories: –<br>HPOS feature enabled: ?<br>Order datastore: Automattic\WooCommerce\Internal\DataStores\Orders\OrdersTableDataStore<br>HPOS data sync enabled: –<br><br>### Logging ###<br><br>Enabled: ?<br>Handler: Automattic\WooCommerce\Internal\Admin\Logging\LogHandlerFileV2<br>Retention period: 30?jours<br>Level threshold: –<br>Log directory size: 8 Ko<br><br>### WC Pages ###<br><br>Base de la boutique: #681 - /ressources/<br>Panier: ? L’ID de page est définie<br>mais la page n’existe pas<br><br>Commander: ? L’ID de page est définie<br>mais la page n’existe pas<br><br>Mon compte: ? L’ID de page est définie<br>mais la page n’existe pas<br><br>Conditions générales de vente et d’utilisation: ? Page non définie<br><br>### Theme ###<br><br>Name: Blocksy Child<br>Version: (une mise à jour de la version 0 est disponible)<br>Author URL: <br>Child Theme: ?<br>Parent Theme Name: Blocksy<br>Parent Theme Version: 2.0.68<br>Parent Theme Author URL: https://creativethemes.com<br>WooCommerce Support: ?<br><br>### Templates ###<br><br>Overrides: blocksy/woocommerce/cart/cart.php<br>blocksy/woocommerce/cart/mini-cart.php<br>blocksy/woocommerce/content-widget-product.php<br>blocksy/woocommerce/content-widget-reviews.php<br>blocksy/woocommerce/myaccount/my-account.php<br>blocksy/woocommerce/product-searchform.php<br>blocksy/woocommerce/single-product/tabs/tabs.php<br><br><br>### Admin ###<br><br>Enabled Features: activity-panels<br>analytics<br>product-block-editor<br>coupons<br>core-profiler<br>customize-store<br>customer-effort-score-tracks<br>import-products-task<br>experimental-fashion-sample-products<br>shipping-smart-defaults<br>shipping-setting-tour<br>homescreen<br>marketing<br>mobile-app-banner<br>navigation<br>onboarding<br>onboarding-tasks<br>pattern-toolkit-full-composability<br>product-custom-fields<br>remote-inbox-notifications<br>remote-free-extensions<br>payment-gateway-suggestions<br>printful<br>shipping-label-banner<br>subscriptions<br>store-alerts<br>transient-notices<br>woo-mobile-welcome<br>wc-pay-promotion<br>wc-pay-welcome-page<br>launch-your-store<br><br>Disabled Features: experimental-blocks<br>minified-js<br>product-pre-publish-modal<br>settings<br>async-product-editor-category-field<br>product-editor-template-system<br>blueprint<br>reactify-classic-payments-settings<br><br>Daily Cron: ? Next scheduled: 2024-09-24 19:42:41 +02:00<br>Options: ?<br>Notes: 21<br>Onboarding: completed<br><br>### Action Scheduler ###<br><br>Terminé: 178<br>Oldest: 2024-08-24 10:52:26 +0200<br>Newest: 2024-09-23 22:52:45 +0200<br><br>En attente: 1<br>Oldest: 2024-09-24 16:19:45 +0200<br>Newest: 2024-09-24 16:19:45 +0200<br><br><br>### Status report information ###<br><br>Generated at: 2024-09-24 10:19:11 +02:00<br>
    • This topic was modified 1 month, 4 weeks ago by franbrich.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.