Thanks,
I'll try again:
I hope the symptom is clear: I have a problem editing any of my wiki pages... it's a whole new wiki engine, and whenever I try to save a page I get this message: " Fatal error: Cannot instantiate non-existent class: searchupdate in /home/freeall2/public_html/arkana/arkanapedia/includes/Article.php on line 2122"
The server is Apache, It's on a host (named: Lunarpages). I haven't tried to do any research till now, because I don't even know where to start...
I believe the line 2122 is: "$u = new SearchUpdate( $id, $title, $text );" And it is in the middle of the paragraph: if ( 0 != $id ) { $u = new LinksUpdate( $id, $title ); array_push( $wgDeferredUpdateList, $u ); $u = new SiteStatsUpdate( 0, 1, $this->mGoodAdjustment, $this->mTotalAdjustment ); array_push( $wgDeferredUpdateList, $u ); $u = new SearchUpdate( $id, $title, $text ); array_push( $wgDeferredUpdateList, $u );
Well, I'm sorry I don't really know anything about it, but it's for non-profit purposes, so I'll be very happy if anyone could help.
And again - Thanks ahead!
FreeAll Support wrote:
Thanks,
I'll try again:
You still haven't provided basic background information such as: * the URL to your site * version of MediaWiki * version of PHP * version of anything else * how long it's been installed * how you installed * whether it worked before and stopped working, or never worked * if you've made any customizations to the configuration
I hope the symptom is clear: I have a problem editing any of my wiki pages... it's a whole new wiki engine, and whenever I try to save a page I get this message: " Fatal error: Cannot instantiate non-existent class: searchupdate in /home/freeall2/public_html/arkana/arkanapedia/includes/Article.php on line 2122"
The SearchUpdate class is defined in SearchUpdate.php, which is included from UpdateClasses.php, which is included from GlobalSettings.php, which is included long before this code is reached.
So, this shouldn't be possible unless: * Something's broken * The code was altered * There's a bad mix of files from different versions, etc
-- brion vibber (brion @ pobox.com)
mediawiki-l@lists.wikimedia.org