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

Broken plugin? #5

Closed
benjarobbi opened this issue Oct 23, 2019 · 3 comments
Closed

Broken plugin? #5

benjarobbi opened this issue Oct 23, 2019 · 3 comments

Comments

@benjarobbi
Copy link

Hi there,
I've just tried out your plugin. However, I'm getting the following error right after installing it.

PHP Fatal error: require_once(): Failed opening required '/var/www/nextcloud/apps/files_external_dropbox/vendor/autoload.php' (include_path='/var/www/nextcloud/3rdparty/pear/archive_tar:/var/www/nextcloud/3rdparty/pear/console_getopt:/var/www/nextcloud/3rdparty/pear/pear-core-minimal/src:/var/www/nextcloud/3rdparty/pear/pear_exception:/var/www/nextcloud/apps') in /var/www/nextcloud/apps/files_external_dropbox/appinfo/app.php on line 22

What should I do now? I'd guess something is missing here. I think other users will run into this issue for sure. I haven't changed anything significant on my instance yet. It's fresh out of the box with some more plugins installed. (Unsplash, External Storage, Maps)

My version: Nextcloud 16.0.5, PHP 7.2, Apache2, Debian OS.

@DJaeger
Copy link
Owner

DJaeger commented Oct 23, 2019

You have to run composer install within the app dir to install the dependencies.
If you dont have composer, you can find it here:
https://getcomposer.org/download/

It seems I have build the release files wrong...

@bendilobi
Copy link

IMHO this app should be removed from the Nextcloud app store since it requires this mandatory step to install dependencies.

People (like me) click the install link in the app list in their Nextcloud frontend and are left with a completely broken installation (internal server error 500). Plus not everybody has shell access to their installation so they have no possibility to complete the installation anyway.

Please at least display a very big warning in the app description. But I strongly think that apps you can install from within the Nextcloud frontend should not break it.

@DJaeger
Copy link
Owner

DJaeger commented Oct 30, 2019

The wrong file is now replaced at the Github-Release and also within the AppStore.
Remove the app and replace/reinstall should solve this issue and also #7 .

@DJaeger DJaeger closed this as completed Oct 30, 2019
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

3 participants