Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install error Unknown column type "timestamp" requested #92

Closed
romseguy opened this issue Jan 5, 2022 · 5 comments
Closed

Install error Unknown column type "timestamp" requested #92

romseguy opened this issue Jan 5, 2022 · 5 comments

Comments

@romseguy
Copy link

romseguy commented Jan 5, 2022

Hello

Nextcloud 23.0.0
Grauphel 1.0.4
PHP 7.3
Ubuntu 18.04

When enabling the app from https://myhost.com/index.php/settings/apps/tools/grauphel

An error occured during the request. Unable to proceed.
Unknown column type "timestamp" 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.

Any idea why ?

@grosjo
Copy link
Owner

grosjo commented Jan 5, 2022

Linked to #91

@grosjo
Copy link
Owner

grosjo commented Jan 6, 2022

Please kindly confirm that is fixed in recent release (1.0.6)

@romseguy
Copy link
Author

image

@grosjo
Copy link
Owner

grosjo commented Mar 12, 2022

@romseguy
Is that still current ?

@grosjo
Copy link
Owner

grosjo commented Oct 23, 2022

Looks fixed

@grosjo grosjo closed this as completed Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants