Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the feedzy-rss-feeds domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /data01/virt126885/domeenid/www.saksadogi.com/codegurus.eu/wp-includes/functions.php on line 6121
MediaWiki Archives - CodeGurus

Category: MediaWiki

  • MediaWiki, Parsoid and Heroku configuration hints

    MediaWiki, Parsoid and Heroku configuration hints

    (MediaWiki 1.31.0) Login “Remember password” checked by default Add to LocalSettings.php: $wgHooks[‘AuthChangeFormFields’][] = function ($requests, $fieldInfo, &$formDescriptor, $action) { $formDescriptor[‘rememberMe’][‘default’] = true; return true; }; See Hooks/AuthChangeFormFields and HTMLForm. However, if you need it because of random session drops then see the next chapter: Session handling / PHP’s default session handler / Session problems $wgSessionsInObjectCache…