[12:01:50] I suspect you need to make sure you have your image setup for uploading so it knows about the image storage locations etc before running rebuildimages [12:02:29] rebuildall won't fix your images situation https://www.mediawiki.org/wiki/Manual:Rebuildall.php [15:58:17] is there a way to call wfLoadSkin() without it crashing and burning if it fails? [15:58:35] can I just wrap it in try-catch? [16:02:39] I doubt try-catch will work – AFAIK wfLoadSkin() and wfLoadExtension() both only enqueue a skin/extension for later loading, so the breakage will be outside the try-catch block [18:06:35] how would I upload documents in mass to my personal wiki, thanks [18:14:44] Silly245, https://www.mediawiki.org/wiki/Manual:ImportImages.php [18:17:01] i refer to txt documents not images thank you! [18:19:22] lol