Plugin throwing a fatal error on WP_DEBUG
-
Hi, this is the error:
[01-Feb-2021 19:12:01 UTC] PHP Fatal error: Uncaught Error: Using $this when not in object context in /Users/usernameSites/website/htdocs/wp-content/plugins/upload-media-by-url/inc/umbumedia.php:97
It’s a static method and should be
self::umbu_mediaButtonScript()
instead of$this->umbu_mediaButtonScript()
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Plugin throwing a fatal error on WP_DEBUG’ is closed to new replies.