Project:getID3()
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

When examining the results from getid3_analyze() I noticed the message "../helperapps cannot be defined as GETID3_HELPERAPPSDIR because it does not exist".

I was able to fix the problem by adding the following line to getid3_instance() on line 60, right under $id3 = new getID3();

if (strstr($id3->startup_error, "GETID3_HELPERAPPSDIR")) { $id3->startup_error = ""; }

Comments

#1

in the audio module i just defined that constant if it didn't exist rather than trying to catch the error.

#2

Version:5.x-1.1» 5.x-1.x-dev
Status:active» needs review

give this a try. i don't have a working windows box right now.

AttachmentSize
getid3_239471.patch 772 bytes

#3

Status:needs review» needs work

that's refering to $path that isn't defined...