Talk:Release notes/1.23

About this board

Patch to 1.23.11 leads to unusable wiki

10
217.230.223.177 (talkcontribs)

If I install the patch, everything seems to work fine but afterwards mediawiki does not work any more and reports:

wfShorthandToIntegerFatal error: Call to undefined function wfShorthandToInteger() in /home/users/xyz/doms/xyz/subs/www/mediawiki-1.23/includes/Setup.php on line 303

Kghbln (talkcontribs)

That's a known issue. Will be fixed asap according to the mailing list. 1.24 is affected too. 1.25 should be cool

217.230.223.177 (talkcontribs)

Ok thanks, great!

Kghbln (talkcontribs)
217.230.237.160 (talkcontribs)
Kghbln (talkcontribs)

Strange. I deployed this version to heaps of wikis without an issue. Did not use the patch file though.

Kghbln (talkcontribs)
217.230.207.187 (talkcontribs)
Kghbln (talkcontribs)

Great to hear. Sometimes issues just pile up. Happy editing!

This post was hidden by DSquirrelGM (history)
Reply to "Patch to 1.23.11 leads to unusable wiki"

Patch to previous version (1.23.3) is not working

3
Rob Kam (talkcontribs)
patch -p 1 --dry-run < mediawiki-1.23.4.patch
patching file includes/config/GlobalVarConfig.php
patching file includes/db/DatabaseMysqli.php
patching file includes/DefaultSettings.php
patching file includes/libs/XmlTypeCheck.php
patching file includes/Sanitizer.php
patching file includes/upload/UploadBase.php
patching file RELEASE-NOTES-1.23
can't find file to patch at input line 387
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -Nruw -x messages -x '*.png' -x '*.jpg' -x '*.xcf' -x '*.gif' -x '*.svg' -                               x '*.tiff' -x '*.zip' -x '*.xmp' -x '.git*' mediawiki-1.23.3/tests/phpunit/inclu                               des/upload/UploadBaseTest.php mediawiki-1.23.4/tests/phpunit/includes/upload/Upl                               oadBaseTest.php
|--- mediawiki-1.23.3/tests/phpunit/includes/upload/UploadBaseTest.php  2014-09-                               24 19:58:10.961599096 +0000
|+++ mediawiki-1.23.4/tests/phpunit/includes/upload/UploadBaseTest.php  2014-09-                               24 19:55:15.538575503 +0000
--------------------------
File to patch: 
Rob Kam (talkcontribs)

The problem is caused by the install being from a tarball while the patch is based on an installation from Git. Files for testing purposes aren't included in the tarball, but patch tries to change one of them, which is why it fails. The upgrade from 1.23.3 to 1.23.4 is successful despite breaking out of it at the error with Ctrl-C. It's only the missing file that gets skipped. See bug 71379

Mglaser (talkcontribs)

We are currently working on this issue. In the future, changes to the tests directory should not be included in the released patches. I made a respective comment in bugzilla. Thanks for finding this.

Reply to "Patch to previous version (1.23.3) is not working"

Dropdown menu labels blank

1
Negative24 (talkcontribs)

With the update to 1.23.X my wiki's dropdown menus (in the vector skin) are blank. The menu that should display More or Actions is only a grey arrow. The menu still displays the regular menu entries but the menu label is missing. I'm running MW 1.23.1 (clean install, no update). Thanks.

Reply to "Dropdown menu labels blank"
There are no older topics