Fehlermeldung bei benutzerdefinierten tags

Hilfe zu Modulen und Tags
Post Reply
Flippy

Fehlermeldung bei benutzerdefinierten tags

Post 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???
cyberman

Re: Fehlermeldung bei benutzerdefinierten tags

Post by cyberman »

Was genau hast Du eingegeben, um einen Tag anzulegen?
maxi2

Re: Fehlermeldung bei benutzerdefinierten tags

Post 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.
Post Reply

Return to “Module und Tags”