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 = ""; }

CommentFileSizeAuthor
#2 getid3_239471.patch772 bytesdrewish

Comments

drewish’s picture

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

drewish’s picture

Version: 5.x-1.1 » 5.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new772 bytes

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

drewish’s picture

Status: Needs review » Needs work

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

steinmb’s picture

Status: Needs work » Fixed

As far as I know does it work on win. Closing old issue

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.