Can anyone help me get this phproxy working on this server?

Discussion in 'Site & Server Administration' started by Alvin, Oct 20, 2006.

  1. #1
    Alvin, Oct 20, 2006 IP
  2. MrGeeK

    MrGeeK Peon

    Messages:
    350
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Looks like the script is failing to execute properly, are the any errors in your logs?
     
    MrGeeK, Oct 20, 2006 IP
  3. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #3

    this is waht i found in error logs
     
    Alvin, Oct 20, 2006 IP
  4. hgsupb

    hgsupb Peon

    Messages:
    65
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hello.

    as you can see from your php configuration:
    display_errors Off

    Ask your hosting company to enable errors :)
     
    hgsupb, Oct 20, 2006 IP
  5. hgsupb

    hgsupb Peon

    Messages:
    65
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    oh you have found them in logs. Obviously there is a problem with the script.
     
    hgsupb, Oct 20, 2006 IP
  6. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #6
    welll the scirpt is working on another host... its same script... but works on another host...

    another thingh am noticing is php... my other host has php 4 but new one has php5 ? could that be a problem?
     
    Alvin, Oct 20, 2006 IP
  7. MrGeeK

    MrGeeK Peon

    Messages:
    350
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yup it's a PHP5 issue, they changed to a new object model for PHP5 that makes things a lot faster, but to do it they had to kill off somethings, and PHProxy uses one of them.

    PHProxy 0.5 (Not yet released) moves away from using objects and so I'm guessing won't have this problem.
     
    MrGeeK, Oct 21, 2006 IP
    Alvin likes this.
  8. Alvin

    Alvin Notable Member

    Messages:
    2,076
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    210
    #8
    thanks buddy.. i will see if changing phpversion and see if it works
     
    Alvin, Oct 21, 2006 IP