-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When i run it on a local server with icecast win32 version i get the following
errors :
"Warning: file_get_contents(cache/history.txt) [function.file-get-contents]:
failed to open stream: No such file or directory in
C:\Apache\htdocs\icecast.php on line 191
Warning: file_put_contents(cache/history.txt) [function.file-put-contents]:
failed to open stream: No such file or directory in
C:\Apache\htdocs\icecast.php on line 193
Warning:
SimpleXMLElement::__construct(http://ws.audioscrobbler.com/2.0/?method=track.get
info&artist=&track=&api_key=) [simplexmlelement.--construct]: failed to open
stream: HTTP request failed! HTTP/1.0 403 Forbidden in
C:\Apache\htdocs\icecast.php on line 59
Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: I/O
warning : failed to load external entity
"http://ws.audioscrobbler.com/2.0/?method=track.getinfo&artist=&track=&api_key="
in C:\Apache\htdocs\icecast.php on line 59
Fatal error: Uncaught exception 'Exception' with message 'String could not be
parsed as XML' in C:\Apache\htdocs\icecast.php:59 Stack trace: #0
C:\Apache\htdocs\icecast.php(59):
SimpleXMLElement->__construct('http://ws.audio...', 0, true) #1
C:\Apache\htdocs\icecast.php(195): getTrackInfo('', NULL, '') #2 {main} thrown
in C:\Apache\htdocs\icecast.php on line 59"
I also run on an icecast server (not local) and i get the same...
Any help would be great..
Thanks
Original issue reported on code.google.com by [email protected] on 4 Jun 2011 at 6:32