Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Bug: Error on install #1

Open
johanneslamers opened this issue Jul 13, 2016 · 6 comments
Open

Bug: Error on install #1

johanneslamers opened this issue Jul 13, 2016 · 6 comments

Comments

@johanneslamers
Copy link

First of all.. great plugin idea! Way more easy than setting up S3.

But.. installing the plugin throws in an error:

require(/Volumes/HDD/Sites/tabletodesk/plugins/npcloudinary/vendor/composer/../cloudinary/cloudinary_php/src/Helpers.php): failed to open stream: No such file or directory

/Volumes/HDD/Sites/tabletodesk/plugins/npcloudinary/vendor/composer/autoload_real.php(66)

63 function composerRequiree95a229641e653d2058134b0d00e0e9d($fileIdentifier, $file)
64 {
65     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
66         require $file;
67 
68         $GLOBALS['__composer_autoload_files'][$fileIdentifier] = true;
69     }
70 }

Should be an easy fix I think.

@nilsenpaul
Copy link
Owner

You can fix it now by running composer update from the plugin's root folder. Will take a look at it later today.

@johanneslamers
Copy link
Author

👍

@cosly
Copy link

cosly commented Jul 14, 2016

Think we are missing some folder/files.
require_once(/colorzone/craft/plugins/npcloudinary/vendor/autoload.php): failed to open stream: No such file or directory

@nilsenpaul
Copy link
Owner

nilsenpaul commented Jul 15, 2016

Had a discussion about this on Slack the other day. I have to include all Bower assets in the plugin, will do ASAP. For now, you can solve it like this:

composer global require "fxp/composer-asset-plugin:^1.2.0";
composer update

... from within the plugin's folder.

@iand675
Copy link

iand675 commented Dec 7, 2016

Hello,

First of all, thanks for creating this plugin! I just wanted to comment out that this is still an issue and see if there's a chance for an official fix on the horizon?

@nilsenpaul
Copy link
Owner

nilsenpaul commented Dec 7, 2016 via email

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

No branches or pull requests

4 participants