Conversation
supportWhen uploading files, they do land in Azure Storage successfully, but immediately after uploading, it throws an error: An error occurred in the upload. Please try again later. This makes the whole process more complex, since plugins that integrate image uploads will see it as a failed operation, and do not show the file for selection.
In the debug log, I see: [23-Jan-2020 09:51:29 UTC] PHP Warning: fopen(D:\home\site\wwwroot/wp-content/uploads/2020/01/testImg3.png): failed to open stream: No such file or directory in D:\home\site\wwwroot\wp-content\plugins\blue-storage\blue-storage-util.php on line 538 [23-Jan-2020 09:51:29 UTC] PHP Warning: Use of undefined constant localFileName – assumed ‘localFileName’ (this will throw an Error in a future version of PHP) in D:\home\site\wwwroot\wp-content\plugins\blue-storage\blue-storage-util.php on line 540
What version of WordPress and PHP are you using?
PHP 7.3 WP 5.3.2
In the debug log, I see: [23-Jan-2020 09:51:29 UTC] PHP Warning: fopen(D:\home\site\wwwroot/wp-content/uploads/2020/01/testImg3.png): failed to open stream: No such file or directory in D:\home\site\wwwroot\wp-content\plugins\blue-storage\blue-storage-util.php on line 538 [23-Jan-2020 09:51:29 UTC] PHP Warning: Use of undefined constant localFileName – assumed ‘localFileName’ (this will throw an Error in a future version of PHP) in D:\home\site\wwwroot\wp-content\plugins\blue-storage\blue-storage-util.php on line 540
What version of WordPress and PHP are you using?
PHP 7.3 WP 5.3.2