Cannot upload images with 3.4.2
-
On Godaddy server. Nivoslider used to work before I upgraded to latest WP (3.4.2). The slideshow still works, but I can no longer upload files. There is more than one error causing this:
As another post (thanks to BenStewart!)suggested, the path is wrong in line 9 of file nivoslider4wp-panel.php. I changed it from:
$ns4wp_filesdir = ABSPATH.’/wp-content/uploads/nivoslider4wp_files/’;
to:
$ns4wp_filesdir = ABSPATH.’wp-content/uploads/nivoslider4wp_files/’;
Even with 777 file permissions – which I tried only temporarily, since I fear the security hole, too, I was unable to upload. The error I still get is Warning : The permissions to the directory … /wp-content/uploads/nivoslider4wp_files/ are invalid. Set them to 777 to be able to upload files.http://wordpress.org/extend/plugins/nivo-slider-for-wordpress/
The topic ‘Cannot upload images with 3.4.2’ is closed to new replies.