I have a strange problem with the demo.mysql.php:
If I try to scan the local (on the webserver) stored mp3 called
L.A. STYLE (James Brown is dead).mp3 :wink:
everything works fine - I get a green (OK).
The file size shown in explorer is 3'285kb.
Any other file tried out produces the following (example-)error:
Warning: shell exec(): Unable to execute
'C:\PathToHelperapps\head.exe -c 3624960 "C:\PathTomp3\mp3filename.mp3" | C:\PathToHelperapps\tail.exe -3582328 | C:\PathToHelperapps\md5sum.exe' in C:\PathToPHPCode\getid3.lib.php on line 681.
(The file size shown in explorer is 3'541kb.)
The line 681 ist the last line of the function hash_data.
Why can this function be executed for the one file without problem (data are written to the mysql-db) and crashes for many others?
