Jump to content

thomas2360

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by thomas2360

  1. Hello everyone ! I've a little problem. I installed this module but now when I want to edit my schedules, there's an error : " There was an error editing the schedule: Unknown column 'week1' in 'field list' ". That comes from your module because before I didn't have any problem. Can you help me, please? Thank you ! Thomas
  2. Can you help me because I don't understand very well your instructions. Regards,
  3. Hello, I've the same problem as Mr.Bean and I don't understand why it doesn't works great. Can you tell me how to do? Regards, Thomas
  4. Hello Vansers, Can you give me the link to download your skin "Crystal Skin"? Thank you! Thomas
  5. Hello ! We have some problems with the data base. In fact, when one of our aircrafts have to go to the maintenance : we don't tick "Enabled" in the aircraft page. But, the aircraft is still enabled in the flight repport page so that pilots can choose it. We would like the aircraft not to be in the list in flight repports. If someone has a solution, It would be good! Thank you very much! Best regards, Thomas
  6. Can someone give me a clear instruction with a code? Thank you!
  7. Hello every one! Can someone help me? In fact, I would like to have a pilot list without hubs. Can someone give a php code for pilot.php in modules? to order my pilots in a single list. I hope you could help me! Thomas
  8. Hello everyone! I wanted to know if someone can give me a php code for the contact us. In fact I would like my pilots to choose a recipient and the mail will be send at this recipient. For example, the differents recipients are "thomas" : thomas@phpvms.com ;"peter" : peter@phpvms.com ;"mike" mike@phpvms.com . If the the pilot choose "mike" the message would be send at mike@phpvms.com. Thank you for your help!
  9. Hello, We have checked all our configuration files but we haven't found any errors. Can someone explain how to solve this problem? Thank you for your help! Thomas
  10. Hello everyone! I'd like to know what code I need to let my pilots choose their aircraft in the schedule briefing because the calculation of fuel depends on the aircraft. I've tried that but it's not good! <dd> <select name="aircraft" id="aircraft"> <option value="">Si l'appareil avec lequel vous avez volé n'est pas dans la liste cliquez sur AUTRE.</option> <?php foreach($allaircraft as $aircraft) { $sel = ($_POST['aircraft'] == $aircraft->name || $bid->registration == $aircraft->registration)?'selected':''; echo '<option value="'.$aircraft->id.'" '.$sel.'>'.$aircraft->name.' - '.$aircraft->registration.'</option>'; } ?> </select> </dd> Thank you for your help!
  11. Yes I know that but I was wondering how to edit the text (change words) on the signature. Thank you!
  12. Hello everybody! I just want to know how to change the text which is on the signature. Thank you for your help!
  13. I'm afraid I've already done that! All ranks are configured with a price. I can't find the problem. Does someone know what's the problem? Thank you!
  14. I'm afraid I've already done that! All ranks are configured with a price. I can't find the problem. Does someone know what's the problem? Thank you!
  15. Hello everybody! I've got a little problem. Well, when one pilot send a PIREP from the website I receive it in the Admin panel but the problem is that pilot pay is not entered and I've got to enter it myself. Could you give me a solution please? Thank you for your help!
  16. I tried your solution but it doesn't work. Can someone correct me the php code, please? Thank you!
  17. Hello everyone! I've got a problem with this code which is on the pilote public profile. <?php if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><strong>Commentaires staff: </strong><?php echo PilotData::GetFieldValue($userinfo->pilotid, 'Commentaires staff');?></li> '; } ?> Thank you for your help!
  18. Install Check phpVMS Build Number: 934 Checking PHP version [OK] PHP version is 5.2.10.x ASP Tags [OK] ASP-style tags are disabled 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] /core/templates/profile_badge.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_results.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/profile_edit.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/frontpage_main.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/finance_summarysheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/registration_sentconfirmation.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/contact_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/login_forgotpassword.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_bids.tpl 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/registration_autoconfirm.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/profile_changepassword.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pages_content.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/login_form.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/schedule_searchform.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] /core/templates/login_already.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/finance_balancesheet.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/pirep_new.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/pilot_public_profile.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/email_lostpassword.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/registration_error.tpl did not match, possibly corrupt or out of date [Checksum failed] /core/templates/email_registered.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/modules/PIREPS/PIREPS.php did not match, possibly corrupt or out of date [Checksum failed] /admin/templates/pilots_list.tpl did not match, possibly corrupt or out of date -- Checked 183 files, found 29 errors Database Check Checking phpvms_acarsdata...OK Checking phpvms_adminlog...OK Checking phpvms_aircraft...OK Checking phpvms_airlines...OK Checking phpvms_airports...OK Checking phpvms_awards...OK Checking phpvms_awardsgranted...OK Checking phpvms_bids...OK Checking phpvms_customfields...OK Checking phpvms_downloads...OK Checking phpvms_expenselog...OK Checking phpvms_expenses...OK Checking phpvms_fieldvalues...OK Checking phpvms_financedata...OK Checking phpvms_fuelprices...OK Checking phpvms_groupmembers...OK Checking phpvms_groups...OK Checking phpvms_navdata...OK Checking phpvms_news...OK Checking phpvms_pages...OK Checking phpvms_pilots...OK Checking phpvms_pirepcomments...OK Checking phpvms_pirepfields...OK Checking phpvms_pireps...OK Checking phpvms_pirepvalues...OK Checking phpvms_ranks...OK Checking phpvms_schedules...OK Checking phpvms_sessions...OK Checking phpvms_settings...OK Checking phpvms_updates...O
  19. Hello! I have a problem when I go in my admin center, I go in View all pilots and all schedules and all airports and I can't see the list whereas I have pilots, schedules and airports. Thank you for your help!
  20. Hello everybody! I have a litle problem. Well, when I log myself on the website of my VA it tell me: " Warning: Cannot modify header information - headers already sent by (output started at /home/aerogalv/domains/worldskyairline.com/public_html/web/core/app.config.php:1) in /home/aerogalv/domains/worldskyairline.com/public_html/web/core/modules/Login/Login.php on line 154" and when I disconnect: "Warning: Cannot modify header information - headers already sent by (output started at /home/aerogalv/domains/worldskyairline.com/public_html/web/core/app.config.php:1) in /home/aerogalv/domains/worldskyairline.com/public_html/web/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/aerogalv/domains/worldskyairline.com/public_html/web/core/app.config.php:1) in /home/aerogalv/domains/worldskyairline.com/public_html/web/core/modules/Logout/Logout.php on line 26" Thank you for your help! Thomas
  21. Hello! I use the pilot shop with phpvms and I want to know if it's possible to view on publics pilotes profiles the purchases. Like that, a pilot can view the objects of an other. If you know how to do, Can you give me an answer? or a php code Thank You, Thomas
×
×
  • Create New...