Last modified: 2014-08-15 12:02:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T62080, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 60080 - Impossible to install: Class 'ArticleFeedbackv5Activity' not found
Impossible to install: Class 'ArticleFeedbackv5Activity' not found
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
ArticleFeedbackv5 (Other open bugs)
REL1_22-branch
PC Windows 7
: Lowest blocker (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-15 10:34 UTC by gori4ka
Modified: 2014-08-15 12:02 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description gori4ka 2014-01-15 10:34:13 UTC
After uploading the extension files, adding the require_once line in LocalSettings.php and running Web Upgrade (which works with other extensions) causes:
Fatal error: Class 'ArticleFeedbackv5Activity' not found in mylocahost\wiki\extensions\ArticleFeedbackv5\ArticleFeedbackv5.php on line 461
Solution, proposed on Talk page (http://www.mediawiki.org/wiki/Extension_talk:ArticleFeedbackv5#Class_.27ArticleFeedbackv5Activity.27_not_found_32646), causes another error message.
MW version 1.22 (current stable)
Comment 1 Andre Klapper 2014-01-15 13:47:29 UTC
> mylocahost\wiki\extensions\ArticleFeedbackv5\ArticleFeedbackv5.php
This line has a typo "mylocahost" but I assume that's not relevant?

Are you running MediaWiki 1.22.0 or 1.22.1, and the latest version of the REL1_22 branch of AFTv5? 

(In reply to comment #0)
> After uploading the extension files, adding the require_once line in
> LocalSettings.php and running Web Upgrade (which works with other extensions)

Where are the steps listed that you followed (URL)?

> Fatal error: Class 'ArticleFeedbackv5Activity' not found in
> mylocahost\wiki\extensions\ArticleFeedbackv5\ArticleFeedbackv5.php on line
> 461

Please enable https://www.mediawiki.org/wiki/Manual:$wgShowExceptionDetails and post the stacktrace here. See http://www.mediawiki.org/wiki/Manual:How_to_debug for more general information.
Comment 2 gori4ka 2014-01-15 14:24:08 UTC
(In reply to comment #1)
> > mylocahost\wiki\extensions\ArticleFeedbackv5\ArticleFeedbackv5.php
> This line has a typo "mylocahost" but I assume that's not relevant?

Indeed, this is not relevant. The path is correct wiki/extension-folder/ArticleFeedbackv5/ArticleFeedbackv5.php
> 
> Are you running MediaWiki 1.22.0 or 1.22.1, and the latest version of the
> REL1_22 branch of AFTv5? 

MediaWiki 1.22.0
> 
> (In reply to comment #0)
> > After uploading the extension files, adding the require_once line in
> > LocalSettings.php and running Web Upgrade (which works with other extensions)
> 
> Where are the steps listed that you followed (URL)?

For the extension install I am using this guide:
http://www.mediawiki.org/wiki/Extension:ArticleFeedbackv5#Installation
And for the web upgrade:
http://www.mediawiki.org/wiki/Manual:Upgrading#Web_updater (there is no shell access with the hosting of the client, works for me with other extensions)
In the web upgrade I get past the screen for choosing language, the error occurs at second stage of web upgrade (existing wiki)
> 
> > Fatal error: Class 'ArticleFeedbackv5Activity' not found in
> > mylocahost\wiki\extensions\ArticleFeedbackv5\ArticleFeedbackv5.php on line
> > 461
I copied this line from the Talk-page to save time. What I am getting after enabling $wgShowExceptionDetails is practically the same:
Fatal error: Class 'ArticleFeedbackv5Activity' not found in /webserver/webroot/htdocs/mypath/w/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php on line 484
484 is following line (483-489):
// register activity log formatter hooks
foreach( ArticleFeedbackv5Activity::$actions as $action => $options ) {
	if ( isset( $options['log_type'] ) ) {
		$log = $options['log_type'];
		$wgLogActionsHandlers["$log/$action"] = 'ArticleFeedbackv5LogFormatter';
	}
}
> 
> Please enable https://www.mediawiki.org/wiki/Manual:$wgShowExceptionDetails
> and
> post the stacktrace here. See
> http://www.mediawiki.org/wiki/Manual:How_to_debug
> for more general information.

This is my first bug report. Please let me know to be better at it. & thanks for the help!
Comment 3 Andre Klapper 2014-02-26 16:49:50 UTC
(In reply to gori4ka from comment #2)
> > Are you running MediaWiki 1.22.0 or 1.22.1, and the latest version of the
> > REL1_22 branch of AFTv5? 
> 
> MediaWiki 1.22.0

This left out the AFTv5 branch information. 
On a related note, see bug 61163 comment 9.
Comment 4 gori4ka 2014-03-08 11:30:38 UTC
Sorry for late reply, yes it is REL1_22, but I see the extension will no longer be maintained and is going to be removed from many sites using it, so you can close this thread.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links