PiRSquared17 / mediawiki-page-attachment

Automatically exported from code.google.com/p/mediawiki-page-attachment
Other
0 stars 0 forks source link

Get "No such action" error page #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on Browse/Search button to attach existing file
2. Select a file to attach

What is the expected output? What do you see instead?
The attached to page is shown with the file attached.
Instead, the "No such action" error page is shown with a link back to the 
attached to page.

Error Page Message:
[[
No such action
Jump to: navigation, search

The action specified by the URL is invalid. You might have mistyped the URL, or 
followed an incorrect link. This might also indicate a bug in the software used 
by mw1190-alpha.

Return to Main Page.
]]

Please use labels and text to provide additional information.
MediaWiki 1.19aplha

Original issue reported on code.google.com by Aldrin.Baroi@gmail.com on 18 Mar 2012 at 8:40

GoogleCodeExporter commented 9 years ago

Original comment by Aldrin.Baroi@gmail.com on 18 Mar 2012 at 8:46

GoogleCodeExporter commented 9 years ago
Fixed.

Created "AttachFileAction" dummy custom action ('attachfile') handler class to 
avoid "No such action" error.   In future actual attach file code may have to 
be moved into this class.

Original comment by Aldrin.Baroi@gmail.com on 18 Mar 2012 at 11:36