-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
i am running Project Nami Wordpress together with BlobCache. All of my users get the following error message displayed at the very bottom of the page:
Fatal error: Uncaught exception 'RuntimeException' with message 'The provided account key '' is not a valid base64 string. It has to pass the check 'base64_decode(, true)'.' in D:\home\site\wwwroot\wp-content\plugins\project-nami-blob-cache\library\WindowsAzure\Common\Internal\StorageServiceSettings.php:185 Stack trace: #0 D:\home\site\wwwroot\wp-content\plugins\project-nami-blob-cache\library\WindowsAzure\Common\Internal\ServiceSettings.php(131): WindowsAzure\Common\Internal\StorageServiceSettings::WindowsAzure\Common\Internal{closure}('') #1 D:\home\site\wwwroot\wp-content\plugins\project-nami-blob-cache\library\WindowsAzure\Common\Internal\ServiceSettings.php(270): WindowsAzure\Common\Internal\StorageServiceSettings::WindowsAzure\Common\Internal{closure}(Array) #2 D:\home\site\wwwroot\wp-content\plugins\project-nami-blob-cache\library\WindowsAzure\Common\Internal\StorageServiceSettings.php(395): WindowsAzure\Common\Internal\ServiceSettings::matchedSpecification(Array, Object(Closure), Object(Closure in D:\home\site\wwwroot\wp-content\plugins\project-nami-blob-cache\library\WindowsAzure\Common\Internal\StorageServiceSettings.php on line 185
it is basically complaining about a missing Account Key (Azure Storage Account Key I would guess). However, I could not find any place where to specify it?!?