Extension talk:WikiEditor/2024
This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
Skipped unavailable module ext.wikiEditor.toolbar
editI am getting this error in the developer console.
I have the latest verison of wikieditor extracted and in the extension folder !
these are the settings/config
Installed software
editProduct | Version |
---|---|
MediaWiki | 1.42.1 |
PHP | 8.3.10 (cgi-fcgi) |
ICU | 72.1 |
MySQL | 8.0.39 |
Pygments | 2.17.2 |
Entry point URLs
editEntry point | URL |
---|---|
Article path | /$1
|
Script path | /
|
index.php | /index.php
|
api.php | /api.php
|
rest.php | /rest.php
|
Special pages | ||||
---|---|---|---|---|
Extension | Version | License | Description | Authors |
UserMerge | 1.10.2 (573930b) 06:04, 15 August 2024 | GPL-2.0-or-later | Merges references from one user to another user in the wiki database - will also delete old users following merge. Requires usermerge privileges | Tim Laqua, Thomas Gries and Matthew April |
Editors | ||||
Extension | Version | License | Description | Authors |
WikiEditor | 0.5.4 (d9a5b4e) 06:04, 15 August 2024 | GPL-2.0-or-later | Provides an advanced, extensible wikitext editing interface | Derk-Jan Hartman, Trevor Parscal, Roan Kattouw, Nimish Gautam and Adam Miller |
LuciferVN (talk) 16:07, 3 September 2024 (UTC)
- Hey there,
ext.wikiEditor.toolbar
is a very old feature that was removed in this patch, which shipped inREL1_30
7 years ago. It sounds like you've got some local gadget/etc. that's trying to interact with that? Jdforrester (WMF) (talk) 18:54, 4 September 2024 (UTC) - @Jdforrester (WMF),is there any way to find out which one is trying to interact with it >? LuciferVN (talk) 15:17, 19 September 2024 (UTC)
Is it possible to match whole words only in Find/Replace?
editI tried \bword\b but no luck. Spiros71 (talk) 11:17, 13 October 2024 (UTC)
- There are two ways to match whole words: you can use
\bword\b
with the (.*) button selected (that makes the search use regex); or you can just type inword
and select the button with the quote icon, which forces the search to match only full words. Mr. Starfleet Command (talk) 14:08, 13 October 2024 (UTC) - Apparently it does not appear to work for non-Latin characters, i.e. Greek. Test with these: λέξη, λέξης, αλέξης. Spiros71 (talk) 15:08, 13 October 2024 (UTC)
Suggestion for (fixing) a minor TYPO
editIn the "[https://www.mediawiki.org/w/index.php?title=Extension:WikiEditor&oldid=6741349 Latest revision as of 18:44, 6 September 2024]" version of this page, the "Installation" section ("Extension:WikiEditor#Installation") contains the sentence <blockquote>WikiEditor uses them to represents the icons.</blockquote>
It seems that the infinitive "to represent" should properly be spelled without any final letter "s". I apparently do not have the privileges to make a change, (the removal of that final letter "s").
I suggest that (if you agree that it would be a good idea, and) if you have the privileges to edit this ("non" article?) web page, you might kindly make the change to remove that final letter "s".
Thank you.
@Mike Schwartz Nov 28, 2024
--~~~~ Mike Schwartz (talk) 16:54, 28 November 2024 (UTC)
- I corrected it. Thanks for pointing it out. Mr. Starfleet Command (talk) 17:03, 28 November 2024 (UTC)
HTTP 500 Error Only in WikiEditor, Special:Upload Works Normally
editI’m encountering an issue with my MediaWiki setup where I get an HTTP 500 error (Server returned error: HTTP 500).specifically when trying to use the WikiEditor to upload an image. The error happens when I attempt to upload an image, but everything works fine with the Special:Upload page itself.
The issue is only occurring within the WikiEditor during the image upload process, and I’m unable to identify the exact cause. I’ve checked the logs, but there doesn’t seem to be a direct indication of what’s causing this specific error when uploading an image.
Has anyone experienced something similar or have any suggestions on why the WikiEditor might be causing this HTTP 500 error during the upload, while other pages like Special:Upload function without problems?
Any help or guidance would be greatly appreciated.
MediaWiki | 1.39.3 (f4f6b6c)
21:29, 4 June 2024 |
WikiEditor | 0.5.3 (f706e08) 05:32, 11 April 2023 |
189.61.116.159 (talk) 03:58, 11 December 2024 (UTC)
- You mean uploading an image via the 2nd tab of the File dialog inside the WikiEditor ?
- This would mean an upload via the API (as opposed to Special:Upload, which is an upload via webform). Any error 500 should show up in both Webserver logs, and in the PHP error logs. Standard advise for debugging problems applies. —TheDJ (Not WMF) (talk • contribs) 13:13, 11 December 2024 (UTC)