Search found 15 matches

by octorber123
22 Jul 2020, 12:49
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

here is the users table
12341234.jpg
12341234.jpg (26.54 KiB) Viewed 2251 times



This is the first page i see when i log in as an admin, also why is the area highlighted empty?
444444.jpg
444444.jpg (63.81 KiB) Viewed 2251 times


this is the front page (again you can see that area is empty
23423423423432.jpg
23423423423432.jpg (78.17 KiB) Viewed 2251 times
by octorber123
22 Jul 2020, 11:47
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

i have tried the new composer create-project aimeos/aimeos:2019.10.x-dev myshop and the setup works perfectly. However there is a confusing question: Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]? like I don't know what the means
by octorber123
22 Jul 2020, 11:44
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

only one problem tho, I set up the admin account during setup, however when I log in i can't access the backend, it seems that it is treating me like a customer, how can I fix that?
by octorber123
22 Jul 2020, 11:39
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

I HAVE GOOD NEWS!!! (sorry for caps) I finally fixed the problem, so basically I had to change the default engine of the DB to Innodb by editing the my.ini files of MariaDB and MySQL. Then I ran the standard composer create-project aimeos/aimeos myshop , and it worked thanks so much for your help an...
by octorber123
22 Jul 2020, 11:22
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

where should i put this? show create table users , should i put it in the sql command line? Also i have changed my default engine to InnoDB by editing the my.ini file in mysql and in maria db so all tables by default will be created as innodb. I ran the composer create-project aimeos/aimeos:2019.10....
by octorber123
21 Jul 2020, 12:03
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

I don't know if this helps, but this is the error I get when opening the dev server of laravel,
Picture133.jpg
Picture133.jpg (128.9 KiB) Viewed 2685 times
by octorber123
21 Jul 2020, 11:59
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

yes this is the code in the user migration file. public function up() { Schema::create('users', function (Blueprint $table) { $table->id('id'); $table->string('name'); $table->string('email')->unique(); $table->timestamp('email_verified_at')->nullable(); $table->string('password'); $table->rememberT...
by octorber123
21 Jul 2020, 10:55
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8155

Re: Aimeos installation from composer works but stop executing before database setup

here is the out for: composer show
Picture12.jpg
Picture12.jpg (186.12 KiB) Viewed 2685 times
Picture13.jpg
Picture13.jpg (175.08 KiB) Viewed 2685 times