Facing problem topic file get contents

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Facing problem topic file get contents

    How to solve this problem?

    Warning : file_get_contents() [ function.file-get-contents ]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in

    #2
    Looks like your sever do not support url fopen. You can try cURL.

    Comment


      #3
      Any php.ini or .htaccess code 4 solved dis prblm?

      Comment


        #4
        Create a php.ini and add the code in it:
        allow_url_fopen = On

        Comment


          #5
          Tnkx it's working

          Comment

          Working...
          X