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

--- Comment #2 from Adam Lonsdale <[email protected]> ---
Apologies, We're running MW 1.20.0 on a Unix/Apache server with MySQL 5. After
placing the include to the main file in our LocalSettings.php and running the
update.php, the form is displaywed well on all forms. However on *every*
article (typo in my origional post) I get the error aforementioned when
clicking Post. 

I've tried changing the exception handling in ApiArticleFeedbackv5.php to 
$this->dieUsage( $e->getMessage(), 'inserterror' ); 
instead of 
$this->dieUsage( $this->msg( 'articlefeedbackv5-error-submit' ), 'inserterror'
);
however am still getting the same message.

The following settings prevent the display of the rating box completely when
turned on, and I am unable to debug using these (hence my need to change the
exception handling).

error_reporting( -1 );
ini_set( 'display_errors', 1 );

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to