View previous topic :: View next topic |
Author |
Message |
crs992 -
Joined: 15 Jun 2005 Posts: 32
|
|
Back to top |
|
 |
crs992 -
Joined: 15 Jun 2005 Posts: 32
|
Posted: Sat Feb 18, 2006 10:20 pm Post subject: |
|
|
i fixed it by putting this at the top of the page Code: | <?
error_reporting(0);
?> | so no errors are shown |
|
Back to top |
|
 |
kev1952 -
Joined: 08 Sep 2005 Posts: 105 Location: Townsville Australia
|
Posted: Sat Feb 25, 2006 10:08 am Post subject: |
|
|
Just out of curiosity, is "display_errors" in PHP.ini turned off ("display_errors = Off")? It should only be turned on when you are testing and not live. _________________ Cheers.... Kev
Kev's Place - http://www.kevsplace.com
Powered by Abyss X1. |
|
Back to top |
|
 |
|