Error message Warning: array_map()
-
This is what we are seeing on the website on any page associated with her store:
Warning: array_map(): Expected parameter 2 to be an array, string given in /home/customer/www/lorrainebosse-smith.com/public_html/wp-content/plugins/ecwid-shopping-cart/includes/shortcodes/class-ecwid-shortcode-productbrowser.php on line 212
This is what it shows in that PHP file at that line:
$shortcode_params = array_map( 'esc_attr', $shortcode_params ); $atts = shortcode_atts( array( 'categories_per_row' => false, 'grid' => false, 'list' => false, 'table' => false, 'search_view' => false, 'category_view' => false, ), $shortcode_params );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Error message Warning: array_map()’ is closed to new replies.