Page MenuHomePhabricator

Epopen
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Friday

  • Clear sailing ahead.

User Details

User Since
Jun 28 2021, 5:22 AM (147 w, 2 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Epopen [ Global Accounts ]

Recent Activity

Oct 14 2022

Epopen updated subscribers of T258860: LogicException: Process cache for 'en' should be set by now (on translatewiki.net pageviews).

Hi All

Oct 14 2022, 3:15 AM · MW-1.39-notes, MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Performance-Team, MediaWiki-Internationalization, Wikimedia-production-error, MW-1.35-release, Discovery-Search, affects-translatewiki.net
Epopen closed T320707: Cannot log in from MW1.35.8 or 1.35.6 with memcached (port number in $wgMemCachedServers changed from string to integer) as Resolved.

At least the unix socket breakage seems to explained by the patch I linked above:

// old
>>> preg_split( '/:(?=\d)/', 'unix:///var/run/memcached/memcached.sock:0' );
=> [
     "unix:///var/run/memcached/memcached.sock",
     "0",
   ]

// new
>>> \Wikimedia\IPUtils::splitHostAndPort( 'unix:///var/run/memcached/memcached.sock:0' );
=> false

Not sure if it fully explains the errors I'm seeing with the hostname setup but the old regex based method returns ports as strings while IPUtils converts them to integers.

>>> preg_split( '/:(?=\d)/', 'memcached.example.org:11211' );
=> [
     "memcached.example.org",
     "11211",
   ]

>>> \Wikimedia\IPUtils::splitHostAndPort( 'memcached.example.org:11211' );
=> [
     "memcached.example.org",
     11211,
   ]
Oct 14 2022, 3:07 AM · MediaWiki-libs-BagOStuff, Performance-Team

Oct 13 2022

Epopen created T320707: Cannot log in from MW1.35.8 or 1.35.6 with memcached (port number in $wgMemCachedServers changed from string to integer).
Oct 13 2022, 10:13 AM · MediaWiki-libs-BagOStuff, Performance-Team

Oct 8 2022

Epopen added a comment to T258860: LogicException: Process cache for 'en' should be set by now (on translatewiki.net pageviews).

Hi All

Oct 8 2022, 4:57 AM · MW-1.39-notes, MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Performance-Team, MediaWiki-Internationalization, Wikimedia-production-error, MW-1.35-release, Discovery-Search, affects-translatewiki.net

Aug 17 2022

Epopen added a comment to T258860: LogicException: Process cache for 'en' should be set by now (on translatewiki.net pageviews).

I tried to upgrade latest of 1.38.

Aug 17 2022, 8:27 AM · MW-1.39-notes, MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Performance-Team, MediaWiki-Internationalization, Wikimedia-production-error, MW-1.35-release, Discovery-Search, affects-translatewiki.net

Jul 6 2022

Epopen added a comment to T258860: LogicException: Process cache for 'en' should be set by now (on translatewiki.net pageviews).

Hi All

Jul 6 2022, 5:35 AM · MW-1.39-notes, MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Performance-Team, MediaWiki-Internationalization, Wikimedia-production-error, MW-1.35-release, Discovery-Search, affects-translatewiki.net

Apr 6 2022

Epopen added a comment to T258860: LogicException: Process cache for 'en' should be set by now (on translatewiki.net pageviews).

Hi All

Apr 6 2022, 8:54 AM · MW-1.39-notes, MW-1.40-notes (1.40.0-wmf.25; 2023-02-27), Performance-Team, MediaWiki-Internationalization, Wikimedia-production-error, MW-1.35-release, Discovery-Search, affects-translatewiki.net

Mar 22 2022

Epopen closed T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work. as Declined.
Mar 22 2022, 6:26 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)
Epopen closed T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35 as Declined.
Mar 22 2022, 6:25 AM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer
Epopen added a comment to T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35.

Hi All

Mar 22 2022, 6:20 AM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer

Feb 1 2022

Epopen added a comment to T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35.
Feb 1 2022, 12:20 PM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer

Jan 31 2022

Epopen added a comment to T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35.

Hi ALL

Jan 31 2022, 2:29 PM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer

Dec 16 2021

Epopen added a comment to T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..

@Epopen
According to the document, you can set a file to hold the debug log. Search for Unable to validate response in that file and see what happened.
hCaptcha is quite similar to reCaptcha, it should be able to show up now, right?

For configuration issues, support desk of mediawiki.org is more suitable than here. There are also many useful documents for site admins.
If you want to dig into source code, you can refer to doc.wikimedia.org (mediawiki core) or click the link of "browse repository" in extension page. There is also a source code search engine.

Dec 16 2021, 3:32 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)
Epopen added a comment to T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..

@Epopen It seems you have a very strict CSP (Content Security Policy). Please check your config for any $wgCSP* items.

Dec 16 2021, 2:27 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)

Dec 15 2021

Epopen added a comment to T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..

Because I do not know get complete information for you, therefore take by screen capture.
These information generated when I entered the ConfirmEdit page.

Which page did you get these outputs on? I noticed that the ContactPage extension use ooui which ComfirmEdit didn't support officially.
Maybe you can check the console output when creating an account first, that problem would be easier to solve.
(Your site is not configured to be registerable, otherwise I can try it myself.)

Dec 15 2021, 9:11 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)
Epopen added a comment to T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..

Yes, I can see something in my browser console.
Because I do not know get complete information for you, therefore take by screen capture.

issue1.png (975×1 px, 304 KB)

issue2.png (329×1 px, 119 KB)

These information generated when I entered the ConfirmEdit page as above comment.

Dec 15 2021, 6:33 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)

Dec 6 2021

Epopen added a comment to T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35.

Hi @Reedy and @santhosh

Dec 6 2021, 9:04 AM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer

Dec 3 2021

Epopen added projects to T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35: MW-1.37-release, MW-1.36-release, MW-1.35-release.
Dec 3 2021, 8:21 AM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer
Epopen created T296981: update.php fails with IntlException on 1.36 and 1.37 after upgrade from 1.35.
Dec 3 2021, 7:46 AM · MediaWiki-Internationalization, MW-1.35-release, MW-1.36-release, MW-1.37-release, MediaWiki-Installer

Sep 22 2021

Epopen added a comment to T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..

Hi Reedy

Sep 22 2021, 7:40 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)

Jul 12 2021

Epopen added a comment to T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..

For the Runtime exception:

For information on debugging (including viewing errors), see https://mediawiki.org/wiki/Manual:How_to_debug . A list of related configuration variables is at https://mediawiki.org/wiki/Manual:Configuration_settings#Debug.2Flogging Also see https://mediawiki.org/wiki/Manual:Errors_and_symptoms

Jul 12 2021, 7:25 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)

Jul 8 2021

Epopen renamed T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work. from ConfirmEdit/reCAPTCHA won't work. to ConfirmEdit/reCAPTCHA & hCaptcha won't work..
Jul 8 2021, 1:39 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)

Jul 6 2021

Epopen updated the task description for T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..
Jul 6 2021, 8:28 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)

Jun 28 2021

Epopen created T285645: ConfirmEdit/reCAPTCHA & hCaptcha won't work..
Jun 28 2021, 7:17 AM · MediaWiki-extensions-ContactPage, ConfirmEdit (CAPTCHA extension)