• Resolved Preliot

    (@preliot)


    My log is flooding with this message:

    PHP Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /htdocs/wp-content/plugins/all-in-one-video-gallery/public/public.php

    It’s the script_loader_tag() method with this line parse_str( $url, $query );

    Apperantly the part above it fails, it should be something like:

    if ( is_null($url) || $url === false ) {
                return $tag;
            }
    • This topic was modified 1 year ago by Preliot.
Viewing 1 replies (of 1 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    My sincere apologies for any inconvenience caused.

    But, I’m happy that you found the solution on your own. Also, thanks for sharing the fix with us. I promise that our next version will have your solution included.

Viewing 1 replies (of 1 total)
  • The topic ‘Log flooded with deprecated message’ is closed to new replies.