Jump to content

Edit History

wolfomat

wolfomat

pdating database schema...

22: 21

21:55:39 CRITICAL [console] Error thrown while running command "prestashop:schema:update-without-foreign --env=prod". Message: "Unknown column type "binary_string" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspection then you might have forgotten to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some mapping information." ["exception" => Doctrine\DBAL\Exception { …},"command" => "prestashop:schema:update-without-foreign --env=prod","message" => "Unknown column type "binary_string" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspection then you might have forgotten to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some mapping information."]

23: 22

24: 23

In DBALException.php line 282:

25: 24

26: 25

Unknown column type "binary_string" requested. Any Doctrine type that you u

27: 26

se has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can

28: 27

get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesM

29: 28

ap(). If this error occurs during database introspection then you might hav

30: 29

e forgotten to register all database types for a Doctrine Type. Use Abstrac

31: 30

tPlatform#registerDoctrineTypeMapping() or have your custom types implement

32: 31

Type#getMappedDatabaseTypes(). If the type name is empty you might have a

33: 32

problem with the cache or forgot some mapping information.

Still this issue, i am not sure what i can do here.... :(

 

do i need to replace "binary_string" to "binary" by hand somewhere ?
 

wolfomat

wolfomat

pdating database schema...

22: 21

21:55:39 CRITICAL [console] Error thrown while running command "prestashop:schema:update-without-foreign --env=prod". Message: "Unknown column type "binary_string" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspection then you might have forgotten to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some mapping information." ["exception" => Doctrine\DBAL\Exception { …},"command" => "prestashop:schema:update-without-foreign --env=prod","message" => "Unknown column type "binary_string" requested. Any Doctrine type that you use has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesMap(). If this error occurs during database introspection then you might have forgotten to register all database types for a Doctrine Type. Use AbstractPlatform#registerDoctrineTypeMapping() or have your custom types implement Type#getMappedDatabaseTypes(). If the type name is empty you might have a problem with the cache or forgot some mapping information."]

23: 22

24: 23

In DBALException.php line 282:

25: 24

26: 25

Unknown column type "binary_string" requested. Any Doctrine type that you u

27: 26

se has to be registered with \Doctrine\DBAL\Types\Type::addType(). You can

28: 27

get a list of all the known types with \Doctrine\DBAL\Types\Type::getTypesM

29: 28

ap(). If this error occurs during database introspection then you might hav

30: 29

e forgotten to register all database types for a Doctrine Type. Use Abstrac

31: 30

tPlatform#registerDoctrineTypeMapping() or have your custom types implement

32: 31

Type#getMappedDatabaseTypes(). If the type name is empty you might have a

33: 32

problem with the cache or forgot some mapping information.

Still this issue, i am not sure what i can do here.... :(

 

i try to search now binary_string and change it to binary by hand
 

×
×
  • Create New...