Title: Error in SQL syntax
Last modified: September 18, 2023

---

# Error in SQL syntax

 *  Resolved [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/)
 * Hello,
 * There is an error in your php code for the function eh_callback_handler() in 
   class-stripe-sepa-pay.php file.
 * All your sql statements are incorrect cause they have table names with single
   quotes.
   I have multiples errors in my error log:
 * WordPress database error You have an error in your SQL syntax; check the manual
   that corresponds to your MariaDB server version for the right syntax to use near”
   deva_postmeta’ WHERE meta_key = ‘_eh_stripe_payment_intent’ AND meta_value= …’
   at line 1 for query SELECT post_id FROM ‘deva_postmeta’ WHERE meta_key = ‘_eh_stripe_payment_intent’
   AND meta_value= ‘pi_3NrOrwEL92ujBI251oNm9sCZ’ made by require(‘wp-blog-header.
   php’), wp, WP->main, WP->parse_request, do_action_ref_array(‘parse_request’),
   WP_Hook->do_action, WP_Hook->apply_filters, WC_API->handle_api_requests, do_action(‘
   woocommerce_api_wt_stripe’), WP_Hook->do_action, WP_Hook->apply_filters, EH_Sepa_Stripe_Gateway-
   >eh_callback_handler
 * The query should be:
   SELECT post_id FROM deva_postmeta WHERE…And not:SELECT post_id
   FROM ‘deva_postmeta’ WHERE…the table name should not be surrounded by single 
   quotes.
 * Please fix this.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Support [WebToffee Support](https://wordpress.org/support/users/webtoffeesupport/)
 * (@webtoffeesupport)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17059282)
 * Hi [@maxplateau](https://wordpress.org/support/users/maxplateau/),
 * Greetings from WebToffee support.
 * We are sorry for the inconvenience caused.
 * To help me better understand the issue and replicate it on our end, please share
   your WooCommerce System status report (WooCommerce -> Status -> Get system status
   report).
 * We are waiting for your response.
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17059296)
 *     ```wp-block-code
       WordPress Environment
   
       WordPress address (URL): https://devayani.fr
       Site address (URL): https://devayani.fr
       WC Version: 8.1.1
       REST API Version: ✔ 8.1.1
       WC Blocks Version: ✔ 10.9.3
       Action Scheduler Version: ✔ 3.6.2
       Log Directory Writable: ✔
       WP Version: 6.3.1
       WP Multisite: –
       WP Memory Limit: 512 Mo
       WP Debug Mode: –
       WP Cron: ✔
       Language: fr_FR
       External object cache: – Server Environment
   
       Server Info: nginx
       PHP Version: 8.0.29
       PHP Post Max Size: 32 Mo
       PHP Time Limit: 90
       PHP Max Input Vars: 1000
       cURL Version: 7.74.0
       OpenSSL/1.1.1n
   
       SUHOSIN Installed: –
       MySQL Version: 10.5.19-MariaDB-0+deb11u2
       Max Upload Size: 32 Mo
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔ Database
   
       WC Database Version: 8.1.1
       WC Database Prefix: deva_
       Taille totale de la base de données: 20.41MB
       Taille de la base de données: 15.75MB
       Taille de l’index: 4.66MB
       deva_woocommerce_sessions: Données : 0.11MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_api_keys: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_attribute_taxonomies: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_downloadable_product_permissions: Données : 0.02MB + Index : 0.06MB + Moteur InnoDB
       deva_woocommerce_order_items: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_order_itemmeta: Données : 0.28MB + Index : 0.14MB + Moteur InnoDB
       deva_woocommerce_tax_rates: Données : 0.02MB + Index : 0.06MB + Moteur InnoDB
       deva_woocommerce_tax_rate_locations: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_shipping_zones: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_woocommerce_shipping_zone_locations: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_shipping_zone_methods: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_woocommerce_payment_tokens: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_woocommerce_payment_tokenmeta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_woocommerce_log: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_actionscheduler_actions: Données : 0.08MB + Index : 0.13MB + Moteur InnoDB
       deva_actionscheduler_claims: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_actionscheduler_groups: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_actionscheduler_logs: Données : 0.06MB + Index : 0.03MB + Moteur InnoDB
       deva_ac_segments: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_admin_columns: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_commentmeta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_comments: Données : 0.06MB + Index : 0.09MB + Moteur InnoDB
       deva_elfsight_youtube_gallery_cache: Données : 2.44MB + Index : 0.00MB + Moteur InnoDB
       deva_elfsight_youtube_gallery_widgets: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_gf_addon_feed: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_gf_addon_payment_callback: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_gf_addon_payment_transaction: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_gf_draft_submissions: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_gf_entry: Données : 0.06MB + Index : 0.03MB + Moteur InnoDB
       deva_gf_entry_meta: Données : 0.11MB + Index : 0.13MB + Moteur InnoDB
       deva_gf_entry_notes: Données : 0.05MB + Index : 0.03MB + Moteur InnoDB
       deva_gf_form: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_gf_form_meta: Données : 0.09MB + Index : 0.00MB + Moteur InnoDB
       deva_gf_form_revisions: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_gf_form_view: Données : 0.31MB + Index : 0.27MB + Moteur InnoDB
       deva_gf_rest_api_keys: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_background_task: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_content_status: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_core_status: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_flags: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_languages: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_languages_translations: Données : 0.20MB + Index : 0.17MB + Moteur InnoDB
       deva_icl_locale_map: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_message_status: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_mo_files_domains: Données : 0.05MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_node: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_reminders: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_strings: Données : 0.13MB + Index : 0.22MB + Moteur InnoDB
       deva_icl_string_batches: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_string_packages: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_string_pages: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_string_positions: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_string_status: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_string_translations: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_icl_string_urls: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_translate: Données : 0.30MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_translate_job: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_icl_translations: Données : 0.05MB + Index : 0.06MB + Moteur InnoDB
       deva_icl_translation_batches: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_translation_downloads: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_icl_translation_status: Données : 0.28MB + Index : 0.02MB + Moteur InnoDB
       deva_links: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_mail_catcher_logs: Données : 0.50MB + Index : 0.00MB + Moteur InnoDB
       deva_options: Données : 4.22MB + Index : 0.13MB + Moteur InnoDB
       deva_postmeta: Données : 2.52MB + Index : 0.78MB + Moteur InnoDB
       deva_posts: Données : 1.48MB + Index : 0.13MB + Moteur InnoDB
       deva_smush_dir_images: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_termmeta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_terms: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_term_relationships: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_term_taxonomy: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_usermeta: Données : 0.19MB + Index : 0.14MB + Moteur InnoDB
       deva_users: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_wc_admin_notes: Données : 0.11MB + Index : 0.00MB + Moteur InnoDB
       deva_wc_admin_note_actions: Données : 0.09MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_category_lookup: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wc_customer_lookup: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_download_log: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_orders: Données : 0.02MB + Index : 0.11MB + Moteur InnoDB
       deva_wc_orders_meta: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_order_addresses: Données : 0.02MB + Index : 0.06MB + Moteur InnoDB
       deva_wc_order_coupon_lookup: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_order_operational_data: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_order_product_lookup: Données : 0.05MB + Index : 0.06MB + Moteur InnoDB
       deva_wc_order_stats: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_wc_order_tax_lookup: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_wc_product_attributes_lookup: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_product_download_directories: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_product_meta_lookup: Données : 0.02MB + Index : 0.09MB + Moteur InnoDB
       deva_wc_rate_limits: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_reserved_stock: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wc_tax_rate_classes: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wc_webhooks: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_wpmailsmtp_debug_events: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wpmailsmtp_tasks_meta: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wpr_rocket_cache: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_wpr_rucss_used_css: Données : 0.02MB + Index : 0.09MB + Moteur InnoDB
       deva_wpzerospam_blocked: Données : 0.02MB + Index : 0.00MB + Moteur InnoDB
       deva_wpzerospam_log: Données : 0.33MB + Index : 0.00MB + Moteur InnoDB
       deva_yoast_indexable: Données : 0.06MB + Index : 0.09MB + Moteur InnoDB
       deva_yoast_indexable_hierarchy: Données : 0.02MB + Index : 0.05MB + Moteur InnoDB
       deva_yoast_migrations: Données : 0.02MB + Index : 0.02MB + Moteur InnoDB
       deva_yoast_primary_term: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB
       deva_yoast_seo_links: Données : 0.02MB + Index : 0.03MB + Moteur InnoDB Post Type Counts
   
       acf-field: 17
       acf-field-group: 4
       attachment: 120
       custom_css: 1
       et_body_layout: 1
       et_pb_layout: 2
       et_template: 4
       et_theme_builder: 1
       mp_news: 5
       mp_participants: 63
       mp_temoignages: 45
       nav_menu_item: 22
       oembed_cache: 3
       page: 30
       post: 2
       product: 18
       product_variation: 30
       revision: 95
       shop_order: 120
       shop_order_refund: 1 Security
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔ Active Plugins (37)
   
       Gravity Perks: par Gravity Wiz – 2.3
       Gravity Forms: par Gravity Forms – 2.7.13
       WPML Multilingual CMS: par OnTheGoSystems – 4.6.5
       WPML SEO: par OnTheGoSystems – 2.1.0
       Admin Columns Pro: par AdminColumns.com – 6.3.3
       Advanced Custom Fields PRO: par WP Engine – 6.2.1.1
       Classic Editor: par Contributeurs et contributrices WordPress – 1.6.3
       Classic Widgets: par Contributeurs et contributrices WordPress – 0.3
       Custom Post Type UI: par WebDevStudios – 1.14.0
       Disable XML-RPC: par Philip Erb – 1.0.1
       Elfsight YouTube Gallery CC: par Elfsight – 3.5.0
       Email Encoder - Protégez vos adresses e-mail: par Jannis Thuemmig – 2.1.8
       Error Log Monitor: par Janis Elsts – 1.7.7
       WP OPcache: par nierdz – 4.2.0
       Site Kit by Google: par Google – 1.109.0
       Gravity Forms Zero Spam: par GravityKit – 1.4
       Gravity Forms Mailchimp Add-On: par Gravity Forms – 5.2.0
       Gravity Forms Stripe Add-On: par Gravity Forms – 5.1.0
       GP Price Range: par Gravity Wiz – 1.2.2
       MainWP Child: par MainWP – 4.5.1
       Meow Gallery: par Jordy Meow – 5.0.2
       Stripe Payment Plugin for WooCommerce: par WebToffee – 3.9.1
       Server IP & Memory Usage Display: par Apasionados
       Apasionados del Marketing – 2.1.0
   
       Simple Revisions Delete par bweb: par Brice CAPOBIANCO – 1.5.1
       WooCommerce Gravity Forms Product Add-Ons: par Element Stark – 3.5.1
       WooCommerce Multilingual & Multicurrency: par OnTheGoSystems – 5.2.0
       WooCommerce: par Automattic – 8.1.1
       Yoast SEO: par L’équipe Yoast – 21.1
       WP Disable Update Notifications: par mapweb – 1.0
       Mail logging - WP Mail Catcher: par James Ward – 2.1.3
       WP Mail SMTP: par WP Mail SMTP – 3.9.0
       WP REST API - Hide Users List: par mapweb – 1.0
       WP Rocket: par WP Media – 3.14.4.2
       Smush: par WPMU DEV – 3.14.2
       WPML Media: par OnTheGoSystems – 2.7.3
       WPML String Translation: par OnTheGoSystems – 3.2.7
       Zero Spam for WordPress: par Highfivery LLC – 5.5.1 Inactive Plugins (0) Dropin Plugins (1)
   
       advanced-cache.php: advanced-cache.php 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)
   
       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: –
       Enforce Approved Product Download Directories: –
       HPOS feature screen enabled: –
       HPOS feature enabled: –
       Order datastore: WC_Order_Data_Store_CPT
       HPOS data sync enabled: – WC Pages
   
       Base de la boutique: #269 - /boutique/
       Panier: #270 - /panier/
       Commander: #271 - /commande/
       Mon compte: #272 - /mon-compte/
       Conditions générales de vente et d’utilisation: ❌ Page non définie Theme
   
       Name: mapweb
       Version: 1.0
       Author URL: https://www.mapweb.fr
       Child Theme: ✔
       Parent Theme Name: Divi
       Parent Theme Version: 4.22.1
       Parent Theme Author URL: http://www.elegantthemes.com
       WooCommerce Support: ✔ Templates
   
       Overrides: – Admin
   
       Enabled Features: activity-panels
       analytics
       product-block-editor
       coupons
       core-profiler
       customer-effort-score-tracks
       import-products-task
       experimental-fashion-sample-products
       shipping-smart-defaults
       shipping-setting-tour
       homescreen
       marketing
       mobile-app-banner
       navigation
       onboarding
       onboarding-tasks
       remote-inbox-notifications
       remote-free-extensions
       payment-gateway-suggestions
       shipping-label-banner
       subscriptions
       store-alerts
       transient-notices
       woo-mobile-welcome
       wc-pay-promotion
       wc-pay-welcome-page
   
       Disabled Features: customize-store
       minified-js
       new-product-management-experience
       product-variation-management
       settings
       async-product-editor-category-field
   
       Daily Cron: ✔ Next scheduled: 2023-09-18 14:54:43 +02:00
       Options: ✔
       Notes: 180
       Onboarding: completed Action Scheduler
   
       Terminé: 99
       Oldest: 2023-08-18 16:46:00 +0200
       Newest: 2023-09-18 12:30:55 +0200
   
       Échoué: 12
       Oldest: 2022-11-14 09:29:17 +0100
       Newest: 2023-09-08 10:15:07 +0200
   
       En attente: 2
       Oldest: 2023-09-18 15:42:39 +0200
       Newest: 2023-09-19 12:30:55 +0200 Status report information
   
       Generated at: 2023-09-18 14:17:04 +02:00
       `
       ```
   
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17059330)
 * Please take a look at this page:
 * [https://developer.wordpress.org/reference/classes/wpdb/prepare/](https://developer.wordpress.org/reference/classes/wpdb/prepare/)
 * Tablenames should not be in the args of wpdb::prepare.
 *  Plugin Support [WebToffee Support](https://wordpress.org/support/users/webtoffeesupport/)
 * (@webtoffeesupport)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17068545)
 * Hi [@maxplateau](https://wordpress.org/support/users/maxplateau/),
 * Thank you for taking the time and effort to help us understand the issue.
 * We have made the necessary changes in the plugin to fix it. The changes will 
   be available in the next release of the plugin.
 * We appreciate your cooperation and understanding on the matter.
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17215732)
 * Hello,
 * You’ve just updated your plugin to 3.9.2.
   But there is now another issue:
 * [https://plugins.trac.wordpress.org/browser/payment-gateway-stripe-and-woocommerce-integration/tags/3.9.2/includes/class-stripe-sepa-pay.php#L690](https://plugins.trac.wordpress.org/browser/payment-gateway-stripe-and-woocommerce-integration/tags/3.9.2/includes/class-stripe-sepa-pay.php#L690)
 * SELECT post_id FROM {$wpdb->postmet}
   It should be $wpdb->postmeta and not $wpdb-
   >postmet.
 * class-stripe-sepa-pay.php on line 690 (latest version 3.9.2).
 * Please fix this.
 *  Plugin Support [WebToffee Support](https://wordpress.org/support/users/webtoffeesupport/)
 * (@webtoffeesupport)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17218206)
 * Hi [@maxplateau](https://wordpress.org/support/users/maxplateau/),
 * We apologise for the inconvenience caused.
 * We have looked into the problem and made the necessary changes to the plugin 
   to fix the mistake. We will be releasing a quick fix to address it, as soon as
   possible.
 * Thank you for bringing this issue to our attention. We appreciate your diligence
   in reporting this bug.
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17218715)
 * Hello,
 * Thanks for the update. The issue is fixed.
 * Regards,
 *  Thread Starter [maxplateau](https://wordpress.org/support/users/maxplateau/)
 * (@maxplateau)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17317761)
 * Hello,
 * The error is back with the latest version 3.9.4.
   Please make your plugin compatible
   with MariaDB.
 * 
   WordPress database error You have an error in your SQL syntax; check the manual
   that corresponds to your MariaDB server version for the right syntax to use near”
   acdt_postmeta’ WHERE meta_key = ‘_eh_stripe_payment_intent’ AND meta_value= …’
   at line 1 for query SELECT post_id FROM ‘acdt_postmeta’ WHERE meta_key = ‘_eh_stripe_payment_intent’
   AND meta_value= ‘pi_3OURpkAfzKx0JYXb1eXLJTP8’ made by require(‘wp-blog-header.
   php’), wp, WP->main, WP->parse_request, do_action_ref_array(‘parse_request’),
   WP_Hook->do_action, WP_Hook->apply_filters, WC_API->handle_api_requests, do_action(‘
   woocommerce_api_wt_stripe’), WP_Hook->do_action, WP_Hook->apply_filters, EH_Sepa_Stripe_Gateway-
   >eh_callback_handler
 *  Plugin Support [WebToffee Support](https://wordpress.org/support/users/webtoffeesupport/)
 * (@webtoffeesupport)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17331869)
 * Hi [@maxplateau](https://wordpress.org/support/users/maxplateau/),
   Thank you 
   again for bringing this to our attention. We have made the necessary changes 
   in the plugin to rectify it, and it will soon be available in our next plugin
   update.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Error in SQL syntax’ is closed to new replies.

 * ![](https://ps.w.org/payment-gateway-stripe-and-woocommerce-integration/assets/
   icon-256x256.gif?rev=3361775)
 * [Payment Gateway of Stripe for WooCommerce](https://wordpress.org/plugins/payment-gateway-stripe-and-woocommerce-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/payment-gateway-stripe-and-woocommerce-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/payment-gateway-stripe-and-woocommerce-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/payment-gateway-stripe-and-woocommerce-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/payment-gateway-stripe-and-woocommerce-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/payment-gateway-stripe-and-woocommerce-integration/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [WebToffee Support](https://wordpress.org/support/users/webtoffeesupport/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/error-in-sql-syntax-16/#post-17331869)
 * Status: resolved