Hello DP Freinds, we moved from another hostcomapny to godaddy but now the calender script dose not work somebody an idea thanks playaner
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:
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.