Code Error: Warning
-
Can anyone here help me? I updated my theme, after that in front of my table press tables the following warning appears: Warning: Division by zero in /customers/2/3/d/ihlonline.de/httpd.www/wp-content/plugins/tablepress/libraries/evalmath.class.php on line 576
He shows me that warning about 50 times before my page code starts (just if I visit the page in admin mode). Checkes the named php file (lines 573 – 576)
if ( 0 === $op2 ) { return $this->raise_error( 'division_by_zero' ); } $stack->push( $op1 / $op2 );
Can anybody help? I know this is not a major TablePress issue, but maybe someone in here struggled with that kind of Problem. Sorry Tobias…
Regards
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Code Error: Warning’ is closed to new replies.