WPIntell

Source evidence

Failed connection to VWPlume_API causing issues

VividWorks 3D E-Commerce Configurator · support · 2025-08-07T13:50:00+00:00

complaintsentiment
highseverity
0.97relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

1 / 18 rows with source links

5.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

17 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Jan Pencik unresolved
Hello, I stumbled upon a problem on my client’s site. In this file: /vividworks-3d-ecommerce-configurator/admin/partials/vwplume-product-configuration-settings.php (line 10-11), there is this code: $converted_site_data = VWPlume_API::get_converted_site_id($vwplume_library_id); $vwplume_site_id = $converted_site_data; For some reason, the connection to VWPlume_API fails, and $converted_site_data variable becomes WP_Error object. This causes fatal error on the WooCommerce Add Product admin page breaking the JS and rendering of metaboxes. A check for WP_Error fixes the issue: $converted_site_data = VWPlume_API::get_converted_site_id($vwplume_library_id); if (!is_wp_error($converted_site_data)) { $vwplume_site_id = $converted_site_data; } Just letting you know about this, probably something you could add into the next version of the plugin to make it a bit safer. Cheers!

Comments

0 shown

No comments were stored for this source.