Product galleries have error message with "implode"
-
We have an error message showing up in the dashboard in the Product Gallery area. It says (and I’m ommitting domain names here)…
Warning: implode(): Invalid arguments passed in /home/---------/public_html/----------.com/wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php on line 69
Here are lines 67 through 70 from that file.
67 // need to update product meta to set new gallery ids 68 if ( $update_meta ) { 69 update_post_meta( $post->ID, '_product_image_gallery', implode( ',', $updated_gallery_ids ) ); 70 }
What would this mean? We have product galleries that are working fine on other products. So this isn’t a universal problem. These were working fine until recently when we discovered product galleries not showing up on some. We entered new images, but they didn’t show up.
We’re running on a child theme based on TwentyTwelve.
- The topic ‘Product galleries have error message with "implode"’ is closed to new replies.