Results 1 to 10 of 34

Thread: Pulling latest software changes from GIT

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #16
    Join Date
    Nov 2009
    Posts
    76,596

    Default

    I was getting upload error.

    Then I tried to set permission for 'uploads' folder by running following command:

    Code:
    chmod -R 777  /home/sherly/www/imagehostnow.com/public/uploads
    But received error as follows:


    Code:
    sherly@HOME:~$ cd www
    sherly@HOME:~/www$ cd imagehostnow.com
    sherly@HOME:~/www/imagehostnow.com$ chmod -R 777  /home/sherly/www/imagehostnow.com/public/uploads
    chmod: cannot access ‘/home/sherly/www/imagehostnow.com/public/uploads’: No such file or directory
    sherly@HOME:~/www/imagehostnow.com$
    Last edited by sherlyk; 01-19-2015 at 07:00 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •