Hallo, hier ist teefax ;-) (www.teefax.de)

I want to implement an Wiki at the Member-Area of www.sv-web.de/zentrale

And I always get a Fatal error: Cannot redeclare ewiki_page() (previously declared in /homepages/7/d30626006/htdocs/sv-web/mitarbeiter/wiki/ewiki.php:494) in /homepages/7/d30626006/htdocs/sv-web/mitarbeiter/wiki/ewiki.php on line 494

So what? It ist hosted at Schlund und Partner. (I actually don't know the PHP-Version...)

Thanks for Help!

mario: Sounds like you somehow loaded "ewiki.php" twice. Check if you include("config.php") and then accidently include("ewiki.php") again in your scripts.

You could change all instances of 'include' with 'include_once' to fix such accidential double includes.

bottom corner