HOR-3626
Moved laravel boot after ProcessMaker loads its evironment constants. (PATH_DATA for shared folder)
This commit is contained in:
@@ -1749,8 +1749,8 @@ class Installer extends Controller
|
||||
private function verifySharedFrameworkPaths($sharedPath)
|
||||
{
|
||||
$paths = [
|
||||
$sharedPath.'framework' => 0770,
|
||||
$sharedPath.'framework'.DIRECTORY_SEPARATOR.'cache' => 0770,
|
||||
$sharedPath . 'framework' => 0770,
|
||||
$sharedPath . 'framework' . DIRECTORY_SEPARATOR . 'cache' => 0770,
|
||||
];
|
||||
foreach ($paths as $path => $permission) {
|
||||
if (!file_exists($path)) {
|
||||
|
||||
Reference in New Issue
Block a user