On Fri, May 10, 2013 at 4:31 PM, Phil Weir roundcube@tehinterweb.co.uk wrote:
Never had that issue and I'm also unable to reproduce. Seems like an autoloading issue. What version of PHP are you using?
I tried with PHP 5.4.4 as well and got the same errors
PHP 5.4.4-14 (cli) (built: Mar 4 2013 15:49:04) Copyright (c) 1997-2012 The PHP Group Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
I was thinking about what what you said about the autoloader. I do not have a vendor/autoload.php file in my RC root so I tried using
php composer.phar dumpautoload
which creates one but it makes no difference to the error.
OK, I found the reason for this issue and fixed it. See https://github.com/roundcube/plugin-installer/issues/1 With the latest version of the roundcube-installer from the repository it should now work.
~Thomas