aimeos / aimeos-laravel

Laravel ecommerce package for ultra fast online shops, scalable marketplaces, complex B2B applications and #gigacommerce

Home Page:https://aimeos.org/Laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown database type point requested

VadimSaratov opened this issue · comments

I tried to install Aimeos in an already existing laravel application and followed the installation steps described in the documentation but when I run the command "php ./artisan aimeos:setup" I get the following error

image

MySQL - 8.0.23
Laravel Framework 6.20.44
PHP 7.3.6
"aimeos/aimeos-laravel": "~2021.10"

Your users table contains a column of type point and it seems Doctrine DBAL can't handle that :-/

@aimeos yes you are right, what is the way to properly install aimeos in laravel then? or can i skip this error?

The problem is that Doctrine DBAL will error as long as you have that column in your users table

@aimeos ok thanks, will fix it at the database level then