Aimeos

Results 159 comments of Aimeos

That might be the source of the problem because `str_replace()` is performed over all array properties including the `internaltype`. Changed in dev-master, 2022.04.x-dev and 2021.10.x-dev. Can you check if it's...

Thanks, but your code contains a lot of commented code and Laravel specific code as well as changed files not related to the feature. Can you clean up your PR...

It will require some changes in the managers to handle that correctly but it should be possible. We will try to implement the necessary changes in 2022.x

The return types are now inconsistent, sometimes it's `Iface`, somtimes it's `\Aimeos\Controller\Frontend\Customer\Iface`. Can you either leave it to `Iface` or use `\Aimeos\Controller\Frontend\Customer\Iface` all over? For the tests to succeed, you...

> Either the documentation should warn about this, or the default behaviour should be changed to reflect the documentation, ie. by default sorting by the root catalogs positions. The documentation...

Can you please post the complete output as text?

That's really strange and we found no problem in the code that could result in this output. Can you check if the `vendor/aimeos/aimeos-core/setup/Attribute.php` and `vendor/aimeos/aimeos-core/setup/Customer.php` files are there?

Do you get the same error message before? > An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'u670526297_aimeos.users_property' doesn't exist If yes,...