Jump to content

SmartCars "Pirep Filing Error" Fix


smokey68

Recommended Posts

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

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...