Search found 7 matches

by chinar08
22 Dec 2021, 12:32
Forum: Help
Topic: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE ON
Replies: 11
Views: 3053

Re: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE

yes as you mentioned i checked in db users,password,password resets,personal_access_tokens ,migrations,failed jobs has myisam type and rest is innodb .
can you kindly the locale related issue I am facing when i am install whole aimeos
by chinar08
22 Dec 2021, 11:18
Forum: Help
Topic: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE ON
Replies: 11
Views: 3053

Re: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE

As you suggested directly run that command then i got "1071 Specified key was too long; max key length is 767 bytes" in order to resolve this I tried again with config/databases.php 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', then i got same error: SQLSTATE[HY000]: General error...
by chinar08
22 Dec 2021, 09:57
Forum: Help
Topic: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE ON
Replies: 11
Views: 3053

Re: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE

Is this a new installation of the Aimeos distribution, are you installing Aimeos into an existing Laravel application or does that happen when you update an Aimeos installation? What database and version do you use? new installation and database mysql and version is 5.7.36 as per documentation for ...
by chinar08
22 Dec 2021, 07:29
Forum: Help
Topic: ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE ON
Replies: 11
Views: 3053

ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid) REFERENCES users (id) ON UPDATE CASCADE ON

windows environment so using wamp server for server process composer version 2.1.14 php version PHP 7.4.26 laravel version ^8.54 aimeos version 2021.10 I followed the below mentioned steps 1)wget https://getcomposer.org/download/latest-stable/composer.phar -O composer 2) config/database.php 'connect...