Our php Calender script dose not work on godaddy host somebody an idea ?

Discussion in 'PHP' started by Playaner, May 15, 2012.

  1. #1
    Hello DP Freinds,
    we moved from another hostcomapny to godaddy but now the calender script dose not work

    somebody an idea

    thanks
    playaner
     
    Playaner, May 15, 2012 IP
  2. e-abi

    e-abi Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    3
    Trophy Points:
    38
    #2
    Yes, what is the error message that is returned from the calendar?

    If it is simple blank white page, then you should turn on php error reporting.
    It can be done in php.ini or by issuing the code at the top of the script:

    error_reporting(E_ALL);
    ini_set('display_errors', 1);
    PHP:
     
    e-abi, May 16, 2012 IP
  3. HostPlanz

    HostPlanz Well-Known Member

    Messages:
    449
    Likes Received:
    34
    Best Answers:
    4
    Trophy Points:
    130
    #3
    What kind of error do you get. Most likely it's the server path name that needs to be changed or probably database login information.

    E.g.
    /home/[B]old[/B]/public_html/calender.php
    Code (markup):
    to

    /home/[B]new[/B]/public_html/calender.php
    Code (markup):
    Check the paths within your scripts or update new database credentials.
     
    HostPlanz, May 17, 2012 IP