Pages: 1 2 3 4 5 6 7 8 9 10 11
Installed, license works but after install i have this error on front-end page
Code:
Warning: file_get_contents(): Couldn't resolve host name in /home/u939807262/public_html/modules/tancode.php on line 8 Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=geo.gettoptracks&country=UNITED+STATES&api_key=07bbb8c7f746330d2b4d4f67e1fdb837&format=json&limit=30): failed to open stream: operation failed in /home/u939807262/public_html/modules/tancode.php on line 8 Warning: file_get_contents(): Couldn't resolve host name in /home/u939807262/public_html/modules/tancode.php on line 17 Warning: file_get_contents(http://gdata.youtube.com/feeds/api/standardfeeds/US/most_popular_Music?v=2&time=this_week&prettyprint=true&max-results=12&v=2&alt=jsonc): failed to open stream: operation failed in /home/u939807262/public_html/modules/tancode.php on line 17 Warning: file_get_contents(): Couldn't resolve host name in /home/u939807262/public_html/index.php on line 74 Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=geo.gettoptracks&country=vietnam&api_key=07bbb8c7f746330d2b4d4f67e1fdb837&format=json&limit=15): failed to open stream: operation failed in /home/u939807262/public_html/index.php on line 74
@bugboy
Open index.php
find line 1
<?php
and replace
<?php
date_default_timezone_set('Europe/Berlin');
I think this are api calls errors??? or geographic zone errors ?
Installed offline or online ?
I installed in my hosting and all OK.
(01-03-2014 01:28 PM)bugboy Wrote: [ -> ]Installed, license works but after install i have this error on front-end page
Code:
Warning: file_get_contents(): Couldn't resolve host name in /home/u939807262/public_html/modules/tancode.php on line 8 Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=geo.gettoptracks&country=UNITED+STATES&api_key=07bbb8c7f746330d2b4d4f67e1fdb837&format=json&limit=30): failed to open stream: operation failed in /home/u939807262/public_html/modules/tancode.php on line 8 Warning: file_get_contents(): Couldn't resolve host name in /home/u939807262/public_html/modules/tancode.php on line 17 Warning: file_get_contents(http://gdata.youtube.com/feeds/api/standardfeeds/US/most_popular_Music?v=2&time=this_week&prettyprint=true&max-results=12&v=2&alt=jsonc): failed to open stream: operation failed in /home/u939807262/public_html/modules/tancode.php on line 17 Warning: file_get_contents(): Couldn't resolve host name in /home/u939807262/public_html/index.php on line 74 Warning: file_get_contents(http://ws.audioscrobbler.com/2.0/?method=geo.gettoptracks&country=vietnam&api_key=07bbb8c7f746330d2b4d4f67e1fdb837&format=json&limit=15): failed to open stream: operation failed in /home/u939807262/public_html/index.php on line 74
Not Found
The requested URL /search.html was not found on this server.
the script is not fetching any file.... when you search for a song it will return with "no result" please help to fix this.
Rep added.
in search page has no result search page like index page no result example xxxx://mp3.villapuncakresort.com/
thanks my friend .. run perfect ! (:
Pages: 1 2 3 4 5 6 7 8 9 10 11