Installation error, 'Could not find db.php...'
The 'SYS_SYS' variable was taking 'workflow' as his value, when it has to take $workspace instead of it. In /engine/controllers/installer.php.
This commit is contained in:
@@ -771,7 +771,7 @@ class Installer extends Controller
|
|||||||
define( 'HASH_INSTALLATION', $h );
|
define( 'HASH_INSTALLATION', $h );
|
||||||
define( 'SYSTEM_HASH', $sh );
|
define( 'SYSTEM_HASH', $sh );
|
||||||
define( 'PATH_DB', $pathShared . 'sites' . PATH_SEP );
|
define( 'PATH_DB', $pathShared . 'sites' . PATH_SEP );
|
||||||
define( 'SYS_SYS', 'workflow' );
|
define( 'SYS_SYS', $workspace );
|
||||||
|
|
||||||
require_once ("propel/Propel.php");
|
require_once ("propel/Propel.php");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user