[GH-ISSUE #106] Install doesn't work #82

Closed
opened 2026-02-26 09:35:43 +03:00 by kerem · 1 comment
Owner

Originally created by @dandawson87 on GitHub (Jul 21, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/106

It seems this command doesn't work because it can't find autoloader.php in the vendor folder.

./bin/doctrine2-cli.php orm:schema-tool:create

none of it works in fact, no vendor folder dude. I think this might have been a git mistake.

Originally created by @dandawson87 on GitHub (Jul 21, 2014). Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/106 It seems this command doesn't work because it can't find autoloader.php in the vendor folder. ./bin/doctrine2-cli.php orm:schema-tool:create none of it works in fact, no vendor folder dude. I think this might have been a git mistake.
kerem closed this issue 2026-02-26 09:35:43 +03:00
Author
Owner

@barryo commented on GitHub (Jul 22, 2014):

Should work fine based on this.

Certainly has worked the last time I did it. And now:

$ export INSTALL_PATH=/Users/user1/tmp/testvb
user1@mac1:~/tmp $ composer create-project opensolutions/vimbadmin $INSTALL_PATH -s dev
...
$ cd $INSTALL_PATH
$ cp public/.htaccess.dist public/.htaccess
$ cp application/configs/application.ini.dist application/configs/application.ini
$ ./bin/doctrine2-cli.php
$ ./bin/doctrine2-cli.php --version
Doctrine Command Line Interface version 2.4.3-DEV
$ 

So, works fine. Must be a local issue. I can only suggest you restart from the beginning.

<!-- gh-comment-id:49719064 --> @barryo commented on GitHub (Jul 22, 2014): Should work fine [based on this](https://github.com/opensolutions/ViMbAdmin/blob/master/bin/doctrine2-cli.php#L42). Certainly has worked the last time I did it. And now: ``` sh $ export INSTALL_PATH=/Users/user1/tmp/testvb user1@mac1:~/tmp $ composer create-project opensolutions/vimbadmin $INSTALL_PATH -s dev ... $ cd $INSTALL_PATH $ cp public/.htaccess.dist public/.htaccess $ cp application/configs/application.ini.dist application/configs/application.ini $ ./bin/doctrine2-cli.php $ ./bin/doctrine2-cli.php --version Doctrine Command Line Interface version 2.4.3-DEV $ ``` So, works fine. Must be a local issue. I can only suggest you restart from the beginning.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ViMbAdmin-opensolutions#82
No description provided.