Jump to content

DesComm

Members
  • Posts

    116
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by DesComm

  1. DesComm

    blueIce

    Same error as Omar, currently running - no login is shown, missing header.php and footer.php - Sly Blue is OK! Notice: The template file "....../httpdocs//lib/skins/blueIce_skin/header.php" doesn't exist in ........./httpdocs/core/classes/TemplateSet.class.php on line 231 <p>
  2. We have inactive set to 45 days. However it does not place members inactive, even though some have not filed a priep is over 90 days. This is our current settings in the local.config After how long to mark a pilot inactive, in days Config::Set('PILOT_AUTO_RETIRE', true); Config::Set('PILOT_INACTIVE_TIME', 45);
  3. The route is valid as indicated on the IPAD photo. We have the current AIRIC loaded so all fixes are correct. This is an issue with all of the ACARS systems, (smartACAARS, kACARS and xAcars) Aircraft is on the correct route including all airways. The example shows is: HYLND4 HYLND CAM Q822 FNT BAE J36 DUTYS KP81I ONTIJ KP75C KD72A KD69Y CRIMS KD60S WEEMN Q136 KATTS Q136 OAL INYOE DYAMD3
  4. On the live map, the route is shown correctly with the all of the fixes. The error is when in flight the aircraft is shown offset from the actual route. The plane is on the correct route and it has been verified by a ipad live map (see photo). Also attached its a screen shot of the Live map. Anyone have a fix for the offset?
  5. Both kACARS and amartCARS let a pilot create a charter. That is what you are describing. It is all done from the Acard App
  6. BUMP - does anyone know the answer???
  7. All modules are missing from Github. Only phpvms 5.5.x is there.
  8. When running the maintenance module in admin, pilot hours all show 1 hour, and this error at the beginning of the run: /core/common/StatsData.class.php on line 171 169 public static function getMonthsSinceDate($start) { 170 171 $key_month = date('MY', $start); 172 $key = 'months_since_' . $key_month; 173 $months = CodonCache::read($key);
  9. It worked fine by just adding the http:// in front of it
  10. Thanks for this save me the time!
  11. Right Click and save works - for some reason direct does not. I think the issue is the link does not have http:// in front of it. its just "fun.flightunlimited.net/navdata/phpvms_navdata_1608.sql " should work, however adding the http:// works just fine.
  12. URL link for 1608.sql is dead
  13. curl is not available. I have same config running on a test server same ISP and no error.
  14. No auto module - this was the code change - tried resetting back to pirep_pending and still the same issue. AutoAccept File: core/common/PIREPData.class.php line 703 $pirepdata['accepted'] = PIREP_PENDING; change to $pirepdata['accepted'] = PIREP_ACCEPTED;
  15. We are getting the following errors- Flights are no longer being recorded either or is news. Below is our local.config settings (we delete key here) it is correct. Config::Set('VACENTRAL_ENABLED', true); config::set('VACENTRAL_DATA_FORMAT', 'xml'); Config::Set('VACENTRAL_API_SERVER', 'http://api.vacentral.net'); Config::Set('VACENTRAL_API_KEY', '455f..........16a'); FAILED exporting PIREP #81064 - No response from API server FAILED exporting PIREP #81063 - No response from API server FAILED exporting PIREP #81062 - No response from API server FAILED exporting PIREP #81061 - No response from API server FAILED exporting PIREP #81060 - No response from API server
  16. This issue is when a pilot list is imported directly into the database, there is no default country. To correct the issue we did a sql update of the pilot file and set all blank "location" to US. That corrected the problem.
  17. When filing a PIREP using either of the above ACARS we are getting errors. By clicking once to file it is getting filed, however error messages are returned to the ACARS. If you 'click" file again it creates a duplicate. We have auto accept set to 'true' - We are not using the auto accept module. With kACARS the error is this Capture.jpg and with smartCARS error -
  18. We are getting the following PHP msg. PHP Warning: curl_exec() has been disabled for security reasons in /var/www/vhosts/flyafava.com/prs.flyafava.com/core/classes/CodonWebService.class.php on line 236 PHP config: Your PHP version is 5.4. Peformance settings memory_limit ..................... 256M max_execution_time ........ 15 max_input_time ................ 10 post_max_size ................. Default upload_max_filesize ........ Default
  19. Is this from pilots who do not have a country selected.?
  20. No changes were made - Waiting to hear from ISP we had them increase php mem to 256 and in checking I think they may have changed the temp file locations. What is strange is that a pilot can make a flight w an ACARS and it is being recorded. shows up under recent flights, in vacentral and in the DB.
  21. We cannot log in, was working ok and now - every time you enter the login info and password it just loops back to login screen, no error message. Strange thing is that you can make a flight logging in with smartCARS. I created a charter and flew it, the data was showing on vaCentral and when the PIREP was filed. VA central showed the flight. Checked the DB and the flight was there also. Just cannot login either as a pilot or Admin. UPDATE: ISP had done an update on the server. They had to do a restore of the complete server to correct the issue.
  22. Using Blue Ocean also have tried with Crystal. "Lost Password" "staff" or "all pilots" emails are not being sent. Appears to an error in the "core/modules/login.php" file. Currently it is still referring to templates as ".tpl" and "public function". I have tried to change these to .php and public static function, however then no login is possible. Ability to emails mandatory. Especially since we just converted a 30 yrs old airline to PHPvms.
  23. This error is constantly showing up in our logs. Hopefully someone has an answer. [Wed Jul 06 08:00:32 2016] [error] [client 128.119.91.85]File does not exist: /..../lib/images/countries/.png, referer: http://prs..../index.php [Wed Jul 06 08:01:50 2016] [error] [client 72.19.102.39] File does not exist: /..../lib/images/countries/.png, referer: http://prs.....com/ What file should it be looking for. It is looking for /.png that is incorrect code. should be looking for a[example name.png]
  24. File name error when downloading "airbus Extended" The module is adding additional info to the filename. Can the file name be downloaded without adding the additional info. No need for FS9 or FSX etc. It is not showing in the FMC. Example below: Downloaded name: KPHXKORD_ABX_1467038230.flp (does not show up in FMC) Should be: KPHXKORD.flp (this is how it looks directly from SimBrief and it show correctly in the FMC
  25. I found the issue, there is a error in the original file, I verified it with Github. The pilot days code is in error. currently: it is ``` <?php> $days = Config::Get('PILOT_INACTIVE_TIME'); ?> ``` SHOULD BE: ``` <?php $days = Config::Get('PILOT_INACTIVE_TIME'); ?> ``` ------------------------------------------------------- Is there a way to get the icons that you used originally? It is easier to have a quick look and a admin can see the status (yellow and red colors) very quickly. Hopefully you can have the automatic emails soon. Currently is there any notification available to an admin that a pilot needs a warning or has goon inactive? Thanks
×
×
  • Create New...