PHP on cpanel58?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • keylope
    Junior Member
    • Jun 2004
    • 23

    #1

    PHP on cpanel58?

    Hi,

    I was one of the clients that was moved to cpanel58 due to hardware problems on 37. Since the move, my sites running PHP seem to not be executing properly. I'm not getting any errors that I know of and I made sure that all the files have the correct permissions to execute.

    So I guess my question is, have any others experienced this kind of behavior since the move? Is there anything that I might be missing to get these sites running again?

    Thanks for your help!
  • AndrewT
    Administrator
    • Mar 2004
    • 3656

    #2
    What exactly is the problem that you're experiencing? It is possible that your scripts need register_globals to be enabled and by default we now have it disabled.

    Comment

    • keylope
      Junior Member
      • Jun 2004
      • 23

      #3
      I will check on that

      Thanks,

      I will check to see if that is the problem or not! I think the problem is with the session information not being sent, so it sounds plausible that it is the register_globals like you suggest. I'll run some tests to make sure.

      Comment

      • keylope
        Junior Member
        • Jun 2004
        • 23

        #4
        Site Age

        Hah! Shows how old my sites are and how young I was "development-wise". That was it. I was depending on register_globals to be enabled. As that is bad practice, I've changed the statements to work without it.

        Thanks for the help and support!

        Comment

        • AndrewT
          Administrator
          • Mar 2004
          • 3656

          #5
          No problem at all and I'm glad you got it working. Let us know if you need anything else.

          Comment

          Working...