Es will immer noch nicht
Code
Warning: opendir(http://3dfxrulez.3free.de/nessi/wordpress/wp-content/): failed to open dir: not implemented in /home/webspace/srv1/ws5/web/nessi/wordpress/wp-admin/iimage-browser.php on line 501
Cannot open upload directory :-(
Check Destination directory and URI of this directory in admin area > options > miscellaneous
Meine Destination directory: http://3dfxrulez.3free.de/nessi/wordpress/wp-content
URI of this directory: http://3dfxrulez.3free.de/nessi/wordpress/wp-content
In besagter Zeile 501 (bzw. 500-505) heißt es:
Code
// open upload directory
if (FALSE === ($upload_dir = opendir(get_settings('fileupload_realpath').$rel_path))) {//fixme
print "
Cannot open upload directory :-(
Check [i]Destination directory[/i] and [i]URI of this directory[/i] in admin area > options > miscellaneous</p>\n";
return FALSE;
}
// else { echo "OK";}
D.h. am PHP Code des Plugins muss ich wohl nichts ändern, hier wird für das Verzeichnis ja auch eine Variable eingesetzt.