I obeyed the instructions for installation at http://learn.getgrav.org/basics/installation.
Navigate to www.ibaofutah.com and nothing. I do mean nothing. No error, no page, nada. Any suggestions?
group and owner are ok. Permissions are 755 and 644 due to the fact that BH’s Apache will not allow 775/644 as instructed for the install in the documentation.
Host provides error: PHP Fatal error: Uncaught exception ‘RuntimeException’ with message ‘Please run: bin/grav install’ in /home4/slcspee1/public_html/ibaofutah/index.php:11
Being obedient I navigate to ibaofutah and execute bin/grav install
With this result:
Status: 500 Internal Server Error
Content-type: text/html
Preparing to install vendor dependencies…
Status: 404 Not Found
Content-type: text/html
No input file specified.
No input file specified.
Can you double check the requirements are met on the server? http://learn.getgrav.org/basics/requirements
mod_cache < Not available on “shared server”. It must be a dedicated server. >
mod_expires < Available but not activated in .htaccess. >
mod_headers < Available but not activated in .htaccess. >
mod_ssl < Available but not activated in .htaccess. >
Documentation for Apache reveals arguments are required for each module listed above. It is not a matter of “true” or “false”, “yes” or “no” nor “0” or “1”. And what arguments are recommended for Grav to be happy?
sorry, forgot:
AllowOverride All in .htaccess causes problems. Discovered the Grav requirement is misspelled.
PHP modules are all installed.
Bluehost’s Apache pukes if it sees directory/file permissions of 775/664.
ibaofutah.com/error_log shows:
PHP Fatal error: Uncaught exception ‘RuntimeException’ with message ‘Please run: bin/grav install’ in /home4/slcspee1/public_html/ibaofutah/index.php:11
Running bin/grav install gives:
Status: 500 Internal Server Error
Content-type: text/html
Preparing to install vendor dependencies…
Status: 404 Not Found
Content-type: text/html
No input file specified.
No input file specified.
I installed grav-develop.zip. Perhaps a different install will work.
Try a skeleton package from the getgrav.org downloads. This has everything already in the zip package. Just extract it and point your browser at it.
wiped the directory with rm -fr. Uploaded grav-v0.9.40.zip via Filezilla to site (webroot or /ibaofutah) then used cpanel file manager to unzip which created /grav and all the files. From Chrome browser www.ibaofutah.com/grav casued this:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@ibaofutah.slcspeedtraps.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
BTW, thank you for help
second hit on the domain : [an error occurred while processing this directive]
source:
[an error occurred while processing this directive]
My goal here is more than getting this one installed. It’s to find the steps/process to install on BH and then I’ll be happy to write detailed instructions for others to follow.
I guess BlueHost might not have some of the Apache or PHP requirements enabled by default?
Been down the list with them, multiple times Enable these PHP modules:
gd
curl
openssl
mbstring
i have phpinfo.php in webroot.
yep, verified php requirements met.