Hallo,
I've just tried to edit one of my wiki pages and have got the message
Detected bug in an extension! Hook ConfirmEditHooks::confirmEditMerged has invalid call signature; Parameter 1 to ConfirmEditHooks::confirmEditMerged() expected to be a reference, value given
Backtrace:
#0 /path/to/mediawiki-1.17.0/includes/EditPage.php(999): wfRunHooks('EditFilterMerge...', Array) #1 /path/to/mediawiki-1.17.0/includes/EditPage.php(2656): EditPage->internalAttemptSave(false, false) #2 /path/to/mediawiki-1.17.0/includes/EditPage.php(415): EditPage->attemptSave() #3 /path/to/mediawiki-1.17.0/includes/EditPage.php(296): EditPage->edit() #4 /path/to/mediawiki-1.17.0/includes/Wiki.php(522): EditPage->submit() #5 /path/to/mediawiki-1.17.0/includes/Wiki.php(69): MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest)) #6 /path/to/mediawiki-1.17.0/index.php(114): MediaWiki->performRequestForTitle(Object(Title), Object(Article), Object(OutputPage), Object(User), Object(WebRequest)) #7 {main}
(first I had been asked to edit "LocalSettings.php":
Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.)
---------------------------------------
Two days ago a user with a strange looking login name had subscribed.
--------------------------------------------------------
What goes wrong? Does some bad guy use a backdoor?
Viele Gruesse! Helmut
Good Morning MediaWiki Fans:
Has anyone ever noticed if there is a practical limit to the maximum size for a single page ? I have wiki patrons who prefer to construct very large single pages (over 100 Kb) and are now complaining that since a recent update from 1.13 to 1.16 has broken their ability to edit these large pages. I would imagine the WEB browser FireFox etc... will have some kind of limit themselves. Anyone else notice limits on page size ?
--Hiram
Hiram Clawson wrote:
Good Morning MediaWiki Fans:
Has anyone ever noticed if there is a practical limit to the maximum size for a single page ? I have wiki patrons who prefer to construct very large single pages (over 100 Kb) and are now complaining that since a recent update from 1.13 to 1.16 has broken their ability to edit these large pages. I would imagine the WEB browser FireFox etc... will have some kind of limit themselves. Anyone else notice limits on page size ?
--Hiram
MediaWiki has a maximum article size, set by default to 2Mb ($wgMaxArticleSize), although there's no technical reason to not have it set to an higher value. I don't see how a 100Kb page would give problems with any modern browser. Perhaps you could point us to such problematic page, or otherwise describe how is it broken?
Please note, this issue was resolved with a php parameter change in the /etc/php.ini file:
max_execution_time = 30 ; Maximum execution time of each script, in seconds
The large pages were taking longer than 30 seconds to process, resulting in an error in the Apache error_log and the noted problem at the user end. Raising this time to 90 seconds was sufficient in this environment.
--Hiram
Platonides wrote:
Hiram Clawson wrote:
Good Morning MediaWiki Fans:
Has anyone ever noticed if there is a practical limit to the maximum size for a single page ? I have wiki patrons who prefer to construct very large single pages (over 100 Kb) and are now complaining that since a recent update from 1.13 to 1.16 has broken their ability to edit these large pages. I would imagine the WEB browser FireFox etc... will have some kind of limit themselves. Anyone else notice limits on page size ?
--Hiram
MediaWiki has a maximum article size, set by default to 2Mb ($wgMaxArticleSize), although there's no technical reason to not have it set to an higher value. I don't see how a 100Kb page would give problems with any modern browser. Perhaps you could point us to such problematic page, or otherwise describe how is it broken?
Helmut Hullen wrote:
Hallo,
I've just tried to edit one of my wiki pages and have got the message
Detected bug in an extension! Hook ConfirmEditHooks::confirmEditMerged has invalid call signature; Parameter 1 to ConfirmEditHooks::confirmEditMerged() expected to be a reference, value given
(...)
What goes wrong? Does some bad guy use a backdoor?
Viele Gruesse! Helmut
You have an old version of ConfirmEdit. Just update it to the latest version, appropiate for use with MediaWiki 1.17.
Hallo, Platonides,
Du meintest am 20.07.11:
I've just tried to edit one of my wiki pages and have got the message
Detected bug in an extension! Hook ConfirmEditHooks::confirmEditMerged has invalid call signature; Parameter 1 to ConfirmEditHooks::confirmEditMerged() expected to be a reference, value given
(...)
You have an old version of ConfirmEdit. Just update it to the latest version, appropiate for use with MediaWiki 1.17.
Thank you - updating solved the problem!
Viele Gruesse! Helmut
mediawiki-l@lists.wikimedia.org