Mediawiki 1.28
VisualEditor REL1_28
Parsoid 0.6.1 with Wikimedia APT repo
I saw this error in chrome console. After I disable VE extension the error disappears.VE seems work fine.Is there anyway to solve this problem?
Mediawiki 1.28
VisualEditor REL1_28
Parsoid 0.6.1 with Wikimedia APT repo
I saw this error in chrome console. After I disable VE extension the error disappears.VE seems work fine.Is there anyway to solve this problem?
Build the visual editor from
git clone --depth 1 -b REL1_28 --single-branch https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git |
Not from the extensions repo. Make sure to init your submodules and composer install if needed. Premade core if you want it:
https://github.com/rlewkowicz/docker-mediawiki-core/tree/REL1_28
Full stack if you want it:
https://github.com/rlewkowicz/docker-mediawiki-stack/tree/REL1_28
Now I confirmed this error must be a conflict with Extension:Arrays in Mediawiki 1.28 .Will you fix this?
Btw I found this on Manual:Load.php:
"Code executed via load.php should not rely on the user's session as its results will be cached and sent to other users. Starting from MW 1.28, this is enforced and a "Sessions are supposed to be disabled for this entry point" exception will be thrown if a session access is attempted. See these tips on how to fix."
So according to this the reason we are getting those error messages in the chrome console is because we're attempting a session access? I don't know how to fix this.
I'm also on Chrome, having downloaded VE for MW 1.28 from the ExtensionManager, and I do get this error. I don't have Extension:Arrays installed: VE is the only extension installed.
Hello, I got the same issue, using MW 1.28 and VisualEditor REL1_28 (also tried with premade version given by Ryan.
Have you any update about it ?
I confirm the issue. I don't think browser is relevant here. Switching VE removes the error. Happens to me only when uploading files, in the file load.php?debug=false&lang=ru&modules=startup&only=scripts&skin=vector&*
.
I also have this issue:
load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector:4 [c66163393a6b52e6c07a4b3e] /load.php?debug=false&lang=en&modules=startup&only=scripts&skin=vector BadMethodCallException from line 845 of /apps/mediawiki/htdocs/includes/session/SessionManager.php: Sessions are disabled for this entry point
Does anyone have a solution yet?
Same issue without solution here:
[exception] [7d8a1a204a740c0f4d756dc7] /load.php?debug=false&lang=de&modules=startup&only=scripts&skin=vector BadMethodCallException from line 845 of /srv/www/vhosts/mediawiki-1.28/includes/session/SessionManager.php: Sessions are disabled for this entry point
Firefox, VE enabled, MW 1.28