GithubHelp home page GithubHelp logo

Comments (11)

hugosolar avatar hugosolar commented on July 18, 2024 1

@glowmedia thank you for all the testing you've made!
I'll investigate to see if I can replicate the issue and get back to you

from windows-azure-storage.

glowmedia avatar glowmedia commented on July 18, 2024 1

@hugosolar I have modifed the plugin on one of my environments with your code and the issue looks to be fixed. Thank you

from windows-azure-storage.

jeffpaul avatar jeffpaul commented on July 18, 2024

@rickalee @hugosolar are y'all seeing anything similar in your usage?

from windows-azure-storage.

hugosolar avatar hugosolar commented on July 18, 2024

@jeffpaul I'm not seeing that behavior
@glowmedia by any chance, are you seeing any error in the WP debug log?
https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

from windows-azure-storage.

glowmedia avatar glowmedia commented on July 18, 2024

@hugosolar

@jeffpaul I'm not seeing that behavior @glowmedia by any chance, are you seeing any error in the WP debug log? https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/#example-wp-config-php-for-debugging

I have installed a debug plugin but there are no obvious errors shown in the log this plugin generates, a few of the errors are:

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/wp-includes/functions.php:6078) in /home/site/wwwroot/wp-includes/pluggable.php on line 1438 1 hour ago   13/06/24
PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/wp-includes/functions.php:6078) in /home/site/wwwroot/wp-includes/pluggable.php on line 1435

PHP Warning: Cannot modify header information - headers already sent by (output started at /home/site/wwwroot/wp-includes/functions.php:6078) in /home/site/wwwroot/wp-admin/admin-header.php on line 9

PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376 1 hour ago   13/06/24
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /home/site/wwwroot/wp-includes/post.php on line 3376

from windows-azure-storage.

hugosolar avatar hugosolar commented on July 18, 2024

@glowmedia our latest version (4.4.2) fixes an issue with content type not being set correctly in the block blob
would you try updating the plugin to the latest version and try the upload process again?
let me know how that goes

from windows-azure-storage.

glowmedia avatar glowmedia commented on July 18, 2024

@hugosolar I am using the latest version of the plugin and the issue is still there, it only appears to work when using version 4.3.5, all later versions have the issue

from windows-azure-storage.

glowmedia avatar glowmedia commented on July 18, 2024

@hugosolar after testing more and setting up an new environment, i have found out that it must be something in the very complicated theme i inherited, your plugin works fine on the standard wp themes but not ours.

from windows-azure-storage.

glowmedia avatar glowmedia commented on July 18, 2024

@hugosolar on further testing, I set the theme to a default one and the issue was still present, so deactivated all plugins apart from yours and for some reason the issue is still there, could this be something with the environment?

from windows-azure-storage.

glowmedia avatar glowmedia commented on July 18, 2024

Hi we have had a bit of brain wave, we have found the latest version of the plugin does work but only if you tick the 'Organise my uploads into month- and year-based folders' option. When this is unticked the issue happens. Can you let me know if there is anything that can be done so we don't have to have this option clicked? Thanks Steve

from windows-azure-storage.

github-actions avatar github-actions commented on July 18, 2024

It has been 7 days since more information was requested from you in this issue and we have not heard back. This issue is now marked as stale and will be closed in 7 days, but if you have more information to add then please comment and the issue will stay open.

from windows-azure-storage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.