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

PHP error #42

Closed
CineXMike opened this issue Dec 23, 2015 · 3 comments
Closed

PHP error #42

CineXMike opened this issue Dec 23, 2015 · 3 comments
Assignees
Milestone

Comments

@CineXMike
Copy link

[root@server da-letsencrypt]# composer install
-bash: composer: command not found

and when i install with directadmin plugin manager i get this error when it is activated.

Warning: require_once(/usr/local/directadmin/plugins/da-letsencrypt/vendor/autoload.php): failed to open stream: No such file or directory in /usr/local/directadmin/plugins/da-letsencrypt/includes/bootstrap.php on line 7 Fatal error: require_once(): Failed opening required '/usr/local/directadmin/plugins/da-letsencrypt/vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /usr/local/directadmin/plugins/da-letsencrypt/includes/bootstrap.php on line 7

@zenire zenire added the invalid label Dec 23, 2015
@zenire
Copy link
Owner

zenire commented Dec 23, 2015

Run the following commands and try again, please:

curl -sS https://getcomposer.org/installer | php
composer install

You don't have composer installed. When we release the plugin we will provide the vendor files in the plugin.

@zenire zenire self-assigned this Dec 23, 2015
@CineXMike
Copy link
Author

Already run,
Still doesnt work :(

@CineXMike
Copy link
Author

For other people run this command php composer.phar install
That fixed it for me

@Wouter0100 Wouter0100 added this to the 1.0 milestone Dec 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants