error in functions-xmltv.inc.php
|
|
Hi,
but EEP (or the PHP function simplexml_load_file()) cannot find (or read from) it. I have the same result with a working xmltv file from a previous post. Any idea’s ? mathieu output from test 3: ... same warning on line 31 and 69 … <stationcount>0</stationcount> <usingcacheddata></usingcacheddata> <stations> </stations></stationcollection> |
|
|
I never saw this error, but I’d guess the file is somehow unreadable by Apache. Make sure ‘others’ have read access to the file, and all parents directories. Also, the file needs to be in /Library/WebServer/Documents/eyetv-epg-proxy/dataservice.asmx/cache/xmltv-H_00004.xml, not in /var/www/html/... Good luck. |
|
|
ah, the file was in the wrong place. I was surprised that the directory /var/www/html/data.titantv.com … did not exist (thought the installer missed it), and created it myself. The confusion comes from point 3. on the xmltv install page. The crontab example shows “output /var/www/html/data.titantv.com/dataservice.asmx/cache/xmltv-A_00001.xml”. This is the correct place on many linux distros, but not on OSX. All three test are all right now and the channel linup in eyetv works (Belgium, but only for analog/cable mode). When I request this for the DVB-T channels eyetv responds that there is no valid channel linup (this is eyetv 3). Thanks for your help Guillaume mathieu |
|
|
Good point; I added the following in that page: Note for OSX users: you need to change the output directory in the above cron command; it needs to be:—output /Library/WebServer/Documents/eyetv-epg-proxy/dataservice.asmx/cache/xmltv-A_00001.xml |