Page MenuHomePhabricator

Cannot instantiate non-existent class in Setup
Closed, DeclinedPublic

Description

Author: toofarnorth

Description:
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.

  1. PHP 4.3.10: ok
  2. PHP server API is cgi; using ugly URLs (index.php?title=Page_Title)
  3. Have XML / Latin1-UTF-8 conversion support.
  4. PHP is configured with no memory_limit.
  5. Have zlib support; enabling output compression.
  6. Neither Turck MMCache nor eAccelerator are installed, can't use object caching

functions

  1. Found GNU diff3: /usr/bin/diff3.
  2. Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you

enable uploads.

  1. Found GD graphics library built-in.
  2. Installation directory: /home/eli/public_html/wiki
  3. 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.


Version: 1.5.x
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz4798

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:05 PM
bzimport set Reference to bz4798.
bzimport added a subscriber: Unknown Object (MLST).

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.)

toofarnorth wrote:

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.

toofarnorth wrote:

Thanks Tim. I'm new to Bugzilla so I wasn't sure what to place it as.

I just thought a blocker prevented continuation....

toofarnorth wrote:

Well I upgraded to 1.5.6 and it seems to be working now. Thanks guys.