Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by flyalaska

  1. I removed the TS Viewer and still no map.
  2. My link and My link, Its a new install, so there shouldn't be any errors.
  3. Yes, I even got a new key.
  4. The reintall worked, and the error is gone. One problem though. The ACARS map wont display.
  5. After I removed the Install directory, I get this error. An Error Was Encountered phpVMS has not been installed yet! Goto install/install.php to start! I have removed the install directory. I have checked several times.
  6. phpVMS Virtual Airline Administration Software Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files [Checksum failed] /install/templates/s3_setup_finished.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/common/PIREPData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/PilotData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/FinanceData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/ACARSData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/common/CentralData.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightimages.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/profile_stats.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightplan.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/acarsmap.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_log_flightdata.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/email_pilot_retired.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/profile_main.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_vaconfig.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pilots_list.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_details.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/login_passwordreset.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pirep_editform.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/classes/CodonEvent.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/app.config.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Pilots/Pilots.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/xacars.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/PIREPS/PIREPS.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/RouteMap/RouteMap.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /lib/js/jquery_essentials.js did not match, possibly corrupt or out of date [Checksum failed] /lib/js/ofc/js-ofc-library/ofc.js did not match, possibly corrupt or out of date [Checksum failed] /lib/js/acarsmap.js did not match, possibly corrupt or out of date [Checksum failed] /lib/js/jquery-admin.js did not match, possibly corrupt or out of date [Checksum failed] /action.php did not match, possibly corrupt or out of date -- Checked 164 files, found 30 errors
  7. After uploading a new copy of core, I still get that error when filing a pirep manually.
  8. I just downloaded a new copy of the stable release, and there is no core/classes/ezdb folder
  9. I am on 854, I have re uploaded the core folder.
  10. I do not have that folder.
  11. I got the edit problem fixed. Also I made a manual pirep and I got this error. Fatal error: Call to undefined method DB::build_update() in /home/flyakaco/public_html/core/common/PIREPData.class.php on line 789
  12. I just got all my file transferred to the FiveDev server, I noticed when I go to edit a pending PIREP that all the fields are blank and the links on the left are for sending email to all pilots. When I first tried the links were for Pilot Shop, I deleted that MOD and I get the email links. ANy ideas whats causing this?
  13. There was a line of code in the core/common/PIREPData.class that I missed when I removed the pagination that controlled the rows per page. With that removed, everything works fine.
  14. With the help of Kieran, we got it fixed.
  15. Yes the 175 is mine, when I ran it with the ID 154 it returned SELECT COUNT( pirepid ) FROM phpvms_pireps WHERE pilotid =154 COUNT(pirepid) 78
  16. His pilot id is 154, That's what I did. For mine, I used SELECT COUNT(pirepid) FROM phpvms_pireps WHERE pilotid=1
  17. That didn't work. In fact mostly everyone has been effected. I have 172 listed but only showing 20+ on my pirep view. I did have have the pirep_viewall.tpl paginated. Reverted just in-case that was the problem. I ran this, and it exucuted correct, but had no effect. SELECT COUNT(pirepid) FROM phpvms_pireps WHERE pilotid=1 Any ideas?
  18. I will check that out. The reason for the offset numbers, because we start at AKA100. That's the format we we used before phpVMS, so instead of changing every ones ID, I just changed the config to start at 100.
  19. I have a problem with one pilots flights.In his profile it shows him at 25 flights with the rank of First Officer. If you look at the log book he should have around 75 flights. He has 113.52 hours which should give him the rank of I have my logbook paginated @ 25 per page. I took the paginate page down and upload the the default template and still the same problem. So I know the pagination is not the problem. http://www.flyaka.com/index.php/profile/view/154 When I look in the admin under his PIREPS, it only shows 25 PIREPS. Another thing, he is the only one with this problem. I looked at mine an other pilots, everything matches. He files his PIREPS manually. All my ranks are set correctly, and I have rested the hours in the settings.
  20. This is going to be a nice add-on for phpVMS. I am a tester and the program is working and is underway.
  21. I have my pilots page paginated, I haven't got around to paginating my schedules yet. - View Page I can help you out later this week if you want.
  22. I use Gmail through my domain. It's free if you sign up as a non profit. I think that is how I did it.
  23. The PIREP count on vaCentral is not accurate. It shows 6,120 PIREPS we actually have 2,304. Everything else is correct.
  24. There is one already in the works. Here
  25. Awesome! Thanks for the hard work you do with all these MODS, and thank you very much for sharing. Very much appreciated!
×
×
  • Create New...