Uncaught TypeError: Unsupported operand types: int * string
-
Hi, when try to access page to edit I have this error:
Un errore di E_ERROR è stato causato nella linea 475 del file public_html/wp-content/themes/rife-free/advance/utilities/woocommerce.php. Messaggio di errore: Uncaught TypeError: Unsupported operand types: int * string in public_html/wp-content/themes/rife-free/advance/utilities/woocommerce.php:475
The code line 475 is the last one:
$paged = max( 1, $wp_query->get( 'paged' ) ); $total = $wp_query->found_posts; $last = min( $total, $wp_query->get( 'posts_per_page' ) * $paged );
I tried to deactivate Woocommerce plugin and in that way I can edit the page.
What’s wrong?
Thank you
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Uncaught TypeError: Unsupported operand types: int * string’ is closed to new replies.