PHP Errors on Blog Admin and Public Pages
-
Hello all,
I’m finding the following PHP errors showing at the top of my admin page when I edit posts related to plugins. Here are the ones that show on my post editing pages:
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/html/myblog/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/html/myblog/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/html/myblog/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/html/myblog/wp-includes/functions.php on line 3321
Notice: has_cap was called with an argument that is deprecated since version 2.0! Usage of user levels by plugins and themes is deprecated. Use roles and capabilities instead. in /var/www/html/myblog/wp-includes/functions.php on line 3321
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /var/www/html/myblog/wp-includes/functions.php on line 3237
And, on my public page above the posts:
Notice: Undefined variable: style in /var/www/html/myblog/wp-content/plugins/tweet-this/tweet-this.php on line 1053
What do these mean and how do I fix them?
Dahna
- The topic ‘PHP Errors on Blog Admin and Public Pages’ is closed to new replies.