mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 00:36:00 +03:00
[GH-ISSUE #84] RuntimeException: Could not scan for classes inside #66
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#66
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 @ghost on GitHub (May 9, 2014).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/84
Hi,
I am trying to install the VIMbAdmin 3.0.7 using all the specified methods i.e git, tarball, mentioned in : https://rtcamp.com/tutorials/mail/server/postfix-dovecot-ubuntu/
However I am left with a runtime exception while running the php composer install command,
/usr/local/vimbadmin# php composer.phar install
symfony/console suggests installing symfony/event-dispatcher ()
symfony/console suggests installing psr/log (For using the console logger)
doctrine/orm suggests installing symfony/yaml (If you want to use YAML Metadata Mapping Driver)
Writing lock file
Generating autoload files
[RuntimeException]
Could not scan for classes inside "vendor/smarty/smarty/libs/Smarty.class.php" which does not appear to be a file nor a folder
Could you please suggest what may be I am doing wrong,
Thanks and Regards,
Subhranshu Dwivedi
@ghost commented on GitHub (May 9, 2014):
Just to add that for 3.0.6 it works fine,
Looks like some issue with the new version there.
@duckasylum commented on GitHub (May 9, 2014):
Had the same issue on ubuntu while following the tutorial from https://github.com/opensolutions/vimbadmin/wiki/Installation . Only quick fix I came up with was to create a symlink from "vendor/smarty/smarty/distribution/libs" to "vendor/smarty/smarty/libs". Install error went away, no idea if vimbadmin actually works. Will post if have updates.
@rynolivr commented on GitHub (May 19, 2014):
Any idea on how to get around this properly? 3.0.6 isn't working for me either.
@barryo commented on GitHub (May 20, 2014):
Should be fixed in version 3.0.8.
Specifically, this commit:
749752de3d@barryo commented on GitHub (May 20, 2014):
I've done an install via the instructions on 3.0.8 and it works fine for me.