View previous topic :: View next topic |
Author |
Message |
mike727 -
Joined: 01 Dec 2004 Posts: 3
|
Posted: Wed Dec 22, 2004 2:42 pm Post subject: php errors |
|
|
i made this site about 3 days ago went 2 look at it nd its giving out theas errors.
there was some other errors with other sites on the server so i rinstalled php set it all up again and now its shower errors on just my site...
iv tested it on my cousins webserver nd it works fine onthere...
http://soil.zapto.org/soil/
could some one help me?
thx. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Wed Dec 22, 2004 5:42 pm Post subject: |
|
|
They're Notices, not errors. Search the forum for PHP notices to find out how to disable them. |
|
Back to top |
|
 |
richardyork -
Joined: 22 Jun 2004 Posts: 411 Location: United Kingdom
|
Posted: Wed Dec 22, 2004 6:16 pm Post subject: |
|
|
go to C:/Windows or C:/WINNT depending on the version of Windows your using and drive letters etc and find the file called php.ini. Open it and find the text that says "display_errors = On" without the quotes, and change this setting to "Off", without the quotes. This should work, let me know how you get on. Hope it helps!
This information as far as I know is 100% correct, I apologise if it isn't!
Thank You! _________________ Please SEARCH the forums BEFORE asking questions! |
|
Back to top |
|
 |
mike727 -
Joined: 01 Dec 2004 Posts: 3
|
Posted: Wed Dec 22, 2004 6:46 pm Post subject: |
|
|
richardyork wrote: | go to C:/Windows or C:/WINNT depending on the version of Windows your using and drive letters etc and find the file called php.ini. Open it and find the text that says "display_errors = On" without the quotes, and change this setting to "Off", without the quotes. This should work, let me know how you get on. Hope it helps!
This information as far as I know is 100% correct, I apologise if it isn't!
Thank You! |
thanks i was editing the the wrong php.ini file all works now :D |
|
Back to top |
|
 |
|