Birthday MOD 3.0.0 TerraFrost -- php Proble
Verfasst: 09.12.2007 15:56
Hallo,
bekomm nach installation des o.g. MOD ( von http://www.frostjedi.com/terra/scripts/ ... thdays.zip ) nen Fehler in der constants.php
Hier der Code - Zeile 195 ist die zweite
Woran kann das liegen ?? Find da irgendwie keinen Fehler .. nutze als Anbieter 1&1 ..
Hat sich erledigt .. fehlte ein ; in einer Zeile vorher
Bitte um Rat
Timo
bekomm nach installation des o.g. MOD ( von http://www.frostjedi.com/terra/scripts/ ... thdays.zip ) nen Fehler in der constants.php
Code: Alles auswählen
Parse error: parse error, unexpected T_STRING in /homepages/11/d13358069/htdocs/board/includes/constants.php on line 195
Code: Alles auswählen
// Date of Birth Display Options
define('BIRTHDAY_ALL',0); // display everything
define('BIRTHDAY_DATE',1); // display day and month (but not year)
define('BIRTHDAY_AGE',2); // display age (but not day / month)
define('BIRTHDAY_NONE',3); // do not display anything
// Birthday Greeting Options
// 0 would be BIRTHDAY_NONE were it not hard-coded
define('BIRTHDAY_EMAIL',1);
define('BIRTHDAY_POPUP',2);
define('BIRTHDAY_PM',3);
Hat sich erledigt .. fehlte ein ; in einer Zeile vorher

Bitte um Rat
Timo