Hi,
bei einem Plugin gibt es eine Fehlermeldung und ein "Full Path Disclosure". Der Entwickler hat gefragt warum in Debug eingeschaltet habe. Ich habe jedoch
in meiner wp-config.php gesetzt. Muss ich WP_DEBUG_DISPLAY extra auf false setzten? Laut Code würde ich sagen NEIN, aber warum wird dann eine Fehlermeldung wie:
Code
[B]Warning[/B]: urldecode() expects parameter 1 to be string, array given in [B]/is/htdocs/xxxx/yyyy/wordpress/wp-content/plugins/zzz.php[/B] on line [B]38[/B]
[B]Warning[/B]: Cannot modify header information - headers already sent by (output started at /is/htdocs/xxxx/yyyy/wordpress/wp-content/plugins/zzzz.php:38) in [B]/is/htdocs/xxxx/yyyy/wordpress/wp-content/plugins/zzzz.php[/B] on line [B]40[/B]
angezeigt?
Chris