View previous topic :: View next topic |
Author |
Message |
Van -
Joined: 28 Jun 2003 Posts: 2
|
Posted: Sun Jun 29, 2003 6:52 pm Post subject: An error on the start page |
|
|
http://www.krilldonia.org/
thats the link and the error should be noticable. I checked the specified line but nothing comes of it. I am unsure if this is something ye can help me with but i am hoping so.
Thanks,
Van |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sun Jun 29, 2003 8:29 pm Post subject: Re: An error on the start page |
|
|
Van wrote: | http://www.krilldonia.org/
thats the link and the error should be noticable. I checked the specified line but nothing comes of it. I am unsure if this is something ye can help me with but i am hoping so.
Thanks,
Van |
This is only a PHP notice. You can disable notices displaying by editing php.ini, locating the line starting by error_reporting and changing it to:
Quote: | error_reporting = E_ALL & ~E_NOTICE |
Please read also http://www.aprelium.com/forum/viewtopic.php?t=1140&highlight=enotice for a more information. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|