[GH-ISSUE #84] RuntimeException: Could not scan for classes inside #66

Closed
opened 2026-02-26 09:35:35 +03:00 by kerem · 5 comments
Owner

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

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
kerem closed this issue 2026-02-26 09:35:35 +03:00
Author
Owner

@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.

<!-- gh-comment-id:42670547 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:42724127 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:43571695 --> @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.
Author
Owner

@barryo commented on GitHub (May 20, 2014):

Should be fixed in version 3.0.8.

Specifically, this commit: 749752de3d

<!-- gh-comment-id:43589371 --> @barryo commented on GitHub (May 20, 2014): Should be fixed in [version 3.0.8](https://github.com/opensolutions/ViMbAdmin/releases/tag/3.0.8). Specifically, this commit: 749752de3dad006a2e9434ac5d4bc2888a915456
Author
Owner

@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.

<!-- gh-comment-id:43589393 --> @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.
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#66
No description provided.