On Fri, 18 Mar 2005 13:37:29 -0500, Tim Wilkinson webbrass@adelphia.net wrote:
I'm trying to get MediaWiki running and I keep hitting the same problem. I've tried the 1.3.x builds and the latest 1.4 builds and I get the same problem each time. I don't think it's a database problem because the configuration doesn't get that far. I'm able to get other wiki packages running on this site so I don't think there is an admin problem.
The error I get is this:
Fatal error: Cannot redeclare class namespace in /na/h1/t/tk/tkw4u /public_html/spacewiki/includes/Namespace.php on line 52
I've looked at the file and at that section of code. There doesn't seem to be anything I can manually enter there.
Does anyone have any thoughts or ideas of what might be causing this error?
Thanks!
Tim
What is your environment like? What version of PHP?
At the risk of stating the obvious, it appears that you're picking up another class named "Namespace" somewhere, or for some reason attempting to define the same class twice.
Do you have a clean install? Could you have some leftover files from a previous version?
-- Rich Holton
en.wikipedia:User:Rholton