• When 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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lonevvolf

    (@lonevvolf)

    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

    Plugin Author derekheld

    (@derekheld)

    What version of WordPress and PHP are you using?

    Thread Starter lonevvolf

    (@lonevvolf)

    PHP 7.3
    WP 5.3.2

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Upload returns error’ is closed to new replies.