project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
9OTUNE YOGURT SÜREER AYRAN OLANA KADAR SİKERİMxD
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.