Receiving a PHP Warning
-
Our site is throwing this warning.
PHP Warning: A non-numeric value encountered in /home/benefacto/public_html/wp-content/plugins/simple-urls/plugin.php on line 203
Which is related to this line:
update_post_meta( $wp_query->post->ID, ‘_surl_count’, $count + 1 );
I think this is because $count is probably a string, not an integer.
Please fix.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Receiving a PHP Warning’ is closed to new replies.