Hallo ich habe bei meinem WP-Plugin ein roblem mit der Datenbankverbindung.
Also eigentlich ist das problem soweit ich das richtig deute nicht IN mienem plugin sondern wird nur durch dieses verursacht.
Ich bekomme in WP folgende fehlermeldungen:
Code
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 686
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 686
Warning: mysql_affected_rows(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 692
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 686
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 686
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 686
Warning: mysql_real_escape_string(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 451
Warning: mysql_error(): 10 is not a valid MySQL-Link resource in /www/htdocs/w00b6ccb/wp-includes/wp-db.php on line 686
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00b6ccb/wp-includes/wp-db.php:451) in /www/htdocs/w00b6ccb/wp-includes/pluggable.php on line 865
Alles anzeigen
Ich benutze in meinem Plugin nicht die hauseigene WP-DP klasse von Wordpress.
Könnte es daran vieleicht liegen?
Hoffe ihr könnt mir helfen.
MfG Shogoki92