Here is the environment statement from the MediaWiki setup page
PHP 4.3.4: ok PHP server API is apache; ok, using pretty URLs (index.php/Page_Title) Have XML / Latin1-UTF-8 conversion support. PHP is configured with no memory_limit. Have zlib support; enabling output compression. Found GD graphics library built-in, image thumbnailing will be enabled if you enable uploads.
The install is totally clean. The only thing done other then to expand the file was to run the chmod command on the config directory as directed in the installation instructions.
Everything else should be clean and ready to go.
Thanks,
Tim
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