Thanks! Goodnight
For when you get back tomorrow, we noticed uploads are disabled:
https://hazeron.com/wiki/index.php/Special:Upload
To enable it, as stated in the manual here and here, the following config line needs to be added to LocalSettings.php:
And also enabled in PHP.ini as also stated in that manual
For when you get back tomorrow, we noticed uploads are disabled:
https://hazeron.com/wiki/index.php/Special:Upload
To enable it, as stated in the manual here and here, the following config line needs to be added to LocalSettings.php:
Code:
$wgEnableUploads = true; # Enable uploads
What even