Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Wondering 2 Things
· 11 years ago
I was wondering how is Grav compared to Joomla? And also is there any plans for a video portal plugin like HWD is for Joomla?
-
Ephemeral storage PaaS, flysystem?
· 11 years ago
I think no one ever experimented Grav on such a system. Would be a nice plugin :)
-
Ephemeral storage PaaS, flysystem?
· 11 years ago
I am considering to use flysystem with a PaaS for a client project. The client shall be able to use the admin plugin to modify texts. But: the PaaS has an ephemeral storage (12-factor), which means lo
-
/bin/ is not executable
· 11 years ago
I just had the same issue with a fresh install on a new shared hosting service. It turned out that "bin" was a reserved subdomain/folder name, and thus the hosting service couldn't run the files in th
-
/bin/ is not executable
· 11 years ago
The executable check has nothing to do with OpenSSL.
-
/bin/ is not executable
· 11 years ago
I got the same error message even when I got a green check on PHP OpenSSL (Secure Sockets Library) is installed Manually setting these files to executable fixed the problem for me.
-
/bin/ is not executable
· 11 years ago
FWIW, i added this check in the problems plugin because so many people were stubling over the fact they could not call the CLI commands properly. However, I had no clue the reverse would be such an o
-
/bin/ is not executable
· 11 years ago
In case you don't have access to the command line, usually in a shared hosting environment, you can check support for OpenSSL by using the phpinfo command. Simply create a new file named phpinfo.phpwi
-
/bin/ is not executable
· 11 years ago
According to the Grav docs, openssl is required. Can you get to a command line(terminal) and type this : php -m and Hit enter key. Look at the result and check for openssl
-
/bin/ is not executable
· 11 years ago
I've tried third hosting, which allowed to change permissions, but the latest error : PHP OpenSSL (Secure Sockets Library) is not installed Can this check be disabled?