Page 1 of 1

Fehlermeldung bei benutzerdefinierten tags

Posted: Wed Aug 31, 2005 10:31 am
by Flippy
wenn ich einen tag anlegen will kommt flogende fehlermeldung
Warning: Wrong parameter count for srand() in /home/hotel-badabbach/htdocs/admin/adduserplugin.php on line 82

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/admin/adduserplugin.php:82) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 158

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/admin/adduserplugin.php:82) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 161

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/admin/adduserplugin.php:82) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 164

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/admin/adduserplugin.php:82) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 165

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/admin/adduserplugin.php:82) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 168

Warning: Cannot add header information - headers already sent by (output started at /home/hotel-badabbach/htdocs/admin/adduserplugin.php:82) in /home/hotel-badabbach/htdocs/lib/classes/class.admintheme.inc.php on line 173
kann man das beheben???

Re: Fehlermeldung bei benutzerdefinierten tags

Posted: Thu Sep 01, 2005 6:40 am
by cyberman
Was genau hast Du eingegeben, um einen Tag anzulegen?

Re: Fehlermeldung bei benutzerdefinierten tags

Posted: Fri Sep 02, 2005 11:10 am
by maxi2
PHP Handbuch
Description
void srand ( [int seed])
Seeds the random number generator with seed. Since PHP 4.2.0, the seed becomes optional and defaults to a random value if omitted.

Entweder wird PHP < 4.2.0 eingesetzt oder der Parameter hat nicht den Type int.