View Single Post
  #22  
Old 20th October 2015, 17:55
nexthd nexthd is offline
Member
 
Join Date: Oct 2015
Posts: 1
Default
Hello!

I have added this mod but it gave me this error:

Warning: file_get_contents(http://www.omdbapi.com/?i=tt2980516&...tomatoes=false) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /membri/*****/backend/IMDB.class.php on line 53

how can I fix it? the url is correct.

this is the line in IMDB.class
Code:
         private function _request($id)
          {                                       
                  $_data = file_get_contents( $this->_getLocation($id) );                                 
                  return $this->_parse($_data);
          }
thanks in advance.
Reply With Quote