1
I am facing several speed problems on my Wordpress site.
Seeking to identify causes, I added the plugin Blackbox Debug that identified 33.1 errors with the theme I use, which is well loaded.
I removed the theme and put a basic theme to see if it persisted and the following log below was reported, with still 12 errors:
Strict (259) is_a(): Deprecated. Please use the instanceof operator on line 392 in file /home/meusite/public_html/wp-includes/post.php
Strict (11) is_a(): Deprecated. Please use the instanceof operator on line 498 in file /home/meusite/public_html/wp-includes/capabilities.php
Strict (3) is_a(): Deprecated. Please use the instanceof operator on line 75 in file /home/meusite/public_html/wp-includes/functions.wp-scripts.php
Strict (2) is_a(): Deprecated. Please use the instanceof operator on line 105 in file /home/meusite/public_html/wp-includes/functions.wp-styles.php
Strict (6) is_a(): Deprecated. Please use the instanceof operator on line 160 in file /home/meusite/public_html/wp-includes/functions.wp-styles.php
Strict (12) is_a(): Deprecated. Please use the instanceof operator on line 197 in file /home/meusite/public_html/wp-includes/functions.wp-scripts.php
Strict is_a(): Deprecated. Please use the instanceof operator on line 37 in file /home/meusite/public_html/wp-includes/functions.wp-styles.php
Strict is_a(): Deprecated. Please use the instanceof operator on line 115 in file /home/meusite/public_html/wp-includes/functions.wp-scripts.php
Strict is_a(): Deprecated. Please use the instanceof operator on line 812 in file /home/meusite/public_html/wp-includes/script-loader.php
Strict is_a(): Deprecated. Please use the instanceof operator on line 729 in file /home/meusite/public_html/wp-includes/script-loader.php
Strict (101) is_a(): Deprecated. Please use the instanceof operator on line 205 in file /home/meusite/public_html/wp-includes/class-wp-error.php
Notice (3) Trying to get property of non-object on line 597 in file /home/meusite/public_html/wp-includes/nav-menu.php
What do these errors mean? How can I correct them?
Which version of PHP is installed on the server?
– rray
This question is not broad or unclear. I, who use Wordpress constantly, understand perfectly what the problem is. What’s more, the question has already been properly answered by @Math.
– utluiz
I agree that the question was made half-hearted at first, but I thought the decision to close it was hasty, no one who closed even added a comment asking the author to elaborate the question better.
– Math