Extension talk:DocxConverter

About this board

98.17.121.69 (talkcontribs)

when I go to the special page it has two buttons add file and add zip archive.

When I try to add a file I get the following

You have requested an invalid special page. A list of valid special pages can be found at Special pages. Return to Main Page.

What am I missing?

SVG (talkcontribs)

The wrong specialpage is given at the upload link. Or you can't use a pretty URL (/index.php/Article), so /index.php?title=Article is in use. But I can't really help you. You gave neither an URL nor a full title of the specialpage or an image. Please tell me more.

Ajagt (talkcontribs)
SVG (talkcontribs)
Vinkozoli (talkcontribs)

Replace in DocxConverter.php

"?action=all" to "&action=all" and "?action=multi to "&action=multi"

Reply to "error on add file"

problems with extension

1
194.31.198.193 (talkcontribs)

I am using mediawiki 1.19. and trying to use this extension. DB Table has been created, but when calling special pages I already get follwing error message:

Strict Standards: Declaration of DocxConverter::execute() should be compatible with that of SpecialPage::execute() in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxConverter.php on line 471

Strict Standards: Declaration of DocxForm::getActionURL() should be compatible with that of EditPage::getActionURL() in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxForm.php on line 3


Further , wehn calling page Special:DocxConverter

Strict Standards: Declaration of DocxForm::getActionURL() should be compatible with that of EditPage::getActionURL() in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxForm.php on line 3

Strict Standards: Declaration of DocxConverter::execute() should be compatible with that of SpecialPage::execute() in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxConverter.php on line 10


uploading of DOCX files seem to work, but when trying to edit it:

Strict Standards: Declaration of DocxForm::getActionURL() should be compatible with that of EditPage::getActionURL() in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxForm.php on line 3

Strict Standards: Declaration of DocxConverter::execute() should be compatible with that of SpecialPage::execute() in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxConverter.php on line 10

Catchable fatal error: Argument 2 passed to MediaWiki::articleFromTitle() must implement interface IContextSource, none given, called in C:\xampp\htdocs\toolbox\extensions\DocxConverter\DocxConverter.php on line 90 and defined in C:\xampp\htdocs\toolbox\includes\Wiki.php on line 303


Can you help me?

Reply to "problems with extension"
There are no older topics