while uploading image appears this error:
Warning: move_uploaded_file(img/6.jpg): failed to open stream: No such file or directory in / on line 91
Warning: move_uploaded_file(): Unable to move '/ to 'img/6.jpg' in / on line 91
permissions to all those locations are 777
(server on RedHat)
in php.ini are these values:
post_max_size = 10M
upload_max_filesize = 10M
and image is less than 10M
how to solve this?
Warning: move_uploaded_file(img/6.jpg): failed to open stream: No such file or directory in / on line 91
Warning: move_uploaded_file(): Unable to move '/ to 'img/6.jpg' in / on line 91
permissions to all those locations are 777
(server on RedHat)
in php.ini are these values:
post_max_size = 10M
upload_max_filesize = 10M
and image is less than 10M
how to solve this?