tipytv
Forum Replies Created
-
I made it public now, sorry.
Tried to fit a datatables with the same source URL, also get
$datawith two keys,source(containing the URL), and thedata(containing all data).I’ll see may be tomorrow if i have time to reproduce it on a public instance.
I’ve made some tests, seems like this issue occurs when populating data for a datatables.
For a line chart, when i edit it,
$datais formatted like this :Array ( [source] => https://docs.google.com/spreadsheets/d/e/2PACX-1vQSolcWM_lQ0oHbNp_y-7PvG8WZtB2p3bh62lhXKqN9SYO9nlD3D9LRHUDF1ZPiKDbjVn_OX_yeCnkt/pub?gid=0&single=true&output=csv [data] => Array ( [0] => Array ( [0] => 03/08/2019 [1] => 3000 ) [1] => Array ( [0] => 04/08/2019 [1] => 3100 ) ...So here we must get data with
$data['data'].
If i make a datatables and try to edit it, this time$datais formatted as below :Array ( [0] => Array ( [0] => 2004/05/01 [1] => 165 [2] => 938 [3] => 522 [4] => 998 [5] => 450 ) [1] => Array ( [0] => 2005/06/01 [1] => 135 [2] => 1120 [3] => 599 [4] => 1268 [5] => 288 ) ...For each chart, when i edit it, this method
_renderEditorTableis always called onLayout.phpwith this foreach :foreach ($data as $row) { echo '<tr>'; echo '<th>' . __('Value', 'visualizer') . '</th>'; $index = 0; foreach (array_values($row) as $value) { if ($editable_data) { echo '<td><input type="text" name="data' . $index++ . '[]" value="' . esc_attr($value) . '"></td>'; } else { echo '<td>' . $value . '</td>'; } } echo '</tr>'; }But
$datawill not be the same, in the case of a line chart,array_values()trigger an error because on the first iteration,$rowis the value of$data['source'].I hope i’m clear enough, is this normal thah
_renderEditorTablis triggered when editing a line chart ?Updated the URL for my google spreadsheet :
https://docs.google.com/spreadsheets/d/e/2PACX-1vQSolcWM_lQ0oHbNp_y-7PvG8WZtB2p3bh62lhXKqN9SYO9nlD3D9LRHUDF1ZPiKDbjVn_OX_yeCnkt/pub?gid=0&single=true&output=csvIt returns this csv :
date,nb_passagess string,number 03/08/2019,3000 04/08/2019,3100 05/08/2019,3200 06/08/2019,3300…
Directly using this csv, i can edit the chart after creating it. Using the url (that provided this csv), still have the issue đ i really don’t know what to do now.
Full log trace :
[2019-07-30 08:30:53] production.ERROR: array_values() expects parameter 1 to be array, string given {"userId":null,"email":null,"exception":"[object] (ErrorException(code: 0): array_values() expects parameter 1 to be array, string given at /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Layout.php:379) [stacktrace] #0 [internal function]: Themosis\\Core\\Bootstrap\\ExceptionHandler->handleError(2, 'array_values() ...', '/var/www/html/h...', 379, Array) #1 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Layout.php(379): array_values('https://docs.go...') #2 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Layout.php(48): Visualizer_Render_Layout::_renderEditorTable(Array) #3 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Layout.php(262): Visualizer_Render_Layout::show('editor-table', NULL, 70, 'viz-html-table', true, true) #4 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Layout.php(48): Visualizer_Render_Layout::_renderSimpleEditorScreen(Array) #5 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Page/Data.php(48): Visualizer_Render_Layout::show('simple-editor-s...', 70) #6 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render/Page.php(41): Visualizer_Render_Page_Data->_renderContent() #7 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Render.php(151): Visualizer_Render_Page->_toHTML() #8 /var/www/html/htdocs/cms/wp-admin/includes/media.php(569): Visualizer_Render->render() #9 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Module/Chart.php(712): wp_iframe(Array) #10 /var/www/html/htdocs/content/plugins/visualizer/classes/Visualizer/Module/Chart.php(515): Visualizer_Module_Chart->_handleDataAndSettingsPage() #11 /var/www/html/htdocs/cms/wp-includes/class-wp-hook.php(286): Visualizer_Module_Chart->renderChartPages('') #12 /var/www/html/htdocs/cms/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters('', Array) #13 /var/www/html/htdocs/cms/wp-includes/plugin.php(465): WP_Hook->do_action(Array) #14 /var/www/html/htdocs/cms/wp-admin/admin-ajax.php(173): do_action('wp_ajax_visuali...') #15 {main} "}This :
Render/Layout.php(379): array_values('https://docs.go...')is strangeI’ve added the second line with data types, but the issue remain the same.
Can you try again with the same url ?Sure, here is the link :
https://docs.google.com/spreadsheets/d/1hPQLfX6llCB_qW_u4uGtsUNwbNqdEJU5MxOYQmv-DPY/gviz/tq?tq=select%20A%2C%20B%20limit%2015&range=A14:B&tqx=out:csvForum: Plugins
In reply to: [WooCommerce] application/octet-streamYes, it is fixed, that was my hosting provider. I don’t know what was the issue exactly they didn’t explain it.
Really thank you for your time đ
Forum: Plugins
In reply to: [WooCommerce] application/octet-streamOkay thanks i’ll take a look.
For the moment i have tested the issue with no others plugins activated, it still occurs. I’m reading all my custom code just to be sure, but i think it comes from my hosting provider.
Just in case, here is my Woocommerce system report :
### WordPress Environment ### WordPress address (URL): https://www.tipy.pro/cms Site address (URL): https://www.tipy.pro WC Version: 3.6.3 Log Directory Writable: â WP Version: 5.2.1 WP Multisite: â WP Memory Limit: 512 MB WP Debug Mode: â WP Cron: â Language: fr_FR External object cache: â ### Server Environment ### Server Info: Apache PHP Version: 7.2.15 PHP Post Max Size: 130 MB PHP Time Limit: 300 PHP Max Input Vars: 16000 cURL Version: 7.38.0 OpenSSL/1.0.1t SUHOSIN Installed: â MySQL Version: â 5.5.30 - Nous recommandons MySQL version 5.6 minimum. Voir : Exigences de WordPress Max Upload Size: 128 MB Default Timezone is UTC: â fsockopen/cURL: â SoapClient: â DOMDocument: â GZip: â Multibyte String: â Remote Post: â Remote Get: â ### Database ### WC Database Version: 3.6.3 WC Database Prefix: wor9574_ MaxMind GeoIP Database: â Taille totale de la base de donnĂ©es: 1044.20MB Taille de la base de donnĂ©es: 649.94MB Taille de lâindex: 394.26MB wor9574_woocommerce_sessions: DonnĂ©es : 185.68MB + Index: 9.45MB wor9574_woocommerce_api_keys: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_attribute_taxonomies: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_downloadable_product_permissions: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_order_items: DonnĂ©es : 0.04MB + Index: 0.03MB wor9574_woocommerce_order_itemmeta: DonnĂ©es : 0.39MB + Index: 0.22MB wor9574_woocommerce_tax_rates: DonnĂ©es : 0.00MB + Index: 0.01MB wor9574_woocommerce_tax_rate_locations: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_shipping_zones: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_shipping_zone_locations: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_shipping_zone_methods: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_payment_tokens: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_payment_tokenmeta: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_woocommerce_log: DonnĂ©es : 0.00MB + Index: 0.00MB asso_codes_cadeaux_utilisateurs: DonnĂ©es : 0.02MB + Index: 0.03MB asso_devices_mots_clefs_uniques: DonnĂ©es : 0.02MB + Index: 0.02MB asso_device_info_blacklist: DonnĂ©es : 0.02MB + Index: 0.02MB asso_mots_clefs_devices: DonnĂ©es : 0.05MB + Index: 0.03MB asso_mots_clefs_infos: DonnĂ©es : 0.17MB + Index: 0.08MB asso_mots_clefs_infos_archives: DonnĂ©es : 0.06MB + Index: 0.03MB asso_mots_clefs_templates: DonnĂ©es : 0.02MB + Index: 0.03MB asso_mots_clefs_types_information: DonnĂ©es : 0.02MB + Index: 0.03MB asso_tranches_age_informations: DonnĂ©es : 0.02MB + Index: 0.02MB asso_tranches_age_informations_archives: DonnĂ©es : 0.00MB + Index: 0.00MB asso_twitter_hashtags: DonnĂ©es : 0.02MB + Index: 0.02MB asso_twitter_users: DonnĂ©es : 0.02MB + Index: 0.02MB asso_utilisateurs_tweets: DonnĂ©es : 0.02MB + Index: 0.03MB asso_zones_identitaires_villes: DonnĂ©es : 0.02MB + Index: 0.02MB bassins: DonnĂ©es : 0.02MB + Index: 0.00MB cashings: DonnĂ©es : 0.02MB + Index: 0.09MB cashings_autres: DonnĂ©es : 0.02MB + Index: 0.00MB cashings_clips: DonnĂ©es : 0.02MB + Index: 0.00MB cashings_diffusions: DonnĂ©es : 0.02MB + Index: 0.00MB categories_utilisateurs: DonnĂ©es : 0.02MB + Index: 0.00MB codes_cadeaux: DonnĂ©es : 0.02MB + Index: 0.02MB code_annonce: DonnĂ©es : 0.00MB + Index: 0.00MB departements: DonnĂ©es : 0.02MB + Index: 0.02MB devices: DonnĂ©es : 0.09MB + Index: 0.16MB equipements: DonnĂ©es : 0.02MB + Index: 0.02MB factures_soldes: DonnĂ©es : 0.02MB + Index: 0.02MB historiques_soldes: DonnĂ©es : 0.16MB + Index: 0.05MB id_fichier: DonnĂ©es : 0.02MB + Index: 0.00MB informations: DonnĂ©es : 1.52MB + Index: 0.83MB informations_archives: DonnĂ©es : 0.38MB + Index: 0.14MB informations_archives_tweets: DonnĂ©es : 33.56MB + Index: 0.00MB jobs: DonnĂ©es : 0.00MB + Index: 0.00MB messages: DonnĂ©es : 0.02MB + Index: 0.03MB mots_clefs: DonnĂ©es : 0.06MB + Index: 0.06MB old_asso_mots_clefs_utilisateurs: DonnĂ©es : 0.02MB + Index: 0.02MB old_asso_templates_utilisateurs: DonnĂ©es : 1.52MB + Index: 1.97MB old_asso_types_info_utilisateurs: DonnĂ©es : 0.06MB + Index: 0.05MB old_asso_utilisateurs_type_utilisateurs: DonnĂ©es : 0.14MB + Index: 0.19MB password_resets: DonnĂ©es : 0.01MB + Index: 0.01MB pays: DonnĂ©es : 0.02MB + Index: 0.00MB regions: DonnĂ©es : 0.02MB + Index: 0.02MB rss_flux: DonnĂ©es : 0.00MB + Index: 0.00MB rss_flux_images: DonnĂ©es : 0.00MB + Index: 0.00MB semaphores_playlists: DonnĂ©es : 0.02MB + Index: 0.00MB sib_model_contact: DonnĂ©es : 0.00MB + Index: 0.00MB sib_model_country: DonnĂ©es : 0.02MB + Index: 0.00MB tranches_age: DonnĂ©es : 0.02MB + Index: 0.00MB twitter_configs: DonnĂ©es : 0.02MB + Index: 0.00MB twitter_hashtags: DonnĂ©es : 0.02MB + Index: 0.00MB twitter_tweets: DonnĂ©es : 0.02MB + Index: 0.03MB twitter_users: DonnĂ©es : 0.02MB + Index: 0.00MB types_mots_clefs: DonnĂ©es : 0.02MB + Index: 0.00MB types_utilisateurs: DonnĂ©es : 0.02MB + Index: 0.00MB type_information: DonnĂ©es : 0.02MB + Index: 0.00MB users_videos: DonnĂ©es : 1.52MB + Index: 0.33MB utilisateurs: DonnĂ©es : 0.14MB + Index: 0.14MB utilisateurs_data: DonnĂ©es : 0.08MB + Index: 0.02MB villes: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_affiliate_wp_affiliatemeta: DonnĂ©es : 0.02MB + Index: 0.03MB wor9574_affiliate_wp_affiliates: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_affiliate_wp_campaigns: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_affiliate_wp_creatives: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_affiliate_wp_customermeta: DonnĂ©es : 0.00MB + Index: 0.01MB wor9574_affiliate_wp_customers: DonnĂ©es : 0.01MB + Index: 0.01MB wor9574_affiliate_wp_direct_links: DonnĂ©es : 0.00MB + Index: 0.01MB wor9574_affiliate_wp_payouts: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_affiliate_wp_referrals: DonnĂ©es : 0.07MB + Index: 0.01MB wor9574_affiliate_wp_rest_consumers: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_affiliate_wp_visits: DonnĂ©es : 0.07MB + Index: 0.01MB wor9574_aiowps_events: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_aiowps_failed_logins: DonnĂ©es : 0.35MB + Index: 0.13MB wor9574_aiowps_global_meta: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_aiowps_login_activity: DonnĂ©es : 0.28MB + Index: 0.07MB wor9574_aiowps_login_lockdown: DonnĂ©es : 0.02MB + Index: 0.01MB wor9574_aiowps_permanent_block: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_asso_playlists_devices: DonnĂ©es : 0.06MB + Index: 0.03MB wor9574_bwg_album: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_bwg_album_gallery: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_bwg_file_paths: DonnĂ©es : 0.01MB + Index: 0.00MB wor9574_bwg_gallery: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_bwg_image: DonnĂ©es : 0.01MB + Index: 0.00MB wor9574_bwg_image_comment: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_bwg_image_rate: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_bwg_image_tag: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_bwg_shortcode: DonnĂ©es : 0.30MB + Index: 0.01MB wor9574_bwg_theme: DonnĂ©es : 0.04MB + Index: 0.00MB wor9574_cache: DonnĂ©es : 2.84MB + Index: 0.01MB wor9574_cache_etats_devices: DonnĂ©es : 0.02MB + Index: 0.03MB wor9574_cache_noms_devices: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_calculation_servers: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_categories: DonnĂ©es : 0.08MB + Index: 0.00MB wor9574_ca_devices: DonnĂ©es : 1.52MB + Index: 0.33MB wor9574_ca_places: DonnĂ©es : 0.33MB + Index: 0.16MB wor9574_commentmeta: DonnĂ©es : 0.05MB + Index: 0.03MB wor9574_comments: DonnĂ©es : 0.19MB + Index: 0.16MB wor9574_configuration: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_creds_prices: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_cron_logs: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_devices_activities_history: DonnĂ©es : 54.16MB + Index: 51.22MB wor9574_devices_anormaux: DonnĂ©es : 1.52MB + Index: 0.00MB wor9574_devices_configs: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_devices_connectes: DonnĂ©es : 1.52MB + Index: 0.00MB wor9574_devices_corrects: DonnĂ©es : 1.52MB + Index: 0.00MB wor9574_devices_critiques: DonnĂ©es : 1.52MB + Index: 0.00MB wor9574_devices_errors_diffusions: DonnĂ©es : 2.52MB + Index: 2.00MB wor9574_devices_indicateurs: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_devices_installes: DonnĂ©es : 1.52MB + Index: 0.00MB wor9574_gf_draft_submissions: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_gf_entry: DonnĂ©es : 3.86MB + Index: 0.34MB wor9574_gf_entry_meta: DonnĂ©es : 7.74MB + Index: 6.45MB wor9574_gf_entry_notes: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_gf_form: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_gf_form_meta: DonnĂ©es : 4.56MB + Index: 0.00MB wor9574_gf_form_revisions: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_gf_form_view: DonnĂ©es : 0.29MB + Index: 0.13MB wor9574_html_playlist_annonces_agendas: DonnĂ©es : 0.00MB + Index: 0.01MB wor9574_html_playlist_jeux: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_html_playlist_pubs: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_html_playlist_videos_partner: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_incident: DonnĂ©es : 0.02MB + Index: 0.05MB wor9574_incidents: DonnĂ©es : 0.47MB + Index: 0.30MB wor9574_ledger: DonnĂ©es : 1.52MB + Index: 0.53MB wor9574_links: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_migrations: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_myCRED_log: DonnĂ©es : 16.39MB + Index: 2.68MB wor9574_notifications: DonnĂ©es : 2.52MB + Index: 0.25MB wor9574_options: DonnĂ©es : 4.66MB + Index: 0.19MB wor9574_places_themes: DonnĂ©es : 0.13MB + Index: 0.08MB wor9574_playlists_pubs: DonnĂ©es : 0.14MB + Index: 0.19MB wor9574_playlists_videos: DonnĂ©es : 4.34MB + Index: 6.78MB wor9574_pmxe_exports: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_pmxe_google_cats: DonnĂ©es : 0.26MB + Index: 0.05MB wor9574_pmxe_posts: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_pmxe_templates: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_postmeta: DonnĂ©es : 113.58MB + Index: 90.09MB wor9574_posts: DonnĂ©es : 18.33MB + Index: 8.28MB wor9574_publications_status_history: DonnĂ©es : 0.27MB + Index: 0.19MB wor9574_revslider_css: DonnĂ©es : 0.09MB + Index: 0.00MB wor9574_revslider_layer_animations: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_revslider_navigations: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_revslider_sliders: DonnĂ©es : 0.01MB + Index: 0.00MB wor9574_revslider_slides: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_revslider_static_slides: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_rg_form: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_rg_form_meta: DonnĂ©es : 2.74MB + Index: 0.00MB wor9574_rg_form_view: DonnĂ©es : 0.08MB + Index: 0.04MB wor9574_rg_incomplete_submissions: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_rg_lead: DonnĂ©es : 1.56MB + Index: 0.14MB wor9574_rg_lead_detail: DonnĂ©es : 2.32MB + Index: 2.76MB wor9574_rg_lead_detail_long: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_rg_lead_meta: DonnĂ©es : 0.00MB + Index: 0.01MB wor9574_rg_lead_notes: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_rg_zapier: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_sellsy_third: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_sellsy_thirdcontact: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_sellsy_thirdcontactsmeta: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_sellsy_third_thirdcontacts: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_sib_model_forms: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_sib_model_users: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_stats_activites: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_stats_archives_par_semaine: DonnĂ©es : 38.56MB + Index: 39.58MB wor9574_stats_archives_par_semaine_wp: DonnĂ©es : 70.59MB + Index: 99.22MB wor9574_stats_erreurs: DonnĂ©es : 3.52MB + Index: 6.06MB wor9574_stats_erreurs_wp: DonnĂ©es : 2.52MB + Index: 3.41MB wor9574_stats_pubs_par_jour: DonnĂ©es : 0.02MB + Index: 0.06MB wor9574_stats_pubs_par_jour_wp: DonnĂ©es : 1.52MB + Index: 3.33MB wor9574_stats_pubs_wp: DonnĂ©es : 0.02MB + Index: 0.03MB wor9574_stats_types_media: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_stats_videos_par_jour: DonnĂ©es : 0.02MB + Index: 0.08MB wor9574_stats_videos_par_jour_wp: DonnĂ©es : 31.56MB + Index: 46.13MB wor9574_stats_videos_wp: DonnĂ©es : 0.02MB + Index: 0.05MB wor9574_termmeta: DonnĂ©es : 0.05MB + Index: 0.03MB wor9574_terms: DonnĂ©es : 0.05MB + Index: 0.03MB wor9574_term_relationships: DonnĂ©es : 1.52MB + Index: 1.52MB wor9574_term_taxonomy: DonnĂ©es : 0.06MB + Index: 0.03MB wor9574_tipy_games_participants: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_tipy_games_winners: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_tipy_scores_idp: DonnĂ©es : 0.30MB + Index: 0.09MB wor9574_tipy_scores_idpmeta: DonnĂ©es : 0.14MB + Index: 0.08MB wor9574_usermeta: DonnĂ©es : 2.52MB + Index: 4.03MB wor9574_users: DonnĂ©es : 0.19MB + Index: 0.17MB wor9574_videos_calculation_data: DonnĂ©es : 9.52MB + Index: 1.02MB wor9574_video_champs: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_video_compositions: DonnĂ©es : 3.52MB + Index: 0.52MB wor9574_video_templates: DonnĂ©es : 0.02MB + Index: 0.02MB wor9574_video_templates_champs: DonnĂ©es : 0.09MB + Index: 0.02MB wor9574_video_templates_groupes: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wcpdf_invoice_number: DonnĂ©es : 0.00MB + Index: 0.01MB wor9574_wc_download_log: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wc_product_meta_lookup: DonnĂ©es : 0.16MB + Index: 0.33MB wor9574_wc_webhooks: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpgmza: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_categories: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_category_maps: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_circles: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_maps: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_polygon: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_polylines: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wpgmza_rectangles: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wplc_chat_msgs: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wplc_chat_sessions: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wplc_offline_messages: DonnĂ©es : 0.02MB + Index: 0.00MB wor9574_wppcp_group_files: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wppcp_group_messages: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wppcp_group_users: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wppcp_private_page: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wppcp_private_page_files: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wppcp_private_page_messages: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_agent_assign_data: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_agent_settings: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_attachments: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_canned_reply: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_catagories: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_custom_fields: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_custom_priority: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_custom_status: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_faq: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_faq_catagories: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_panel_custom_menu: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_support_menu: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_ticket: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_ticket_form_order: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_ticket_list_order: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_ticket_thread: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_wpsp_users: DonnĂ©es : 0.00MB + Index: 0.00MB wor9574_xcloner_scheduler: DonnĂ©es : 0.02MB + Index: 0.00MB wor9575_commentmeta: DonnĂ©es : 0.00MB + Index: 0.00MB wor9575_comments: DonnĂ©es : 0.00MB + Index: 0.01MB wor9575_links: DonnĂ©es : 0.00MB + Index: 0.00MB wor9575_options: DonnĂ©es : 0.08MB + Index: 0.01MB wor9575_postmeta: DonnĂ©es : 0.00MB + Index: 0.01MB wor9575_posts: DonnĂ©es : 0.01MB + Index: 0.01MB wor9575_termmeta: DonnĂ©es : 0.00MB + Index: 0.00MB wor9575_terms: DonnĂ©es : 0.00MB + Index: 0.01MB wor9575_term_relationships: DonnĂ©es : 0.00MB + Index: 0.00MB wor9575_term_taxonomy: DonnĂ©es : 0.00MB + Index: 0.00MB wor9575_usermeta: DonnĂ©es : 0.00MB + Index: 0.01MB wor9575_users: DonnĂ©es : 0.00MB + Index: 0.01MB zones_identitaires: DonnĂ©es : 0.02MB + Index: 0.02MB ### Post Type Counts ### acf: 7 acf-field: 17 acf-field-group: 8 anr-post: 1 attachment: 12042 broadcast_devices: 329 broadcast_places: 282 bwg_gallery: 2 bwg_share: 1 json_consumer: 1 mg_referfriend: 1 mycred_coupon: 2 nav_menu_item: 15 oembed_cache: 8 page: 203 post: 19 product: 706 product_variation: 440 revision: 603 scheduled-action: 15 shop_coupon: 34 shop_order: 389 shop_order_refund: 1 sumomasterlog: 514 sumosubs_cron_events: 56 sumosubscriptions: 59 tipy_games: 8 tipy_publications: 3815 tipy_videos: 6205 um_directory: 1 um_form: 3 um_role: 2 us_grid_layout: 7 us_header: 1 us_page_block: 11 us_widget_area: 5 wc_crm_tasks: 139 ### Security ### Secure connection (HTTPS): â Hide errors from visitors: â ### Active Plugins (68) ### Ultimate Addons for WPBakery Page Builder: par Brainstorm Force â 3.18.0 Advanced Custom Fields: par Elliot Condon â 5.8.0 Advanced Database Cleaner: par Younes JFR. â 2.0.0 Advanced noCaptcha & invisible Captcha: par Shamim Hasan â 5.4 â Non testĂ© avec la version active de WooCommerce AffiliateWP - Lifetime Commissions: par AffiliateWP â 1.3.2 AffiliateWP: par AffiliateWP LLC â 2.2.17 AffiliateWP - Affiliate Area Shortcodes: par AffiliateWP LLC â 1.1.7 AffiliateWP - Affiliate Area Tabs: par AffiliateWP â 1.2.7 AffiliateWP - Affiliate Dashboard Sharing: par AffiliateWP â 1.1.6 AffiliateWP - Affiliate Landing Pages: par AffiliateWP LLC â 1.0.2 AffiliateWP - Allow Own Referrals: par AffiliateWP LLC â 1.0.2 AffiliateWP - Custom Affiliate Slugs: par Pippin Williamson and Andrew Munro â 1.0.2 AffiliateWP - Direct Link Tracking: par AffiliateWP â 1.1.3 AffiliateWP - REST API Extended: par AffiliateWP LLC â 1.0.4 AffiliateWP - Show Affiliate Coupons: par AffiliateWP â 1.0.7 AffiliateWP - Signup Referrals: par Pippin Williamson and Andrew Munro â 1.0.2 AffiliateWP - Tiered Rates: par AffiliateWP â 1.1.2 All in One SEO Pack: par Michael Torbert â 2.12.1 All In One WP Security: par Tips and Tricks HQ Peter Petreski Ruhul Ivy â 4.3.9.3 Application Passwords: par George Stephanis â 0.1-dev Autocomplete WooCommerce Orders: par Liam McArthur â 1.1.0 â Non testĂ© avec la version active de WooCommerce Broadcast Devices Manager: par Tipy TV â 1.0.0 Classic Editor: par Contributeurs et contributrices WordPress â 1.5 Sidebar Widgets by CodeLights: par CodeLights â 1.4 Cookie Notice: par dFactory â 1.2.46 Custom Post Type Widgets: par thingsym â 1.1.3 Duplicate Post: par Enrico Battocchi â 3.2.2 Facebook for WooCommerce: par Facebook â 1.9.12 â Non testĂ© avec la version active de WooCommerce Gravity Forms Advanced File Uploader: par Benjamin Moody â 1.5 Gravity Forms + Custom Post Types: par spivurno â 3.1.15 Gravity Forms Google Places: par Stephen Beemsterboer @ Oomph Inc. â 1.1.0 Drop Down List Field for Gravity Forms: par Adrian Gordon â 1.8.5 Gravity Forms: Post Updates: par Jupitercow â 1.2.23 Gravity Forms Video Creator: par TipyTV â 1.0.0 Gravity Slider Fields: par Typewheel â 1.5 Gravity Forms: par rocketgenius â 2.4.9 Gravity Forms Zapier Add-on: par rocketgenius â 3.1 Ăditeur de page: par Michael M - WPBakery.com â 5.7 Ledger management: par TipyTV â 1.0.0 LH Archived Post Status: par Peter Shaw â 2.20 SendinBlue Subscribe Form And WP SMTP: par SendinBlue â 2.9.4 Members: par Justin Tadlock â 2.1.0 myCRED: par myCRED â 1.8.3 Photo Gallery: par Photo Gallery Team â 1.5.26 Restrict Taxonomies: par LEONE Yannick â 2.0.0 Slider Revolution: par ThemePunch â 5.4.8.3 Slim Image Cropper for Gravity Forms: par PQINA â 1.4.3 Sticky Menu (or Anything!) on Scroll: par Mark Senff â 2.1.1 SUMO Subscriptions: par Fantastic Plugins â 9.6 â Non testĂ© avec la version active de WooCommerce Tipy Jeux: par Tipy Technique â 1.0.0 Tipy Score et IDP: par Tipy Technique â 1.0.0 UpdraftPlus - Sauvegarde/Restauration: par UpdraftPlus.Com DavidAnderson â 1.16.14 Header Builder: par UpSolution â 2.5.1 WooCommerce PayPal Checkout Gateway: par WooCommerce â 1.6.14 WooCommerce Stripe Gateway: par WooCommerce â 4.1.16 Woocommerce GoCardless SUMO SEPA OLD: par Technique Tipy â 1.0.0 â Non testĂ© avec la version active de WooCommerce Woocommerce GoCardless SUMO SEPA: par Technique Tipy â 1.0.0 â Non testĂ© avec la version active de WooCommerce WooCommerce Max Quantity: par Isabel Castillo â 1.5.1 â Non testĂ© avec la version active de WooCommerce WooCommerce PDF Invoices & Packing Slips: par Ewout Fernhout â 2.2.12 WooCommerce PDF Invoices & Packing Slips Professional: par Ewout Fernhout â 1.5.2 â Non testĂ© avec la version active de WooCommerce WooCommerce Sendinblue Newsletter Subscription: par SendinBlue â 1.2.11 â Non testĂ© avec la version active de WooCommerce WooCommerce Shop as Customer: par cxThemes â 2.16 â Non testĂ© avec la version active de WooCommerce WooCommerce: par Automattic â 3.6.3 WooSwipe: par Thrive Website Design â 1.1.6.8 WP Migrate DB: par Delicious Brains â 1.0.11 WP Private Content Pro: par Rakhitha Nimesh â 1.6 WP Support Plus: par Pradeep Makone â 9.1.2 WP Users Media: par Damir Calusic â 4.1.0 ### Inactive Plugins (7) ### AffiliateWP - Checkout Referrals: par AffiliateWP â 1.0.7 Tipy bug report: par Technique Tipy â 1.0.0 Tipy customize woocommerce: par Technique Tipy â 1.0.0 â Non testĂ© avec la version active de WooCommerce Tipy stats: par Technique Tipy â 1.0.0 Tipy Sumo: par YTechnique Tipy â 1.0.0 WooCommerce Blocks: par Automattic â 2.1.0 WooCommerce GoCardless Gateway: par WooCommerce â 2.4.7 â Non testĂ© avec la version active de WooCommerce ### Must Use Plugins (1) ### Themosis Framework Loader: par Julien LambĂ© â 1.4.0 ### Settings ### API Enabled: â Force SSL: â Currency: EUR (âŹ) Currency Position: right Thousand Separator: Decimal Separator: , Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) variation (variation) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: â ### WC Pages ### Base boutique: #6851 - /shop/ Panier: #3883 - /cart/ Commande: #3881 - /checkout/ Mon compte: #3882 - /mon-compte/ Conditions gĂ©nĂ©rales de vente et dâutilisation: #7714 - /cgv/ ### Theme ### Name: Impreza Child Version: 1.0.0 Author URL: http://example.com Child Theme: â Parent Theme Name: Impreza Parent Theme Version: 6.0.4 Parent Theme Author URL: http://us-themes.com/ WooCommerce Support: â ### Templates ### Overrides: Impreza-child/woocommerce/emails/customer-invoice.php Impreza-child/woocommerce/myaccount/my-address.php ### Action Scheduler ### Complete: 15 Oldest: 2019-04-29 14:40:16 +0200 Newest: 2019-04-29 14:42:15 +0200 Pending: 0 Oldest: â Newest: â Canceled: 0 Oldest: â Newest: â In-progress: 0 Oldest: â Newest: â Failed: 0 Oldest: â Newest: â- This reply was modified 7 years ago by Steven Stern (sterndata).
- This reply was modified 7 years ago by Steven Stern (sterndata).
Thanks a lot đ !!
Forum: Plugins
In reply to: [Brevo for WooCommerce] Error LogHi, did you find a fix since your comment ?
I have the exactly same issue than you.
For the moment the only fix i found is to comment this line on woocommerce-sendinblue-newsletter-subscription/woocommerce-sendinblue.php :
line 428
//self::$order_template_sib = $new_status;Can the author check this issue ?