Fatal error: Cannot re-assign auto-global variable _FILES in /home/myairline/public_html/phpvms/core/common/PilotData.class.php on line 436
Go to that file, /phpvms/core/common/PilotData.class.php and head on over to what line it says has an error. I’ve noticed that some versions of phpVMS have it on line 431, while the latest is on line 436, so see where it is. From the line that says has an error on the website you need to delete the following thing:
$_FILES
Now, that line should look like:
public static function saveAvatar($code, $pilotid) {