Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error on install #1

Closed
ChrisHaPunkt opened this issue May 9, 2013 · 3 comments
Closed

Fatal error on install #1

ChrisHaPunkt opened this issue May 9, 2013 · 3 comments

Comments

@ChrisHaPunkt
Copy link

Hello guys,

by installing this needed plugin i got every time:

Fatal error: Class 'Roundcube\Composer\PluginInstaller' not found in phar:///var/customers/webs/webmail/composer.phar/src/Composer/Installer/InstallerInstaller.php on line 101

My composer.json looks like follows:

{
"name": "roundcube/roundcubemail",
"description": "The Roundcube Webmail suite",
"license": "GPL-3.0+",
"repositories": [
{
"type": "composer",
"url": "http://plugins.roundcube.net/"
}
],
"require": {
"php": ">=5.3.0",
"johndoh/contextmenu": "dev-master",
"sblaisot/topline": "dev-master"
},
"minimum-stability": "dev"
}

System: Debian Squeeze
PHP Version: Version 5.3.3-7+squeeze15

@thomascube
Copy link
Member

That seems to be a Debian-only issue. We're investigating...

@thomascube
Copy link
Member

OK, the reason was a case-sensitivity problem which only appears on Linux but not on Mac OS X. Fixed in 378c100

@ChrisHaPunkt
Copy link
Author

thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants