Administrators Nabeel Posted December 21, 2009 Administrators Report Posted December 21, 2009 Revision 821: fixed #116 fixed #118, vaCentral updates20 December 2009, 8:34 pmfixed #116 fixed #118, vaCentral updatesSource: Revisions of /Download from http://downloads.phpvms.net/phpvms.beta.zip
Administrators Nabeel Posted December 21, 2009 Author Administrators Report Posted December 21, 2009 vaCentral is now in open beta from this build.
Moderators joeri Posted December 21, 2009 Moderators Report Posted December 21, 2009 here it ste chechinstall 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/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php 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/modules/Schedules/Schedules.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Profile/Profile.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/Registration/Registration.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 [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pireps_addcomment.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_liveacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_autoconfirm.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/xacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_pirep_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 18 errors
CTB001 Posted December 21, 2009 Report Posted December 21, 2009 here is mine 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/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php 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/classes/ezDB.class.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/XML/XML.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/Import/Import.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] /core/templates/pireps_addcomment.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_liveacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_autoconfirm.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/xacars_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/fsfk_pirep_config.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/dashboard.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/pages_editpage.tpl did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 17 errors
pouzo Posted December 21, 2009 Report Posted December 21, 2009 Hey, in the Admin panel under Flight schedules , if the flight is inactive it shows in the active too . I dont know why Edit: I fixed the Coding in the Admin/Modules/operations . Now it only shows the Active inside the Active and Inactive under Inactive. This is the code ui changed at line 300 if($type == 'schedules' || $type == 'activeschedules') { $params = array(); $schedules = SchedulesData::findSchedules($params, $num_per_page, $start); $this->set('title', 'Viewing Active Schedules s'); $this->set('schedules', SchedulesData::findSchedules(array('s.enabled'=>1))); if(count($schedules) >= $num_per_page) { $this->set('paginate', true); $this->set('start', $this->get->start+1); $this->set('prev', $this->get->start); } }
faraz Posted December 21, 2009 Report Posted December 21, 2009 HI 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/checkinstall.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.php 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/modules/XML/XML.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/ACARS/fspax.php did not match, possibly corrupt or out of date [Checksum failed] /core/modules/FrontBids/FrontBids.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/Maintenance/Maintenance.php did not match, possibly corrupt or out of date [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_briefing.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/core_navigation.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/awards_allawards.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/settings_customfieldsform.tpl did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/reports_main.tpl did not match, possibly corrupt or out of date -- Checked 205 files, found 14 errors
Administrators Nabeel Posted December 21, 2009 Author Administrators Report Posted December 21, 2009 Thanks everyone!
llju1 Posted December 21, 2009 Report Posted December 21, 2009 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/install.php did not match, possibly corrupt or out of date [Error] ../unit_test.php doesn't exist [Checksum failed] /admin/modules/PIREPAdmin/PIREPAdmin.php did not match, possibly corrupt or out of date [Checksum failed] /install/install.sql did not match, possibly corrupt or out of date -- Checked 205 files, found 4 errors
Administrators Nabeel Posted December 21, 2009 Author Administrators Report Posted December 21, 2009 Wow, only 4? What OS is your server? And how are you uploading the files?
llju1 Posted December 21, 2009 Report Posted December 21, 2009 The Server OS is windows I believe. I upload all the files direct to my server using MS Expression Web 3. then use the updater in the install folder. I guess I am doing every thing right. But one problem I have is how does rank change work. I go to the individual Pilot and there is not way to change the rank other than to change the previous VA hours. As we are a military VA I was hoping this would work. Or am I doing something wrong. Thanks for the great work
Administrators Nabeel Posted December 21, 2009 Author Administrators Report Posted December 21, 2009 There's this setting in app.config, which you should put in your local.config, and then set it to false: # Automatically calculate ranks? Config::Set('RANKS_AUTOCALCULATE', true); Then when you edit a pilot's profile, you'll have the option to change their rank as wellq
Recommended Posts