Co op help

Discussion in 'Co-op Advertising Network' started by jasonleexxx, Jan 24, 2005.

  1. #1
    I followed the instruction on the set up page and co-op isnt working this is what the tech support at my host said:

    If you put in some error checking in your script, you would find out the issue is in the first line of code in your script looking for the file_get_contents which is not available. You may need to find another function to perform the task you need in the script.

    Is he right or is there another problem?
     
    jasonleexxx, Jan 24, 2005 IP
  2. jasonleexxx

    jasonleexxx Guest

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    or is there something else I can the the tech support guy to support that he is wrong?
     
    jasonleexxx, Jan 24, 2005 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    If your server does not support file_get_contents(), it would not work.
     
    digitalpoint, Jan 24, 2005 IP
  4. jasonleexxx

    jasonleexxx Guest

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It had worked before on the server then somehow it stopped working. So the server must support it. This is whats in my .htaccess anything wrong here?

    AddType application/x-httpd-php .php .htm .html

    RedirectMatch temp ^/guys.htm$ http://www.lagunasurfshop.com/mens.htm

    RedirectMatch temp ^/eyewear.htm$ http://www.lagunasurfshop.com/sunglasses.htm

    AddType text/html .html .htm
    AddHandler server-parsed .shtml .html .htm
    Options Indexes FollowSymLinks Includes
     
    jasonleexxx, Jan 24, 2005 IP
  5. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #5
    You probably can't have two different types for .htm and .html files... but you might want to check your httpd error log to make sure.
     
    digitalpoint, Jan 24, 2005 IP
  6. jasonleexxx

    jasonleexxx Guest

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    [Mon Jan 24 18:05:23 2005] [error] [client 66.108.215.102] File does not exist: /home/surfer1/public_html/404.shtml
    [Mon Jan 24 18:05:23 2005] [error] [client 66.108.215.102] File does not exist: /home/surfer1/public_html/favicon.ico

    what should i take out of htaccess?
     
    jasonleexxx, Jan 24, 2005 IP
  7. lilquit

    lilquit Peon

    Messages:
    452
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #7
    hmmm I am having a similar problem ! support anyone???
     
    lilquit, Jan 24, 2005 IP
  8. jasonleexxx

    jasonleexxx Guest

    Messages:
    105
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    More specifically if comment out these lines:

    AddType text/html .html .htm
    AddHandler server-parsed .shtml .html .htm

    SSI calling the footer wont work properly. What is the solution?
     
    jasonleexxx, Jan 25, 2005 IP