https://bugzilla.wikimedia.org/show_bug.cgi?id=60080

--- Comment #2 from gori4ka <elitsa.uzun...@gmail.com> ---
(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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to