-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue during installation #30
Comments
I try to install it but I have this : |
Hello I try to install G6K and I can't install it because of this : Script App\G6K\Composer\ScriptHandler::installDemo handling the g6k-scripts event terminated with an exception [PDOException] |
hi, What is your sql driver, see the DB_ENGINE parameter in the ".env" file. check in php.ini that pdo_pgsql or pdo_sqlite or pdo_mysql (depending on the driver you are using) is enabled if your driver is mysql or pgsql, the corresponding database engine must be started before installation. |
I use the pdo_pgsql, but I don't find any ".env" file or "php.ini" before the installation. |
the .env file is in the G6K installation directory the php.ini file is in the php installation directory |
Please, can you run these 3 commands from the G6K directory:
and show me the results |
Ok i see you can't use the pgsql driver because your php is not configured for.
|
I try to install it but I have this :
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In ArrayNode.php line 327:
!!
!! Unrecognized option "migrations_paths" under "doctrine_migrations". Availab
!! le options are "all_or_nothing", "column_length", "column_name", "custom_te
!! mplate", "dir_name", "executed_at_column_name", "name", "namespace", "organ
!! ize_migrations", "table_name".
!!
!!
!!
Script @auto-scripts was called via post-update-cmd
The text was updated successfully, but these errors were encountered: