cloudverve / wordpress-cloud-media-offloader-plugin

A simple plugin that allows you to serve your WordPress Media Library files from the Backblaze B2 cloud storage service.
GNU General Public License v2.0
65 stars 14 forks source link

Activation Error #1

Closed expphoto closed 6 years ago

expphoto commented 6 years ago

`Warning: require(/home/username/spyonaz.com/wp-content/plugins/backblaze-media-offloader-master/vendor/composer/../guzzlehttp/guzzle/src/functions_include.php): failed to open stream: No such file or directory in /home/username/spyonaz.com/wp-content/plugins/backblaze-media-offloader-master/vendor/composer/autoload_real.php on line 66

Fatal error: require(): Failed opening required '/home/username/spyonaz.com/wp-content/plugins/backblaze-media-offloader-master/vendor/composer/../guzzlehttp/guzzle/src/functions_include.php' (include_path='/home/username/spyonaz.com/wp-content/plugins/wd-google-analytics/google/vendor/phpseclib/phpseclib/phpseclib:.:/opt/cpanel/ea-php70/root/usr/share/pear') in /home/username/spyonaz.com/wp-content/plugins/backblaze-media-offloader-master/vendor/composer/autoload_real.php on line 66`

dmhendricks commented 6 years ago

What method did you use to install it? ZIP or Composer?

I just created a blank WordPress 4.8.2 site (PHP 5.6, Apache) and installed the installable ZIP and did not receive this error.

I will run a Composer update on it and push. What environment are you running? (WP version, PHP version, Apache/Nginx...)

dmhendricks commented 6 years ago

I updated the installable ZIP. Please let me know if you still receive the error (as well as your environment).