Errors when installing zulu module

FreePBX 14.0.13.4. Trying to install Zulu module and getting errors. Maybe anyone have any clue?

[root@freepbx ~]# fwconsole ma downloadinstall zulu
No repos specified, using: [standard] from last GUI settings

Downloading module ‘zulu’
Processing zulu
Verifying local module download…Verified
Extracting…Done
Download completed in 4 seconds
Updating tables zulu_interactions_interaction_states, zulu_softphones, zulu_tokens, zulu_interactions_contacts, zulu_interactions_interactions, zulu_interactions_owners, zulu_interactions_members, zulu_interactions_streams, zulu_interactions_stream_bodies, zulu_interactions_stream_links, zulu_interactions_stream_actions, zulu_login_tokens…
In DBALException.php line 240:

Unknown column type “datetime_immutable” 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 d
uring database introspection then you might have forgot 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 mi
ght have a problem with the cache or forgot some mapping information.

moduleadmin [-f|–force] [-d|–debug] [–edge] [–stable] [–color] [–skipchown] [-e|–autoenable] [–skipdisabled] [–snapshot SNAPSHOT] [–format FORMAT] [-R|–repo REPO] [-t|–tag TAG] [–sendemail] [–onlystdout] [–] []…

Are you other modules all up-to-date? Doctrine is probably part of Core or something similar and updating the associated module might update Doctrine, which then might let you install Zulu.

Nope. All other modules are fully up to date. And overall is 3 week old install…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.