[wp-trac] [WordPress Trac] #49499: Class 'getid3_handler' not found

WordPress Trac noreply at wordpress.org
Mon May 11 14:23:43 UTC 2020


#49499: Class 'getid3_handler' not found
--------------------------+-------------------------
 Reporter:  manjeetwp681  |       Owner:  (none)
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:
Component:  Media         |     Version:
 Severity:  normal        |  Resolution:  worksforme
 Keywords:                |     Focuses:
--------------------------+-------------------------

Comment (by DrLightman):

 I've seen this Fatal Error passing by my logs today too.

 Being WordPress open source it's not difficult to target and load PHP
 files one by one in the browser after you've downloaded the zip, opened it
 and learnt of which files is made of.

 Maybe it would make sense to put something like:

 {{{#!php
 <?php
 if ( ! defined( 'ABSPATH' ) ) {
     die( 'Meh' );
 }
 }}}

 On top of all files that are not ''index.php''?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49499#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list