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

bin/Grav install problem

Started by Gary Stephens 5 years ago · 1 replies · 524 views
5 years ago

I installed the Rocket Theme grav horizon template including gantry and Grav using the rocketlauncher and all the files seem to be in place. Something with the hosting company is stopping the initial Grav Admin panel from loading and they are not willing to provide any support, saying it is a problem with the template. The message on my site (http://www.noovagraphene.com) is "Please run: bin/Grav install"

I see where this statement is in the index file, but I do not know what is stopping the Grav install from happening. What statement causes the initial Grav admin panel to load?

// Ensure vendor libraries exist
$autoload = DIR . '/vendor/autoload.php';
if (!is_file($autoload)) {
die('Please run: <i>bin/grav install</i>');
}

// Register the auto-loader.
$loader = require $autoload;

use Grav\Common\Grav;
use RocketTheme\Toolbox\Event\Event;

// Get the Grav instance
$grav = Grav::instance(
array(
'loader' => $loader
)
);

Thanks, Gary

last edited 06/17/21 by Gary Stephens
5 years ago

I have same

Please run: bin/Grav install

on my local development Windows machine after every Grav upgrade, but never on prod

Suggested topics

Topic Participants Replies Views Activity
Support · by Duc , 13 hours ago
1 36 13 hours ago
Support · by Thomas, 1 week ago
3 111 22 hours ago
Support · by Anna, 4 days ago
2 103 2 days ago
Support · by Justin Young, 2 days ago
1 76 2 days ago
Support · by Duc , 1 week ago
2 107 7 days ago