Title: Warning: include_once(
Last modified: May 29, 2022

---

# Warning: include_once(

 *  Resolved [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/)
 * I have an issue in Woocommerce plugin when changing to PHP 8 and making the update
 *     ```
       Warning: include_once(/www/wwwroot/store.ezznology.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php): Failed to open stream: No such file or directory in /www/wwwroot/store.ezznology.com/wp-content/plugins/woocommerce/includes/class-woocommerce.php on line 453
   
       Warning: include_once(): Failed opening '/www/wwwroot/store.ezznology.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php' for inclusion (include_path='.:') in /www/wwwroot/store.ezznology.com/wp-content/plugins/woocommerce/includes/class-woocommerce.php on line 453
       ```
   
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwarning-include_once-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/warning-include_once-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/warning-include_once-2/page/2/?output_format=md)

 *  [Abiola Ogodo](https://wordpress.org/support/users/oaoyadeyi/)
 * (@oaoyadeyi)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15500304)
 * [@mez00o](https://wordpress.org/support/users/mez00o/)
 * Hey there
 * It looks like the plugin had an issue installing all the files when updating.
   A lot of times this is due to permissions issues with the hosting, or something
   cut it off as it was installing.
 * You can usually fix this by manually installing WooCommerce using the guide below:
   
   [https://wooassist.com/how-to-install-woocommerce-on-your-wordpress-site/#:~:text=how%20to%20install%20woocommerce%20via%20ftp](https://wooassist.com/how-to-install-woocommerce-on-your-wordpress-site/#:~:text=how%20to%20install%20woocommerce%20via%20ftp)
 * I hope this helps!
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15500353)
 * still not ok
 * i get this error
 * `Fatal error: Uncaught Error: Call to undefined function putenv() in /www/wwwroot/
   store.ezznology.com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-
   images-request.php:37 Stack trace: #0 /www/wwwroot/store.ezznology.com/wp-content/
   plugins/woocommerce/includes/class-wc-regenerate-images.php(49): WC_Regenerate_Images_Request-
   >__construct() #1 /www/wwwroot/store.ezznology.com/wp-includes/class-wp-hook.
   php(307): WC_Regenerate_Images::init() #2 /www/wwwroot/store.ezznology.com/wp-
   includes/class-wp-hook.php(331): WP_Hook->apply_filters() #3 /www/wwwroot/store.
   ezznology.com/wp-includes/plugin.php(474): WP_Hook->do_action() #4 /www/wwwroot/
   store.ezznology.com/wp-settings.php(587): do_action() #5 /www/wwwroot/store.ezznology.
   com/wp-config.php(97): require_once('...') #6 /www/wwwroot/store.ezznology.com/
   wp-load.php(50): require_once('...') #7 /www/wwwroot/store.ezznology.com/wp-admin/
   admin.php(34): require_once('...') #8 /www/wwwroot/store.ezznology.com/wp-admin/
   index.php(10): require_once('...') #9 {main} thrown in /www/wwwroot/store.ezznology.
   com/wp-content/plugins/woocommerce/includes/class-wc-regenerate-images-request.
   php on line 37`
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15500399)
 * this is after ftp
 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15501767)
 * Hello,
 * I see you are switching to PHP 8, and receiving that error.
 * To understand what could be causing this, could you please share a copy of your
   site’s System Status? You can find it via `WooCommerce > Status`. Select “Get
   system report” and then “Copy for support”. 
 * Thanks.
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15505263)
 *     ```
       ### WordPress Environment ###
   
       WordPress address (URL): https://store.ezznology.com
       Site address (URL): https://store.ezznology.com
       WC Version: 6.3.1
       REST API Version: ✔ 6.3.1
       WC Blocks Version: ✔ 6.9.0
       Action Scheduler Version: ✔ 3.4.0
       WC Admin Version: ✔ 3.2.1
       Log Directory Writable: ✔
       WP Version: 5.9.2
       WP Multisite: –
       WP Memory Limit: 256 MB
       WP Debug Mode: –
       WP Cron: ✔
       Language: en_US
       External object cache: –
   
       ### Server Environment ###
   
       Server Info: Apache
       PHP Version: 8.0.16
       PHP Post Max Size: 50 MB
       PHP Time Limit: 300
       PHP Max Input Vars: 1000
       cURL Version: 7.61.1
       OpenSSL/1.1.1k
   
       SUHOSIN Installed: –
       MySQL Version: 5.7.37-log
       Max Upload Size: 50 MB
       Default Timezone is UTC: ✔
       fsockopen/cURL: ✔
       SoapClient: ✔
       DOMDocument: ✔
       GZip: ✔
       Multibyte String: ✔
       Remote Post: ✔
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 6.3.1
       WC Database Prefix: wp_
       Total Database Size: 37.38MB
       Database Data Size: 27.06MB
       Database Index Size: 10.32MB
       wp_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_actions: Data: 0.09MB + Index: 0.13MB + Engine InnoDB
       wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_actionscheduler_logs: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
       wp_addonlibrary_addons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_addonlibrary_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_ahrefs_seo_content: Data: 0.17MB + Index: 0.11MB + Engine InnoDB
       wp_ahrefs_seo_snapshots: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_aioseo_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_aioseo_notifications: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_aioseo_posts: Data: 0.23MB + Index: 0.02MB + Engine InnoDB
       wp_aiowps_debug_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_aiowps_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_aiowps_failed_logins: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_aiowps_global_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_aiowps_login_activity: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_aiowps_login_lockdown: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_aiowps_permanent_block: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_bp_activity: Data: 0.02MB + Index: 0.16MB + Engine InnoDB
       wp_bp_activity_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_bp_invitations: Data: 0.02MB + Index: 0.14MB + Engine InnoDB
       wp_bp_notifications: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
       wp_bp_notifications_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_bp_optouts: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_bp_xprofile_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_bp_xprofile_fields: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_bp_xprofile_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_bp_xprofile_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_bv_activities_store: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_cartflows_ca_cart_abandonment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_cartflows_ca_email_history: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_cartflows_ca_email_templates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_cartflows_ca_email_templates_meta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_ce4wp_abandoned_checkout: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_ce4wp_contacts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
       wp_defender_audit_log: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_defender_email_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_defender_lockout: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_defender_lockout_log: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_defender_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_defender_scan_item: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_duplicator_packages: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB
       wp_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailchimp_carts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_custom_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_dynamic_segment_filters: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_feature_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_mapping_to_external_entities: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_newsletter_links: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_mailpoet_newsletter_option: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_option_fields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_segment: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_newsletter_templates: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_scheduled_tasks: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_scheduled_task_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_segments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_sending_queues: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_statistics_bounces: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_mailpoet_statistics_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_mailpoet_statistics_forms: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_statistics_newsletters: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_statistics_opens: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_mailpoet_statistics_unsubscribes: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_mailpoet_statistics_woocommerce_purchases: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_mailpoet_stats_notifications: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_subscribers: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
       wp_mailpoet_subscriber_custom_field: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_subscriber_ips: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_subscriber_segment: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_mailpoet_user_agents: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_mailpoet_user_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_nextend2_image_storage: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_nextend2_section_storage: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_nextend2_smartslider3_generators: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nextend2_smartslider3_sliders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_nextend2_smartslider3_sliders_xref: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_nextend2_smartslider3_slides: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
       wp_nf3_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_action_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_chunks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_field_meta: Data: 0.05MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_forms: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_form_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_objects: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_object_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_nf3_upgrades: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_odb_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_options: Data: 8.50MB + Index: 0.08MB + Engine InnoDB
       wp_postmeta: Data: 8.52MB + Index: 3.03MB + Engine InnoDB
       wp_posts: Data: 1.52MB + Index: 0.23MB + Engine InnoDB
       wp_ppress_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_ppress_formsmeta: Data: 0.06MB + Index: 0.05MB + Engine InnoDB
       wp_ppress_meta_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_smush_dir_images: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_social_users: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_statistics_exclusions: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_statistics_historical: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_statistics_pages: Data: 0.06MB + Index: 0.17MB + Engine InnoDB
       wp_statistics_search: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_statistics_useronline: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_statistics_visit: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_statistics_visitor: Data: 0.09MB + Index: 0.13MB + Engine InnoDB
       wp_statistics_visitor_relationships: Data: 0.08MB + Index: 0.09MB + Engine InnoDB
       wp_termmeta: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
       wp_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_term_taxonomy: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
       wp_um_metadata: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_usermeta: Data: 0.03MB + Index: 0.03MB + Engine InnoDB
       wp_users: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_vi_wbe_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
       wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wc_comments_subscription: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_feedback_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_follow_users: Data: 0.02MB + Index: 0.13MB + Engine InnoDB
       wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_phrases: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_product_attributes_lookup: Data: 0.27MB + Index: 0.25MB + Engine InnoDB
       wp_wc_product_meta_lookup: Data: 0.14MB + Index: 0.19MB + Engine InnoDB
       wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wc_users_rated: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_wc_users_voted: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wpuf_subscribers: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_wpuf_transaction: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_wpvivid_scan_result: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_wpvivid_unused_uploads_files: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_yoast_indexable: Data: 0.39MB + Index: 0.42MB + Engine InnoDB
       wp_yoast_indexable_hierarchy: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
       wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_yoast_primary_term: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_yoast_seo_links: Data: 0.09MB + Index: 0.03MB + Engine InnoDB
       wp_zbscrm_api_keys: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_admlog: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_aka: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_zbs_companies: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_zbs_contacts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_zbs_customfields: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_zbs_dbmigration_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_dbmigration_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_zbs_events: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
       wp_zbs_event_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_externalsources: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_zbs_forms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_invoices: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_zbs_lineitems: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
       wp_zbs_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_notifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_object_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_quotes: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
       wp_zbs_quotes_templates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_security_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_segments: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_segments_conditions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_settings: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_sys_cronmanagerlogs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_sys_email: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_sys_email_hist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_tags: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_tags_links: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
       wp_zbs_tax_table: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_temphash: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_tracking: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
       wp_zbs_transactions: Data: 0.02MB + Index: 0.14MB + Engine InnoDB
   
       ### Post Type Counts ###
   
       attachment: 259
       custom_css: 3
       customize_changeset: 1
       e-landing-page: 1
       elementor_library: 2
       mailpoet_page: 1
       nav_menu_item: 15
       oembed_cache: 1
       page: 62
       post: 2
       product: 8
       product_variation: 243
       revision: 42
       um_directory: 1
       um_form: 3
       vi_wad_draft_product: 28
       wpdiscuz_form: 1
       wpforms: 1
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
       Hide errors from visitors: ✔
   
       ### Active Plugins (27) ###
   
       Admin Custom Login: by Weblizar – 3.3.5
       Akismet Anti-Spam: by Automattic – 4.2.2
       All In One WP Security: by Tips and Tricks HQ
       Peter Petreski
       Ruhul
       Ivy – 4.4.10
   
       Starter Templates: by Brainstorm Force – 3.1.7
       Beaver Builder Plugin (Lite Version): by The Beaver Builder Team – 2.5.2.3
       Better Notifications for WP: by Made with Fuel – 1.8.11
       Bulky - Bulk Edit Products for WooCommerce: by VillaTheme – 1.0.10
       Classic Editor: by WordPress Contributors – 1.6.2
       Elementor: by Elementor.com – 3.6.1
       Google Listings and Ads: by WooCommerce – 1.11.1
       Site Kit by Google: by Google – 1.70.0
       Jetpack: by Automattic – 10.7
       Loco Translate: by Tim Whitlock – 2.6.1
       Nextend Social Login: by Nextendweb – 3.1.4
       Product Variations Swatches for WooCommerce: by VillaTheme – 1.0.3
       Sucuri Security - Auditing, Malware Scanner and Hardening: by Sucuri Inc. – 1.8.30
       Ultimate Addons for Beaver Builder - Lite: by Brainstorm Force – 1.5.4
       Ultimate Member: by Ultimate Member – 2.3.1
       ALD - Dropshipping and Fulfillment for AliExpress and WooCommerce: by VillaTheme(villatheme.com) – 1.0.13
       WPC Smart Wishlist for WooCommerce: by WPClever – 2.9.6
       WooCommerce: by Automattic – 6.3.1
       WordPress Importer: by wordpressdotorg – 0.7
       Yoast SEO: by Team Yoast – 18.4.1
       WP Mail SMTP: by WPForms – 3.3.0
       wpDiscuz: by gVectors Team – 7.3.16
       WPForms Lite: by WPForms – 1.7.3
       WPS Hide Login: by WPServeur
       NicolasKulka
       wpformation – 1.9.4
   
       ### Inactive Plugins (0) ###
   
       ### Settings ###
   
       API Enabled: –
       Force SSL: –
       Currency: EGP (EGP)
       Currency Position: right_space
       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: –
   
       ### WC Pages ###
   
       Shop base: ❌ Page ID is set
       but the page does not exist
   
       Cart: #7 - /cart/
       Checkout: #8 - /checkout/
       My account: #9 - /my-account/
       Terms and conditions: #10 - /refund_returns/
   
       ### Theme ###
   
       Name: Astra
       Version: 3.7.9
       Author URL: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
       Child Theme: ❌ – If you are modifying WooCommerce on a parent theme that you did not build personally we recommend using a child theme. See: How to create a child theme
       WooCommerce Support: ✔
   
       ### Templates ###
   
       Overrides: –
   
       ### Action Scheduler ###
   
       Complete: 206
       Oldest: 2022-02-26 21:28:15 +0000
       Newest: 2022-03-28 20:55:26 +0000
   
       Pending: 5
       Oldest: 2022-03-29 20:55:26 +0000
       Newest: 2022-04-03 20:52:40 +0000
   
       ### Status report information ###
   
       Generated at: 2022-03-29 11:41:45 +03:00
       ```
   
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15511117)
 * too much time
 * no updates ?!!
 * [@ihereira](https://wordpress.org/support/users/ihereira/) [@oaoyadeyi](https://wordpress.org/support/users/oaoyadeyi/)
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15514856)
 * **How to buy something that does not have good and fast support ؟؟!!!!**
 *  [aetta](https://wordpress.org/support/users/chiape/)
 * (@chiape)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15515645)
 * Hi [@mez00o](https://wordpress.org/support/users/mez00o/)
 * Can you try to change your PHP version to 7.4.28 to see how it goes? The latest
   stable version of PHP is 8.1.4
 * If you’re still experiencing this error, would you mind checking if, by chance,
   your server is blocking the function putenv() on their side?
 * I hope to hear from you soon! My very best,
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15519865)
 * if I change PHP it will be ok, but I can’t change it because I have already another
   website that must be on PHP 8 on the same domain
    and I think your plugin must
   be compatible with any version from your side can you lend me solution without
   changing PHP, please
 *  [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * (@rainfallnixfig)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15520060)
 * Hi [@mez00o](https://wordpress.org/support/users/mez00o/),
 * PHP 8 shouldn’t be the culprit here as there are tons of WooCommerce stores running
   smoothly with that PHP version which is supported by WooCommerce. Can you please
   follow these steps?
 * **1**. Check if there is an update for your theme and your plugins.
    **2**. Run
   a conflict test to see if the issue is caused by a conflict with your theme or
   with another plugin. Check out the documentation here: [https://docs.woocommerce.com/document/how-to-test-for-conflicts/](https://docs.woocommerce.com/document/how-to-test-for-conflicts/).**
   3**. As the last step, if none of the above works, reinstall WordPress and WooCommerce(
   first test on your staging site).
 * It’s a good idea to update in a staging environment first. Ask your hosting company
   if they have staging site facilities or use the free [WP Staging](https://wordpress.org/plugins/wp-staging/)
   plugin.
 * Let us know how it goes.
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15520581)
 * this domain is on my own cloud server red hat
 * and if it is not compatible with your plugin how it work fine with PHP 7.4 perfectly
 * just I get this issue when I make update PHP
 * finally
 * I try all of your steps and one of them with a different theme and only one plugin
   woo now I’m sure the issue in woo with PHP 8
 * do you have another suggest
 *  [hegenberg](https://wordpress.org/support/users/hegenberg/)
 * (@hegenberg)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15520728)
 * Hi [@mez00o](https://wordpress.org/support/users/mez00o/)
 * Is this fatal error log showing after some specific action on the site or breaking
   some functionality? How frequently is it appearing?
 * Have you tried reinstalling WordPress and WooCommerce (first on a staging site
   if available), as suggested above?
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/#post-15520786)
 *     ```
       yes i did 
   
       and not solved? 
   
       can you support me, please?
       ```
   
 *  [Mashi](https://wordpress.org/support/users/shaonback2/)
 * (@shaonback2)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/page/2/#post-15521008)
 * Hello,
 * There is a similar issue reported, can you please check if the solution presented
   in this report work for you?
    [https://github.com/woocommerce/woocommerce/issues/31942](https://github.com/woocommerce/woocommerce/issues/31942)
 * Let us know thanks.
 *  Thread Starter [mez00o](https://wordpress.org/support/users/mez00o/)
 * (@mez00o)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/page/2/#post-15530551)
 * no, i can’t find any solution :L

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/warning-include_once-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/warning-include_once-2/page/2/?output_format=md)

The topic ‘Warning: include_once(’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 17 replies
 * 7 participants
 * Last reply from: [Mirko P.](https://wordpress.org/support/users/rainfallnixfig/)
 * Last activity: [4 years, 1 month ago](https://wordpress.org/support/topic/warning-include_once-2/page/2/#post-15530641)
 * Status: resolved