Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Bin/grav Permission Denied · 12 years ago

    Ok follow the instructions for siteground hosting. It's not Grav but the php that's associated with phar files. You probably need to follow the local bin approach. Kinda crappy but some hosting compan

  • Bin/grav Permission Denied · 12 years ago

    That fixed the permissions part. Now I get: [email protected] [~/public_html/stage.bobrockefeller.com]# php -v PHP 5.4.31 (cli) (built: Jul 30 2014 12:18:19) Copyright (c) 1997-2014 The

  • Bin/grav Permission Denied · 12 years ago

    That really looks like a bash-level issue with the files requiring executable permission. Can you try manually setting it: $ chmod 755 bin/grav or $ chmod u+x bin/grav

  • Bin/grav Permission Denied · 12 years ago

    Hmm. Maybe not so fast. I still get permissions errors like this: [email protected] [~/public_html/stage.bobrockefeller.com]# php -v PHP 5.4.31 (cli) (built: Jul 30 2014 12:18:19) Copyri

  • Bin/grav Permission Denied · 12 years ago

    Right! I got some support from Site5 (which is always great - recommended) and I needed to run these commands (for others following this thread): cat .bashrc | grep php alias php="/usr/local/php54/bin

  • Bin/grav Permission Denied · 12 years ago

    Bob, you just need to add the path to php 5.4 or 5.5 to your .bash_profle. See the siteground hosting docs I posted on learn. you probably don't even need the ~bin workaround I had to do there. I'll

  • Bin/grav Permission Denied · 12 years ago

    That was it. Site5 defaults SSH sessions to PHP v5.2. If I use a very ugly command like: /usr/local/php54/bin/php bin/grav clear-cache it works. Too bad Site5 won't allow me to update my default PHP t

  • Bin/grav Permission Denied · 12 years ago

    I get: PHP 5.3.28 (cli) (built: Jul 30 2014 12:17:53) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies with the ionCube PHP Loader v4.6.1, Copyri

  • Bin/grav Permission Denied · 12 years ago

    They should already be 775 or 755 permissions. That's all that is needed. It could be a problem with PHP. Try typing php -v and let me know what output you get.

  • Bin/grav Permission Denied · 12 years ago

    I have an SHH terminal session set up with my remote server. bin/grav clear-cache gives me a Permissions denied error. Any call to grab or gym returns the same. Is there a special permission setting I