hello. newbie here that has exhausted attempts to fix a file permissions error.
im running LAMP w/ Ubuntu 12.04 and then followed guides for installing WP.
but I skipped the part where immediately after WP installation I reset file permissions and ownership of files as stated in the "configure wordpress" section of the linode "manage web content with wordpress guide".
so now when I upload media I receive an error on the WP gui stating:
imagefile.jpg has failed to upload due to an error
Unable to create directory wp-content/uploads/2014/02. Is its parent directory writable by the server?
so i have been going back in and trying out all the file permission modifications such as chmod and chown 755 777 commands in terminal (see link below) and it isn't working out for me. I'll be getting errors like "no such file or directory".
http://codex.wordpress.org/Changing_File_Permissionshttp://www.tipsandtricks-hq.com/how-to- ... press-5264How might I "reset" my WP install to start over or fix this? super frustrating to not be able to manage files and permissions properly. Can anyone frame where I am with this stuff and what I need to understand better? Thanks!