• Just installed WP 3.7 and got this ‘not found’ class error:

    Class ‘getid3_mpeg’ not found module.audio-video.riff.php /lan.debian7.www/wordpress/wp-includes/ID3 line 1117

    $getid3_mpeg = new getid3_mpeg($getid3_temp);
    $getid3_mpeg->Analyze();
    if (empty($getid3_temp->info['error'])) {
    	$info['audio']   = $getid3_temp->info['audio'];
    	$info['video']   = $getid3_temp->info['video'];
    	$info['mpeg']    = $getid3_temp->info['mpeg'];
    	$info['warning'] = $getid3_temp->info['warning'];
    }
    
    unset($getid3_temp, $getid3_mpeg);

    I searched the entire WP sources for a getid3_mpeg class but it’s just not there…

    Is this a known issue? What should I do to address this error?

  • The topic ‘Missing dependencies: getid3_mpeg’ is closed to new replies.