There is a problem running the new installation
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
There is a problem running the new installation
There was a problem with the first installation of Laravel and Aimeos. I don't know how to solve it!
(1/1) Exception
No item found for conditions: Array
(
[locale.site.code] => default
)
in Base.php line 561
at Base->findItemBase(array('locale.site.code' => 'default'), array(), false)
in Standard.php line 349
at Standard->findItem('default')
in Standard.php line 124
-----------------------------------------
The local installation WINDOWS 10
“php”:“^ 7.0.12”,
“laravel / framework”:“5.4。*”,
“aimeos / aimeos-laravel”:“~2018.04”
(1/1) Exception
No item found for conditions: Array
(
[locale.site.code] => default
)
in Base.php line 561
at Base->findItemBase(array('locale.site.code' => 'default'), array(), false)
in Standard.php line 349
at Standard->findItem('default')
in Standard.php line 124
-----------------------------------------
The local installation WINDOWS 10
“php”:“^ 7.0.12”,
“laravel / framework”:“5.4。*”,
“aimeos / aimeos-laravel”:“~2018.04”
Re: There is a problem running the new installation
I think that's the reason, but I don't know how to solve it
In Simple.php line 97:
An exception occurred while executing 'ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid)
REFERENCES users (id) ON UPDATE CASCADE ON DELETE CASCADE':
SQLSTATE[HY000]: General error: 1005 Can't create table 's_test.#sql-6650_1a' (errno: 150)
In Simple.php line 97:
An exception occurred while executing 'ALTER TABLE users_address ADD CONSTRAINT fk_lvuad_pid FOREIGN KEY (parentid)
REFERENCES users (id) ON UPDATE CASCADE ON DELETE CASCADE':
SQLSTATE[HY000]: General error: 1005 Can't create table 's_test.#sql-6650_1a' (errno: 150)
Re: There is a problem running the new installation
It was a table engine problem = =....
Re: There is a problem running the new installation
This problem can occur if you have records in the users_address table without corresponding records in the users table. Aimeos 2018.07 tries to add a foreign key constraint which fails in that case. The latest version contains a setup task that removes the dangling records in the users_address table before applying the contraint.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
Re: There is a problem running the new installation
How fix ? Same error
Re: There is a problem running the new installation
If I understand correctly, I just have to remove the user_address table
Re: There is a problem running the new installation
I tried composer update, it's the same error.
Re: There is a problem running the new installation
I think you should post the exact error you got.