Last modified: 2010-05-15 15:38:28 UTC
I'm setting up Mediawiki for the first time and I'm getting this error apon installation. I've gone over the installation instructions and changed EVERY value on setup but to no avail. # PHP 4.3.10: ok # PHP server API is cgi; using ugly URLs (index.php?title=Page_Title) # Have XML / Latin1-UTF-8 conversion support. # PHP is configured with no memory_limit. # Have zlib support; enabling output compression. # Neither Turck MMCache nor eAccelerator are installed, can't use object caching functions # Found GNU diff3: /usr/bin/diff3. # Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you enable uploads. # Found GD graphics library built-in. # Installation directory: /home/eli/public_html/wiki # Script URI path: Fatal error: Cannot instantiate non-existent class: parsercache in /home/eli/public_html/wiki/includes/Setup.php on line 288 I also searched through the bugs and couldn't find anything.
This doesn't seem to be a problem we've ever been able to reproduce. Can you make a .php script containing: <?php phpinfo(); ?> and send us the output? This will show details of your PHP configuration which might include clues. (Either post a URL to the page here, or save the output and attach as a file.)
http://www.randompanties.com/test.php There's the page. NOTE: Don't worry my webpage is 100% worksafe for anyone who views it.
Downgrading severity, it'd be a blocker if 1.5.x didn't work on any system. This is just a case of unusual configuration or source file corruption.
Thanks Tim. I'm new to Bugzilla so I wasn't sure what to place it as. I just thought a blocker prevented continuation....
Well I upgraded to 1.5.6 and it seems to be working now. Thanks guys.