So, I transfered the Domain to an other Server and the Domain is running totally fine! (By the way. Both Servers are running now fine o.O
But yes, the Domain spams really much error Messages after i had activated the debug in the wp-config.php
Just in less than One SECOND there were 52 Messages and 25 Seconds later came the next bunch of 30 Messages. So the debug_log.txt gets filled like hell. But mostly with messages i don’t even get what he wants from me. I checked the Template, there is none of the functions to found:
[28-Jan-2013 01:54:27] PHP Notice: register_sidebar_widget ist seit Version 2.8 <strong>veraltet</strong>! Benutze stattdessen wp_register_sidebar_widget(). in /home/USERNAME/public_html/DOMAIN.COM/wp-includes/functions.php on line 2824
[28-Jan-2013 01:54:27] PHP Notice: js_escape ist seit Version 2.8 <strong>veraltet</strong>! Benutze stattdessen esc_js(). in /home/USERNAME/public_html/DOMAIN.COM/wp-includes/functions.php on line 2824
[28-Jan-2013 01:54:27] PHP Notice: __ngettext ist seit Version 2.8 <strong>veraltet</strong>! Benutze stattdessen _n(). in /home/USERNAME/public_html/DOMAIN.COM/wp-includes/functions.php on line 2824
[28-Jan-2013 01:54:27] PHP Notice: clean_url ist seit Version 3.0 <strong>veraltet</strong>! Benutze stattdessen esc_url(). in /home/USERNAME/public_html/DOMAIN.COM/wp-includes/functions.php on line 2824
Example the Sidebar Widget, it is called with:
<div id="rightnav"><?php include (TEMPLATEPATH . '/sidebar2.php'); ?></div>
Sorry for having the Error messages in German, but the whole Blog is German and so also the WP on it.
But i also get a strange message that my SQL has errors
[28-Jan-2013 01:54:27] WordPress-Datenbank-Fehler You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 für Abfrage SELECT rating_username, rating_rating, rating_ip FROM wp_ratings WHERE rating_postid = von require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/TEMPLATENAME/index.php'), the_post, WP_Query->the_post, do_action_ref_array, call_user_func_array, get_comment_authors_ratings
And last but not least also two plugins are spamming:
[28-Jan-2013 01:54:27] PHP Notice: Undefined index: rate in /home/USERNAME/public_html/DOMAIN.COM/wp-content/plugins/postratings-custom/postratings-custom.php on line 559
[28-Jan-2013 01:54:27] PHP Notice: Undefined index: pid in /home/USERNAME/public_html/DOMAIN.COM/wp-content/plugins/postratings-custom/postratings-custom.php on line 560
[28-Jan-2013 01:54:27] PHP Notice: Undefined index: ws_plugin__qcache_menu_pages_css in /home/USERNAME/public_html/DOMAIN.COM/wp-content/plugins/quick-cache/includes/classes/admin-css-js.inc.php on line 20
[28-Jan-2013 01:54:27] PHP Notice: Undefined index: ws_plugin__qcache_menu_pages_js in /home/USERNAME/public_html/DOMAIN.COM/wp-content/plugins/quick-cache/includes/classes/admin-css-js.inc.php on line 28
The rest is just double, tripple and unlimited more of the same Text over and over.
The error_log doesn’t look that much different.
Could someone explain me some of that strange language ?? .. i have tried to understand the most of it, mut thats a part.. especially the sql part what i totally do not understand.
Kind Regards