View previous topic :: View next topic |
Author |
Message |
pzhukke -
Joined: 06 Oct 2005 Posts: 11
|
Posted: Thu Oct 13, 2005 7:56 pm Post subject: Help with PHP 5 plz! |
|
|
Hi!
I need some help to install PHP 5, well, not how to install but.., check this:
I've installed it, as the manual says, and the .php sites work good, BUT,
when I try to use a PHP applaction ("LGSL", CS server status thing) , it does'nt work!, I get this error:
--
Notice: Use of undefined constant gamemod - assumed 'gamemod' in C:\Abyss Web Server\htdocs\lgsl\lgsl_module.php on line 127
--
Any help plz?? |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Thu Oct 13, 2005 8:14 pm Post subject: |
|
|
This is a notice, and it not necessarily an error. Try it with PHP4 and see if it works. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Oct 14, 2005 3:46 pm Post subject: Re: Help with PHP 5 plz! |
|
|
pzhukke,
Disable notices as they are only informative (not real error or warning messages - and only meaningful for developers). Search for e_notice in this forum for more information. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|