mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #274] Uncaught Error: Class 'Doctrine\Common\Version' not found #223
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#223
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ratfish32 on GitHub (Nov 18, 2020).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/274
I've installed ViMbAfdmin on an AWS EC2 instance running Ubuntu 18.04. When I try to get the MySQL tables with this command I'm getting the following error:
sudo ./bin/doctrine2-cli.php orm:schema-tool:create
PHP Fatal error: Class 'Doctrine\Common\Persistence\Mapping\Driver\FileDriver' not found in /usr/local/vimbadmin/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php on line 39
I've been searching on the net for a solution but haven't found one. Anyone have any idea what I should do?