PHP Error on Table
-
I get the following error
Notice: Undefined variable: style in /var/www/vhosts/aw002.de/beidora210107.aw002.de/wp-content/plugins/wc-product-table-pro/pro/templates/media_image.php on line 31Correct line:
if(!empty($style) && (!empty($style['[id]']) && !empty($style['[id]']['width']))) {Wrong/Current line:
if( ! empty( $style && ! empty( $style['[id]'] ) && ! empty( $style['[id]']['width'] ) ) ){I hope this can help you, looks like the developer got confused with the parentheses.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP Error on Table’ is closed to new replies.