[07:49:00] hello all [08:03:16] do you can help me with short url? [11:08:22] hello, I've upgraded from mediawiki 1.32 to 1.34 and unfortunately I'm facing a timestamp exception and I coudn't find a solution for it yet. does anyone of you have a tip that could help solving this problem [11:08:51] the error I'm getting is https://dpaste.org/FRN7 [11:09:33] the error occurse whenever I save an article, but when I load that article again and ignore the exception the changes are saved to the article [11:23:39] adnc: can you add (or modify if it has been set already) this line in LocalSettings.php? [11:23:44] $wgShellLocale = "C.UTF-8"; [11:46:15] Vulpix I'll check [11:47:04] Vulpix no, it is not. I'll try to add [11:47:57] Vulpix the mediawiki page doesn't load at all when I set locale to C.UTF-8 [11:48:06] I suspect the problem is with the timestamp "1577617438,7303", which includes a comma (I guess it's the decimal separator on your locale) [11:48:37] Did you copy it and paste at the end of the file? [11:48:37] Vulpix thats possible since I'm in germany [11:48:43] Otherwise, undo it... [11:49:09] Vulpix yes I copied and pasted it into my config [11:49:56] There is a similar problem for thumbnails described on T181987, and this may be just another instance [11:49:56] T181987: Thumbnails are broken (False decimal point in srcset when locale is not English) - https://phabricator.wikimedia.org/T181987 [11:50:29] hold on, I forgot the semicolon. after adding it it looks ok. [11:51:07] indeed I changed two articles and saved them without a problem now [11:51:07] Good! Can you check if the problem gets solved after adding that line? [11:51:23] Vulpix it seems solved [11:51:34] Ok, thanks. I'll add another report for that [11:52:05] Vulpix, great, indeed it seems to be solved [11:57:10] Vulpix thank you [12:00:05] For anyone else interested, I've created T241533 [12:00:06] T241533: TimestampException: ConvertibleTimestamp::setTimestamp: Invalid timestamp (timestamp with decimal point represented with a comma) - https://phabricator.wikimedia.org/T241533