[16:47:02] Asked already, but how do I increase the upload limit from the original 2 MB? [16:47:20] I tried the method of editing the php.ini file, but it didn't have an effect. [16:47:34] Restarting php didn't do anything either. [17:22:05] what about LocalSettings.php? [17:25:35] According to the documentation, the MediaWiki default maximum value for uploads is 100 MB. [17:25:48] Unless I looked in the wrong place. [17:45:37] check the actual php.ini values in use: https://www.mediawiki.org/wiki/Manual:Php.ini [17:45:43] maybe you edited the wrong php.ini [17:47:15] Maybe, gimme a sec. [17:49:21] Ah yeah, that was it. [17:49:31] The php --ini command sent the path. [17:50:10] I couldn't check before because I put my info.php file behind an IP address lock and I didn't have my VPN on at the time. [17:50:31] *I mean php --ini gave the wrong path to use.