Posted by labcoat on March 27, 2008 at 6:43pm
| 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
give this a try. i don't have a working windows box right now.
#3
that's refering to $path that isn't defined...