@armababy Ok thanks for everything if I can find any progress I will post solution here
mehmetkirkoca
@mehmetkirkoca
Posts made by mehmetkirkoca
-
RE: DB error table doesnt exits
-
RE: DB error table doesnt exits
@mehmetkirkoca said:
I have got only
"activations,
migrations,
persistences,
reminders,
roles,
role_users,
setting__settings,
setting__setting_translations,
throttle,
users"tables I used "php artisan migrate" command I got this error
" [Illuminate\Database\QueryException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'blog_asgard.menu
__menus' doesn't exist (SQL: select * frommenu__menus
where (select coun
t(*) frommenu__menu_translations
wheremenu__menu_translations
.menu_i d
=menu__menus
.id
andlocale
= en andstatus
= 1) >= 1 order bycreated_at
desc)"oh when I tried to install asgart I got this final message
"Admin account created!
Undefined index: index_type" I dont know what is this means (maybe the problem was) -
RE: DB error table doesnt exits
@mehmetkirkoca said:
Oh I use ubuntu I am running asgard cms on localhost. I dont think it is a mysql problem. I just check migrations files I saw only it has been run "database/migrations" subdirectory files. I think it doesnt run "Modules/Menu/Database/Migrations" subdirectory files or other modules migration files.
Buy the way I tried from scratch and I got the same result.
-
RE: DB error table doesnt exits
Oh I use ubuntu I am running asgard cms on localhost. I dont think it is a mysql problem. I just check migrations files I saw only it has been run "database/migrations" subdirectory files. I think it doesnt run "Modules/Menu/Database/Migrations" subdirectory files or other modules migration files.
-
RE: DB error table doesnt exits
@armababy thanks for your advice that problem base on user deleted .env file. I have one and App can connect db it creates bunch of tables but except menu__menus table.
-
RE: DB error table doesnt exits
so am I did something wrong. or it is kind of bug. I can create this table manual. If any help I can get I will be preciate. For now thanks for your help
-
DB error table doesnt exits
I instaled AsgardCms properly but when I run app. I got this error.
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'asgard_blog.menu__menus' doesn't exist (SQL: select * from
menu__menus
where (select count(*) frommenu__menu_translations
wheremenu__menu_translations
.menu_id
=menu__menus
.id
andlocale
= en andstatus
= 1) >= 1 order bycreated_at
desc)