ID3 Error on WordPress 5.4
-
Installed a new WP site using version 5.4 directly downloaded from www.ads-software.com.
Did the usual upload and setup. No errors during the install. A 5 days later an error has popped up and I have seen it before on my other sites days after a fresh install and now curious. Here is the error_log info:[04-Apr-2020 11:31:51] PHP Fatal error: Uncaught Error: Class ‘getid3_handler’ not found in /home/domain.com/wp-includes/ID3/module.audio.ac3.php:18
Stack trace:
#0 {main}
thrown in /home/domain.com/wp-includes/ID3/module.audio.ac3.php on line 18The line it references in the file listed is:
class getid3_ac3 extends getid3_handlerI only have images on my site and use no other media types, I guess you can include the slider, but it is only tech and images as well.
Here is a live browsable WordPress file source to view the WordPress files shown in the error and in the folder: https://wpseek.com/source/wp/latest/nav.html?wp-includes/ID3/getid3.php.source.html
From just a quick review, the error shows it was looking for “Class ‘getid3_handler'”, but on line 18 of the file listed which is the class line, it lists “class getid3_ac3” so it seems to be true, thoughts? On this site it took about 5 days after the new install before the error popped up and since it shows up on all my sites I am now curious whats happening since I was using fresh 5.3.4 files I figured it would be resolved if it was an WP issue in 5.4 so now that it is happening in the new 5.4 I want to figure out if it’s just a glitch error or possibly a plugin causing the glitch. During some research I come acroess people with the WP Smush plugin that have gotten this error as well, but I don’t use that plugin, I use Imagify and all plugins, themes, were installed during the initial install and nothing has been added or modified since the initial setup. Thanks for any help in advance! Appreciate it! Cheers!
- The topic ‘ID3 Error on WordPress 5.4’ is closed to new replies.