- Issue created by @Simondlv
- Status changed to Closed: works as designed
over 1 year ago 12:28am 13 May 2023 - 🇮🇳India saili.jaguste
Hi,
I am getting same error in Backup and Migrate Azure module. Can I get the solution applied here?
Hi,
After installation of module, using composer I've got an error
on page /admin/config/media/file-system
Error: Class "MicrosoftAzure\\Storage\\Blob\\BlobRestProxy" not found in /var/www/html/web/modules/contrib/az_blob_fs/src/AzBlobRestProxyAlter.php on line 19
- install module through composer
composer require 'drupal/az_blob_fs:^2.3'
- enable module through drush
drush en az_blob_fs
- clear cache through drush
drush cache:rebuild
- add Azure Key via
/admin/config/system/keys
- add container info :
/admin/config/media/azure-blob-file-system
- crash on this page with previous error message
/admin/config/media/file-system
Tried to uninstall / reinstall / clear cache / composer dump autoload, same
File vendor/microsoft/azure-storage-blob/composer.json
is present with
"MicrosoftAzure\\Storage\\Blob\\": "src/Blob"
and file src/Blob/BlobRestProxy.php is present
- Drupal 9.5.7
- PHP 8.1.17
- Apache 2.4.56
- MariaDB 10.3.23
- Drush Commandline Tool 11.5.1
- Composer 2.5.5
Closed: works as designed
2.0
Code
Hi,
I am getting same error in Backup and Migrate Azure module. Can I get the solution applied here?