Error Log:
2024-08-21 10:37:25.045147 [NOTICE] [1885519] [T0] [216.158.97.233:51395-H3:FE2679E5D97A74EC-48#APVH_www.rc2.rebbe.se:443] [STDERR] PHP Warning: Trying to access array offset on value of type bool in /home/rebbe/domains/rc2.rebbe.se/public_html/wp-content/plugins/gutenverse-form/includes/class-api.php on line 430\n
WP Version: 6.6.1
PHP Version: 8.1.29
Theme Information
Theme Name: CosmosWP
Theme Version: 1.3.8
My Plugins: https://rc2.rebbe.se/plugins-list/
]]>[18-Jan-2024 08:06:59 UTC] PHP Warning: Trying to access array offset on value of type bool in /wp-content/plugins/scroll-triggered-animations/frontend/init.php on line 2
]]>Fatal error: Call to a member function is_allowed() on bool
/httpdocs/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/wcpdf-functions.php (81)#0
/httpdocs/wp-content/plugins/woocommerce-pdf-invoices-packing-slips/includes/class-wcpdf-main.php(559): wcpdf_get_document() #1
/httpdocs/wp-includes/class-wp-hook.php(324): WPO\WC\PDF_Invoices\Main->generate_document_ajax() #2
/httpdocs/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #3
/httpdocs/wp-includes/plugin.php(517): WP_Hook->do_action() #4 /httpdocs/wp-admin/admin-ajax.php(188): do_action() #5
Thanks in advance!
]]>1610: ‘data-src’ ? ? ? ? ? ? ? ?=> esc_url( $full_src[0] ),
1611: ‘data-large_image’ ? ? ? ?=> esc_url( $full_src[0] ),
1612: ‘data-large_image_width’ ?=> esc_attr( $full_src[1] ),
1613: ‘data-large_image_height’ => esc_attr( $full_src[2] ),
1622: return ‘<div data-thumb=”‘ . esc_url( $thumbnail_src[0] ) . ‘” data-thumb-alt=”‘ . esc_attr( $alt_text ) . ‘” class=”woocommerce-product-gallery__image”><a href=”‘ . esc_url( $full_src[0] ) . ‘”>’ . $image . ‘</a></div>’;
The whole code is:
function wc_get_gallery_image_html( $attachment_id, $main_image = false ) {
$flexslider = (bool) apply_filters( 'woocommerce_single_product_flexslider_enabled', get_theme_support( 'wc-product-gallery-slider' ) );
$gallery_thumbnail = wc_get_image_size( 'gallery_thumbnail' );
$thumbnail_size = apply_filters( 'woocommerce_gallery_thumbnail_size', array( $gallery_thumbnail['width'], $gallery_thumbnail['height'] ) );
$image_size = apply_filters( 'woocommerce_gallery_image_size', $flexslider || $main_image ? 'woocommerce_single' : $thumbnail_size );
$full_size = apply_filters( 'woocommerce_gallery_full_size', apply_filters( 'woocommerce_product_thumbnails_large_size', 'full' ) );
$thumbnail_src = wp_get_attachment_image_src( $attachment_id, $thumbnail_size );
$full_src = wp_get_attachment_image_src( $attachment_id, $full_size );
$alt_text = trim( wp_strip_all_tags( get_post_meta( $attachment_id, '_wp_attachment_image_alt', true ) ) );
$image = wp_get_attachment_image(
$attachment_id,
$image_size,
false,
apply_filters(
'woocommerce_gallery_image_html_attachment_image_params',
array(
'title' => _wp_specialchars( get_post_field( 'post_title', $attachment_id ), ENT_QUOTES, 'UTF-8', true ),
'data-caption' => _wp_specialchars( get_post_field( 'post_excerpt', $attachment_id ), ENT_QUOTES, 'UTF-8', true ),
'data-src' => esc_url( $full_src[0] ),
'data-large_image' => esc_url( $full_src[0] ),
'data-large_image_width' => esc_attr( $full_src[1] ),
'data-large_image_height' => esc_attr( $full_src[2] ),
'class' => esc_attr( $main_image ? 'wp-post-image' : '' ),
),
$attachment_id,
$image_size,
$main_image
)
);
return '<div data-thumb="' . esc_url( $thumbnail_src[0] ) . '" data-thumb-alt="' . esc_attr( $alt_text ) . '" class="woocommerce-product-gallery__image"><a href="' . esc_url( $full_src[0] ) . '">' . $image . '</a></div>';
}
System status:
### WordPress Environment ###
WC Version: 8.4.0
REST API Version: ✔8.4.0
WC Blocks Version: ✔11.6.2
Action Scheduler Version: ✔3.7.0
Log Directory Writable: ✔
WP Version: 6.4.2
WP Multisite: –
WP Memory Limit: 512 MB
WP Debug Mode: –
WP Cron: ✔
Language: nl_NL
External object cache: –
### Server Environment ###
Server Info: LiteSpeed
PHP Version: 8.1.26
PHP Post Max Size: 256 MB
PHP Time Limit: 30
PHP Max Input Vars: 5000
cURL Version: 7.61.1
OpenSSL/1.1.1k
SUHOSIN Installed: –
MySQL Version: 10.6.16-MariaDB
Max Upload Size: 128 MB
Default Timezone is UTC: ✔
fsockopen/cURL: ✔
SoapClient: ✔
DOMDocument: ✔
GZip: ✔
Multibyte String: ✔
Remote Post: ✔
Remote Get: ✔
### Database ###
WC Database Version: 8.4.0
WC Database Prefix: wp_
Total database size: 562.50MB
Database datagrootte: 391.52MB
Database index size: 170.98MB
wp_woocommerce_sessions: Data: 1.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: 1.52MB + Index: 0.48MB + Engine InnoDB
wp_woocommerce_order_itemmeta: Data: 7.52MB + Index: 8.02MB + 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_acfw_store_credits: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_actionscheduler_actions: Data: 5.02MB + Index: 6.95MB + 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: 4.02MB + Index: 3.03MB + Engine InnoDB
wp_aws_cache: Data: 0.28MB + Index: 0.00MB + Engine InnoDB
wp_aws_index: Data: 6.48MB + Index: 5.56MB + Engine InnoDB
wp_berocket_termmeta: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_cmplz_cookiebanners: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_cmplz_cookies: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
wp_cmplz_services: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_comments: Data: 6.52MB + Index: 8.06MB + Engine InnoDB
wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_content_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_core_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_languages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_icl_languages_translations: Data: 0.20MB + Index: 0.13MB + Engine InnoDB
wp_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_icl_message_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_icl_mo_files_domains: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
wp_icl_node: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_icl_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_icl_strings: Data: 7.52MB + Index: 15.09MB + Engine InnoDB
wp_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_icl_string_pages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_icl_string_positions: Data: 2.52MB + Index: 0.44MB + Engine InnoDB
wp_icl_string_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_string_translations: Data: 5.52MB + Index: 4.03MB + Engine InnoDB
wp_icl_string_urls: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_translate: Data: 1.52MB + Index: 0.25MB + Engine InnoDB
wp_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_icl_translations: Data: 2.52MB + Index: 7.06MB + Engine InnoDB
wp_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_icl_translation_status: Data: 1.52MB + Index: 0.02MB + Engine InnoDB
wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_litespeed_avatar: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_litespeed_crawler: Data: 0.13MB + Index: 0.09MB + Engine InnoDB
wp_litespeed_crawler_blacklist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_litespeed_img_optm: Data: 3.13MB + Index: 2.08MB + Engine InnoDB
wp_litespeed_img_optming: Data: 1.52MB + Index: 2.06MB + Engine InnoDB
wp_litespeed_url: Data: 0.11MB + Index: 0.13MB + Engine InnoDB
wp_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
wp_mailchimp_carts: Data: 0.08MB + Index: 0.00MB + Engine InnoDB
wp_mailchimp_jobs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_mail_catcher_logs: Data: 27.02MB + Index: 0.00MB + Engine InnoDB
wp_ms_snippets: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_omega_index_changes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_options: Data: 20.41MB + Index: 3.80MB + Engine InnoDB
wp_pay_options: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pay_option_subs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_pay_processing: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_pay_transactions: Data: 0.47MB + Index: 0.19MB + Engine InnoDB
wp_postmeta: Data: 176.64MB + Index: 68.03MB + Engine InnoDB
wp_posts: Data: 78.48MB + Index: 8.42MB + Engine InnoDB
wp_revslider_css: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_revslider_css_bkp: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_layer_animations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_navigations_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_sliders_bkp: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_slides_bkp: Data: 0.52MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_revslider_static_slides_bkp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_snippets: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
wp_termmeta: Data: 1.52MB + Index: 0.73MB + Engine InnoDB
wp_terms: Data: 0.17MB + Index: 0.19MB + Engine InnoDB
wp_term_relationships: Data: 2.52MB + Index: 2.39MB + Engine InnoDB
wp_term_taxonomy: Data: 0.41MB + Index: 0.25MB + Engine InnoDB
wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_usermeta: Data: 4.06MB + Index: 4.14MB + Engine InnoDB
wp_users: Data: 0.14MB + Index: 0.14MB + Engine InnoDB
wp_wccs_conditions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wccs_condition_meta: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wc_admin_notes: Data: 0.02MB + 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_customer_lookup: Data: 0.48MB + Index: 0.38MB + Engine InnoDB
wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wc_order_product_lookup: Data: 1.52MB + Index: 0.67MB + Engine InnoDB
wp_wc_order_stats: Data: 0.50MB + Index: 0.45MB + Engine InnoDB
wp_wc_order_tax_lookup: Data: 0.23MB + Index: 0.20MB + Engine InnoDB
wp_wc_product_attributes_lookup: Data: 6.55MB + Index: 6.47MB + Engine InnoDB
wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wc_product_meta_lookup: Data: 3.52MB + Index: 7.81MB + 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_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_wdp_orders: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wdp_order_items: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
wp_wdp_persistent_rules_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wdp_product_collections: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wdp_rules: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
wp_woo_multistore_global_images_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_wpforms_payments: Data: 0.02MB + Index: 0.14MB + Engine InnoDB
wp_wpforms_payment_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_wpforms_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_wpr_rocket_cache: Data: 0.06MB + Index: 0.08MB + Engine InnoDB
wp_yith_wapo_addons: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yith_wapo_blocks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yith_wapo_blocks_assoc: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
wp_yith_wapo_groups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yith_wapo_types: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yith_wccl_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_yith_wcwl: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_yith_wcwl_lists: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
wp_yoast_indexable: Data: 2.45MB + Index: 0.42MB + Engine InnoDB
wp_yoast_indexable_hierarchy: Data: 0.09MB + Index: 0.14MB + Engine InnoDB
wp_yoast_migrations: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
wp_yoast_primary_term: Data: 0.06MB + Index: 0.09MB + Engine InnoDB
wp_yoast_seo_links: Data: 2.36MB + Index: 0.67MB + Engine InnoDB
wp_yoast_seo_meta: Data: 0.25MB + Index: 0.00MB + Engine InnoDB
wp_ywcars_messagemeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
wp_ywcars_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
### Post Type Counts ###
acf-field: 1
acf-field-group: 1
ae_global_templates: 8
announcer: 2
attachment: 5694
awl-labels: 3
br_filters_group: 1
br_minmax_limitation: 1
br_product_filter: 29
custom_css: 6
customize_changeset: 31
cwginstocknotifier: 3
edfm_menu: 1
elementor_library: 100
essential_grid: 18
is_search_form: 1
location: 2
mas_static_content: 11
mc4wp-form: 2
nav_menu_item: 242
oembed_cache: 235
page: 35
popup: 1
popup_theme: 6
post: 1
product: 762
product_variation: 10764
product-feed: 1
restriction: 1
revision: 1091
shop_coupon: 2
shop_order: 4141
shop_order_refund: 333
templatera: 8
testimonial: 3
vc_grid_item: 1
wafs: 1
wc_product_table: 1
wcdp_payment: 1279
wcp_ruleset: 8
wcpcsu-custom-post: 2
wcs_ruleset: 17
wp_block: 1
wpforms: 2
wppopups: 1
wpt_product_table: 1
yith-wcbm-badge: 2
### Security ###
Secure connection (HTTPS): ✔
Hide errors from visitors: ✔
### Active Plugins (44) ###
Redux Framework: door Team Redux – 4.4.11
WooCommerce Sale Category: door Webikon (Juraj Kiss) – 0.2
Advanced Woo Labels: door ILLID – 1.83
Advanced Woo Search: door ILLID – 2.95
Product Feed Manager for WooCommerce PRO: door RexTheme – 6.4.10
Product Feed Manager for WooCommerce: door RexTheme – 7.3.24
Booster Plus for WooCommerce: door Pluggabl LLC – 7.1.5
Code Snippets: door Code Snippets Pro – 3.6.2
Complianz | GDPR/CCPA Cookie Consent: door Really Simple Plugins – 6.5.6
GTM4WP: door Thomas Geiger – 1.19.1
Discount Rules and Dynamic Pricing for WooCommerce: door Discount Team – 8.4.0
Electro Extensions: door MadrasThemes – 3.3.15
Elementor: door Elementor.com – 3.18.3
Envato Market: door Envato – 2.0.11
Facebook for WooCommerce: door Facebook – 3.1.6
Fish and Ships Pro: door wpcentrics – 1.4.16
Google Language Translator: door Translate AI Multilingual Solutions – 6.0.20
OMGF: door Daan from Daan.dev – 5.7.10
Kadence WooCommerce Email Designer: door Kadence WP – 1.5.12
Limit Login Attempts Reloaded: door Limit Login Attempts Reloaded – 2.25.28
LiteSpeed Cache: door LiteSpeed Technologies – 6.0.0.1
Loco Translate: door Tim Whitlock – 2.6.6
Mailchimp for WooCommerce: door Mailchimp – 3.5
MC4WP: Mailchimp for WordPress: door ibericode – 4.9.10
MAS Static Content: door MadrasThemes – 1.0.5
Replace Image: door WP Zone – 1.1.8
Trusted Shops Easy Integration for WooCommerce: door vendidero – 2.0.0
User Roles and Capabilities: door mahabub – 1.2.6
Woo Custom Stock Status Pro: door Softound Solutions – 1.0.6
Woo Custom Stock Status: door Softound Solutions – 1.4.2
Min Max Quantity & Step Control for WooCommerce: door CodeAstrology Team – 5.9
Variation Swatches for WooCommerce - Pro: door Emran Ahmed – 2.0.29
Variation Swatches for WooCommerce: door Emran Ahmed – 2.0.29
Advanced AJAX Product Filters for WooCommerce: door BeRocket – 1.6.4.5
WooCommerce-aanbetalingen: door Webtomizer – 4.3.1
WooMultistore: door Lykke Media AS – 5.2.4
Pay. Payment Methods for WooCommerce: door Pay. – 3.18.1
WooCommerce: door Automattic – 8.4.0
Yoast SEO: door Team Yoast – 21.7
Mail logging - WP Mail Catcher: door James Ward – 2.1.6
WPC Composite Products for WooCommerce: door WPClever – 7.1.7
WPForms Lite: door WPForms – 1.8.5.4
YITH WooCommerce Badge Management: door YITH – 3.2.0
YITH WooCommerce Product Add-ons & Extra Options: door YITH – 4.4.1
### Inactive Plugins (1) ###
Related Products for WooCommerce: door WebToffee – 1.5.1
### Must Use Plugins (1) ###
WordPress automation by Installatron: door –
### Settings ###
API Enabled: –
Force SSL: –
Currency: EUR (€)
Currency Position: left
Thousand Separator: .
Decimal Separator: ,
Number of Decimals: 2
Taxonomies: Product Types: composite (composite)
creative (creative)
external (external-de)
external (external)
external (external-fr)
grouped (grouped)
grouped (grouped-de)
grouped (grouped-fr)
simple (simple)
simple (simple-fr)
simple (simple-de)
variable (variable-de)
variable (variable-fr)
variable (variable)
woosg (woosg)
Taxonomies: Product Visibility: creative (creative)
exclude-from-catalog (exclude-from-catalog)
exclude-from-search (exclude-from-search)
fashion (fashion-2)
featured (featured)
image (image)
outofstock (outofstock)
photography (photography)
rated-1 (rated-1)
rated-2 (rated-2)
rated-3 (rated-3)
rated-4 (rated-4)
rated-5 (rated-5)
travel (travel)
videos (videos)
wordpress (wordpress)
Connected to Woo.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 ###
Winkelbasis: The page must be set as Public
Winkelwagen: #3134 - /shopping cart/
Afrekenen: #109875 - /pay/
Mijn account: #3854 - /my-account/
Algemene voorwaarden: #2183 - /terms-and-conditions/
### Theme ###
Name: Electro Child
Version: 2.3.3
Author URL: https://madrasthemes.com/
Child Theme: ✔
Parent Theme Name: Electro
Parent Theme Version: 3.3.15
Parent Theme Author URL: https://madrasthemes.com/
WooCommerce Support: ✔
### Templates ###
Overrides: electro/woocommerce/archive-product.php
electro/woocommerce/global/quantity-input.php
### 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
product-variation-management
product-virtual-downloadable
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-external-affiliate
settings
async-product-editor-category-field
Daily Cron: ✔ Next scheduled: 2023-12-31 13:11:23 +01:00
Options: ✔
Notes: 6
Onboarding: completed
### Action Scheduler ###
Cancelled: 4
Oldest: 2023-11-30 14:29:50 +0100
Newest: 2023-12-07 10:29:14 +0100
rounded: 10,804
Oldest: 2023-11-29 20:35:57 +0100
Newest: 2023-12-30 19:57:49 +0100
Failed: 61
Oldest: 2023-04-13 22:40:06 +0200
Newest: 2023-12-22 16:30:01 +0100
Pending: 8
Oldest: 2023-12-30 20:42:54 +0100
Newest: 2024-01-04 20:58:44 +0100
### Status report information ###
I hope someone can help me with this?
]]>2023-09-22T23:11:27+00:00 CRITICAL Uncaught Error: Call to a member function get_meta() on bool in /home/admin/web/website/public_html/content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php:382
Stack trace: 0 /home/admin/web/website/public_html/content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php(332): WC_Gateway_Coinbase->_update_order_status() 1 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php(310): WC_Gateway_Coinbase->handle_webhook() 2 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters() 3 /home/admin/web/website/public_html/wp-includes/plugin.php(517): WP_Hook->do_action() 4 /home/admin/web/website/public_html/content/plugins/woocommerce/includes/class-wc-api.php(161): do_action() 5 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php(310): WC_API->handle_api_requests() 6 /home/admin/web/website/public_html/wp-includes/class-wp-hook.php in /home/admin/web/website/public_html/content/plugins/coinbase-commerce/class-wc-gateway-coinbase.php on line 382
[STDERR] PHP Warning: Attempt to read property "post_content" on null in /home/***/domains/***/public_html/wp-content/themes/electro/inc/woocommerce/template-tags.php on line 1311\n
[STDERR] PHP Warning: Trying to access array offset on value of type bool in /home/***/domains/***/public_html/wp-content/themes/electro/inc/woocommerce/template-tags.php on line 1315\n
[STDERR] PHP Warning: Trying to access array offset on value of type bool in /home/***/domains/***/public_html/wp-content/themes/electro/inc/woocommerce/template-tags.php on line 1316\n
[STDERR] PHP Warning: Trying to access array offset on value of type bool in /home/***/domains/***/public_html/wp-content/themes/electro/inc/woocommerce/template-tags.php on line 1317\n
[STDERR] PHP Warning: Trying to access array offset on value of type bool in /home/***/domains/***/public_html/wp-content/themes/electro/inc/woocommerce/template-tags.php on line 1320\n
It is about this code:
<div id="<?php echo esc_attr( $wrapper_id ); ?>" class="<?php echo esc_attr( implode( ' ', array_map( 'sanitize_html_class', $wrapper_classes ) ) ); ?>" data-columns="<?php echo esc_attr( $columns ); ?>">
<figure class="electro-wc-product-gallery__wrapper">
<?php
$attributes = array(
'title' => $image_title,
'data-large-image' => $full_size_image[0],
'data-large-image-width' => $full_size_image[1],
'data-large-image-height' => $full_size_image[2],
);
if ( has_post_thumbnail() ) {
$html = '<figure data-thumb="' . get_the_post_thumbnail_url( $post_id, 'shop_thumbnail' ) . '" class="electro-wc-product-gallery__image"><a href="' . esc_url( $full_size_image[0] ) . '">';
$html .= get_the_post_thumbnail( $post_id, 'shop_thumbnail', $attributes );
$html .= '</a></figure>';
} else {
$html = '<figure class="electro-wc-product-gallery__image--placeholder">';
$html .= sprintf( '<img src="%s" alt="%s" class="wp-post-image" />', esc_url( wc_placeholder_img_src() ), esc_html__( 'Awaiting product image', 'electro' ) );
$html .= '</figure>';
}
echo apply_filters( 'electro_wc_single_product_image_thumbnail_html', $html, get_post_thumbnail_id( $post_id ) );
if ( $attachment_ids ) {
foreach ( $attachment_ids as $attachment_id ) {
$full_size_image = wp_get_attachment_image_src( $attachment_id, 'full' );
$thumbnail = wp_get_attachment_image_src( $attachment_id, 'shop_thumbnail' );
$thumbnail_post = get_post( $attachment_id );
$image_title = $thumbnail_post->post_content;
$attributes = array(
'title' => $image_title,
'data-large-image' => $full_size_image[0],
'data-large-image-width' => $full_size_image[1],
'data-large-image-height' => $full_size_image[2],
);
$html = '<figure data-thumb="' . esc_url( $thumbnail[0] ) . '" class="electro-wc-product-gallery__image"><a href="' . esc_url( $full_size_image[0] ) . '">';
$html .= wp_get_attachment_image( $attachment_id, 'shop_thumbnail', false, $attributes );
$html .= '</a></figure>';
echo apply_filters( 'woocommerce_single_product_image_thumbnail_html', $html, $attachment_id );
}
}
?>
These codes precisely:
1311: $image_title = $thumbnail_post->post_content;
1315: 'data-large-image' => $full_size_image[0],
1316: 'data-large-image-width' => $full_size_image[1],
1317: 'data-large-image-height' => $full_size_image[2],
1320: $html = '<figure data-thumb="' . esc_url( $thumbnail[0] ) . '" class="electro-wc-product-gallery__image"><a href="' . esc_url( $full_size_image[0] ) . '">';
I know it is in the theme, but the theme makers are not helping me…
So, I need to solve this myself… Can anyone explain to me what the warning means exactly and maybe point me in the right direction to solve this?
I would be very grateful!
[29-Jun-2023 14:05:56 UTC] PHP Fatal error: Uncaught Error: Call to a member function find() on bool in /home/saunapla/web/live/public_html/wp-content/plugins/accessibility-plus/accessibility.php:110
Stack trace:
0 /home/saunapla/web/live/public_html/wp-content/plugins/accessibility-plus/accessibility.php(274): easywpstuff_assesplus_add_aria_labels_to_buttons('')
1 [internal function]: easywpstuff_assesplus_bstr_template_redirect('', 9)
2 /home/saunapla/web/live/public_html/wp-includes/functions.php(5309): ob_end_flush()
3 /home/saunapla/web/live/public_html/wp-includes/class-wp-hook.php(308): wp_ob_end_flush_all('')
4 /home/saunapla/web/live/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
5 /home/saunapla/web/live/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
6 /home/saunapla/web/live/public_html/wp-includes/load.php(1144): do_action('shutdown')
7 [internal function]: shutdown_action_hook()
8 {main}
thrown in /home/saunapla/web/live/public_html/wp-content/plugins/accessibility-plus/accessibility.php on line 110
Hi,
This is an error that is showing up occasionally in the debug log. I ended up putting if(!empty($dom)){} around it as a quick fix. That seems to have resolved it so far.
Thanks,
Toby
function easywpstuff_assesplus_add_aria_labels_to_buttons($html) {
$dom = lhb_str_get_html($html, false, true, 'UTF-8', false, PHP_EOL, ' ');
if(!empty($dom)){
$buttons = $dom->find('button');
foreach ($buttons as $button) {
if (!trim($button->plaintext) && !$button->getattribute('aria-label')) {
$child_elements = $button->find('*');
if (empty($child_elements)) {
$button->setattribute('aria-label', 'button');
} else {
$button->setattribute('aria-label', 'button');
}
}
if (!$button->getattribute('aria-label')) {
$svg = $button->find('svg',0);
$path = $button->find('path',0);
$span = $button->find('span',0);
if($svg && $path){
$button->setattribute('aria-label', 'button');
}elseif($span){
$span_text = trim($span->plaintext);
if($span_text){
$button->setattribute('aria-label', $span_text);
}
}
}
}
return $dom->save();
}
}
]]>Ein Fehler vom Typ E_ERROR wurde in der Zeile 40 der Datei /homepages/46/d35221047/htdocs/mpc 1/coe/Neu2020/wp-content/plugins/visualcomposer/visualcomposer/Helpers/File.php verursacht. Fehlermeldung: Uncaught Error: Call to a member function is_file() on bool in /homepages/46/d35221047/htdocs/mpc 1/coe/Neu2020/wp-content/plugins/visualcomposer/visualcomposer/Helpers/File.php:40
Stack trace:
0 /homepages/46/d35221047/htdocs/mpc 1/coe/Neu2020/wp-content/plugins/visualcomposer/visualcomposer/Helpers/File.php(25): VisualComposer\Helpers\File->isFile(‘/homepages/46/d…’)
1 /homepages/46/d35221047/htdocs/mpc 1/coe/Neu2020/wp-content/plugins/visualcomposer/visualcomposer/Modules/Elements/ApiController.php(50): VisualComposer\Helpers\File->getContents(‘/homepages/46/d…’)
2 [internal function]: VisualComposer\Modules\Elements\ApiController->add(‘/homepages/46/d…’, ‘https://www.coe…’, Object(VisualComposer\Helpers\Hub\Elements), Object(VisualComposer\Helpers\File), Object(VisualComposer\Helpers\Options), Object(VisualComposer\Helpers\Hub\Categories))
3 /homepages/46/d35221047/htdocs/mpc 1/coe/Neu2020/wp-content/plugins/visualcomposer/visualcomposer/Framework/Container.php(63): ReflectionMethod->invokeArg
]]>We are seeing two errors on the Plugins screen when WP_DEBUG is enabled:
Warning: Trying to access array offset on value of type bool in /wp-content/plugins/gdpr-cookie-compliance-addon/controllers/class-moove-gdpr-updater.php on line 156
Warning: Trying to access array offset on value of type bool in /wp-content/plugins/gdpr-cookie-compliance-addon/controllers/class-moove-gdpr-updater.php on line 126
Any help you can provide is appreciated, thank you.
]]>We are seeing this warning in our PHP Error logs:
Notice: Trying to access array offset on value of type bool in \wp-content\plugins\gravity-forms-upload-rules\gforms-uploadrules.php on line 115
Anyone seen this before?
Thoughts on how to resolve (without hacking the Add On)?
TL
]]>