Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Import or include simple txt file
· 11 years ago
I'm trying to just include a txt file with either html in it or css. Do I have to create a template for it the templates folder? It seems like I should just be able to pull it into one of the modular
-
Bin/gpm and bin/grav not working
· 11 years ago
I guess so. Unless it happens again, haha. Thanks guys.
-
Bin/gpm and bin/grav not working
· 11 years ago
lol.. job done?
-
Bin/gpm and bin/grav not working
· 11 years ago
Weird though, after setting up git on my live server and cloning the version off of there, suddenly bin/gpm and bin/grav work now.
-
Bin/gpm and bin/grav not working
· 11 years ago
This is what I get from php -v: PHP 5.5.9-1ubuntu4.11 (cli) (built: Jul 2 2015 15:23:08) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with
-
Bin/gpm and bin/grav not working
· 11 years ago
My hunch is that the PHP version is not valid, or can't be found in the path, hence the error.
-
Bin/gpm and bin/grav not working
· 11 years ago
if the file is owned by root, then you would need to be root to run it right? i dont know if its the best practice, but I would change the ownership of all the files and directories in /var/www (i'm a
-
Bin/gpm and bin/grav not working
· 11 years ago
Maybe it's PHP from the command line that is giving you trouble. Try: $ php -v What do you get?
-
Bin/gpm and bin/grav not working
· 11 years ago
OK, so I added my user to the www-data group, but I get the same error.
-
Bin/gpm and bin/grav not working
· 11 years ago
Root is the owner for both the working and non-working sites, and they're executable. Thanks patmcgroin, I'll look into the user group.