Are you going to fix this thing?
Posts made by Pulse
-
RE: Install error
I don't understand why composer create-project asgardcms/platform runs migrations? I think that php artisan asgard:install has to run migrations...
-
RE: Install error
I've solved this problem.
in mysql: SET GLOBAL FOREIGN_KEY_CHECKS=0;
then: module:migrate --force
and then in mysql: SET GLOBAL FOREIGN_KEY_CHECKS=1; -
RE: Install error
Yes, I've read it. When I use php artisan module:migrate --force, my database is empty
-
RE: Install error
When I run php artisan module:migrate --force, I get:
Running for module: dashboard[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 1005 Can't create table 'avg.#sql-2cc0_11' (errno: 150) (SQL: alter tabledashboard__widgets
add constraint dashboard__widgets_us
er_id_foreign foreign key (user_id
) referencesusers
(id
) on delete cascade)[PDOException]
SQLSTATE[HY000]: General error: 1005 Can't create table 'avg.#sql-2cc0_11' (errno: 150) -
Install error
I try to install Asgardcms using composer create-project asgardcms/platform
But I get this eror:php artisan module:migrate --force
Running for module: core[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'forge'@'localhost' (using password: NO)Script php artisan module:migrate --force handling the post-update-cmd event returned with an error
[RuntimeException]
Error Output:Why does the installer looking for user with name forge?