Dear phpvms & users,
I have just spoke with the TFDi team for multiple months on fixing a problem with my SmartCars for my Virtual Airline about pilots getting a “Pirep Filing Error” when Filing the pirep at the end of their flight i have sit for many hours trying to figure the problem out and have found a successful fix. Read below at what i have done to also maybe fix your “Pirep Filing Error” for your virtual airline.
The below code is found within the codon.config.php the first box below will be default and the following box will be with the changes.
session_start();[/b]
[b]error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
@ini_set('display_errors', 'on');
i have changed display errors from on to off, This will not affect any error logs from within phpvms from what i have found but it is the clear fix to your problem. You can find this code on line 43 in the codon.config.php that is within your phpvmsinstallationfolder/core
session_start();[/b]
[b]error_reporting(E_ALL ^ E_NOTICE ^ E_WARNING);
@ini_set('display_errors', 'off');
I really hope this helps yourself and others that may be frustrated.
Best regards,
Vince @ WeFlyFSX.com