mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #93] vimbadmin 3.x - unable to create database tables #70
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#70
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 @wdetter on GitHub (Jun 10, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/93
Hi everybody,
trying to set up latest version from git, stuck during creation of tables:
root@mail:/var/www/vimbadmin# ./bin/doctrine2-cli.php orm:schema-tool:create
PHP Notice: Undefined index: doctrine2 in /var/www/vimbadmin/bin/utils.inc on line 80
PHP Notice: Undefined index: doctrine2cache in /var/www/vimbadmin/vendor/opensolutions/oss-framework/src/OSS/Resource/Doctrine2.php on line 88
ERROR: Doctrine2 requires Doctrine2Cache to have been already bootstrapped
Regards,
Werner
@barryo commented on GitHub (Jun 10, 2014):
Please follow the installation instructions. The above looks like you have no database configuration:
https://github.com/opensolutions/ViMbAdmin/wiki/Installation#configuration
Closing for now - please reply if this isn't your issue.
@wdetter commented on GitHub (Jun 10, 2014):
Well, that's exactly what I did :)
@barryo commented on GitHub (Jun 10, 2014):
You missed something:
which is:
Did you copy
application.ini.disttoapplication.ini?Either way, please go back and review each step. I have successfully installed the latest version (as have others) without issue...
@wdetter commented on GitHub (Jun 10, 2014):
I've searched around and found that I've got an old doctrine connection string (from vimbadmin2) in the application.ini. My bad :)
Thanks and regards,
Werner
@barryo commented on GitHub (Jun 10, 2014):
😄
@wdetter commented on GitHub (Jun 10, 2014):
👍
@fandisus commented on GitHub (Jul 16, 2019):
Hi. I am on ubuntu 18.04, with PHP 7.3.7, MySQL 5.7.26. I followed the instruction, but end up with some warning and "could not find driver" error messages.
Got suggestion?
@barryo commented on GitHub (Jul 17, 2019):
@fandisus - this looks like you don't have php-mysql installed.