[02:41:44] I'm trying to re-install mediawiki on my Alpine Linux server, but I'm getting the error no viable database extension found for type 'mysql' [02:41:51] I already have php83-pdo_mysql installed. [02:58:22] full log if you need: https://p.swee.codes/swee/9625d3b393ba4c8687a7574b17797275 [03:01:42] oh I apparently needed to install php83-mysqli too, not just the php83-mysqlnd that php83-pdo_mysql depends on [06:06:32] AntiComposite I thought I was sending that to the #StarTrek channel. LOL sorry.. and thank you for bringing it to my attention so I can put them in the right place. [20:19:06] How do I make links that show as images? [20:19:09] https://lounge.swee.codes/uploads/f0cdd86d734fceb9/image.png [20:23:20] if its a internal link, you could just use |link= on the image call [20:23:36] I see [20:23:53] Thanks, it works now [20:25:54] And how do I make these images show next to eachother instead of being a line apart? [20:28:52] nvm I had to remove the linebreaks from the template [21:57:44] if i populate a wiki from a dumpBackup.php -> importDump.php migration, how can i let the users login again? [22:01:17] they'd have to create accounts again [22:04:54] can they reclaim their old edits somehow? [22:30:18] If you have their usernames and emails, you could probably bulk create them via a script [22:30:41] You would probably need to play with the database to reassign the edits to the new user ids I suspect [22:51:28] cheers