[07:08:51] hey there [07:10:38] i've dumped wikia wiki context with https://github.com/WikiTeam/wikiteam and trying to import the xml, __BUT__ i'm getting `Import failed: * Loss of session data.` on Special:Import and ImportDump.php returns `PHP Fatal error: Class 'Pimple\Container' not found in /home/admin/web/wiki.madnessarchive.com/public_html/extensions/Flow/includes/Container.php on line 5` and does nothing, help 🔥🔥 [07:14:27] mediawiki148: the Flow/Pimple issue means you need to run "composer install --no-dev" inside extensions/Flow [08:13:44] also how to solve extensionless images problem? https://i.imgur.com/VWY14Q9.png [09:39:27] help? [10:48:32] legoktm: here? [13:07:31] hi [13:07:47] on Vector how easy would be moving the search box from top to bottom? [13:53:26] Hi. I'm running MW 1.32 on PHP7.3 (not recommended yet, I know) and have issues with the display of images. there are no images shown anymore. i think this might be unrelated to php7.3, but am unsure how to investigate this. there seem to be no error messages. is there a mediawiki log? [14:44:45] Mediawiki REL1_32 introduced 2 new abstract methods doSearchTextInDB, doSearchTitleInDB to SearchDatabase (undocumented in patchnotes) that broke all search extensions (SphinxSearch e.g.)... I'm trying to find some documentation on what these new methods should return... for now can I just make them wrap filter()? I'm not a search engine author. [14:47:02] the docs reference docs say they should return SqlSearchResultSet, and filter() returns a string... so am I SOL until the extension author updates? I guess I could stick to REL1_31 until then [17:51:00] finlay: seems like you should not upgrade [17:51:50] maybe you can map the filter string set as SqlSearchResultSet [19:53:16] Hi, I have problems with log in at localhost. I get this message each time: https://snag.gy/0UYNW4.jpg [19:54:41] Zoranzoki21, check your session storage maybe? [19:54:49] is this a new wiki or has it magically broken at some point? [19:55:30] Krenair: New wiki, installed on localhost at ubuntu [19:58:17] Zoranzoki21, have you set $wgSessionCacheType? [20:00:15] APC with way too small shm_size [20:00:17] ? [20:05:28] bawolff: ? [20:05:39] wait [20:06:30] Krenair: I no see $wgSessionCacheType at LS.php included [20:08:31] I added $wgSessionCacheType = CACHE_ACCEL; at LS.php and run update.php [20:08:39] Same behaviour [20:19:50] Krenair, Bawolff: I still have problems. I tryed this https://www.mediawiki.org/w/index.php?title=Topic:T7irqyk4rhfy3ohk&topic_showPostId=t7iw50s5q965hyhc#flow-post-t7iw50s5q965hyhc [20:19:59] But same behaviour. Still shows error and no log in [20:31:16] Ok, I created account via interface and granted admin/bureaucrat via phpmyadmin and everything works