mitcheinfo Posted September 22, 2014 Report Share Posted September 22, 2014 Sorry for the question, I know nothing about programming. Any example and where I have to change. 1.Edit simbrief.apiv1.js in lib/js and add your full website addres in the apropiate location 2.Edit your schedule_briefing.tpl in /core/templates and in line 195 edit the link to corespond to your site Example http://www.yoursitelink/index.php/SimBrief Last line Finish 148 3. Add this line before tag in layout.tpl I have to add here Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted September 22, 2014 Author Members Report Share Posted September 22, 2014 if you want sent me your ftp details thought pm Quote Link to comment Share on other sites More sharing options...
sabahassani Posted November 3, 2014 Report Share Posted November 3, 2014 Hello dear vangelis i installed the v2 of your module but it does not accept the reports . i checked : the place of the code is correct . Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 3, 2014 Author Members Report Share Posted November 3, 2014 Can you attach the PIREPData.class.php file located in core/common Quote Link to comment Share on other sites More sharing options...
sabahassani Posted November 4, 2014 Report Share Posted November 4, 2014 thank you for your respond. PIREPData.class.php PirepAcData.class.php Quote Link to comment Share on other sites More sharing options...
sabahassani Posted November 7, 2014 Report Share Posted November 7, 2014 any lock vangelis? Quote Link to comment Share on other sites More sharing options...
Curshad Posted November 7, 2014 Report Share Posted November 7, 2014 Is your settings suppose to disappear when you save settings? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 9, 2014 Author Members Report Share Posted November 9, 2014 thank you for your respond. From what i see it seems to be corect can you provide me with a screenshot with the criteria and one with a flight log ? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 9, 2014 Author Members Report Share Posted November 9, 2014 Is your settings suppose to disappear when you save settings? Emmm no Quote Link to comment Share on other sites More sharing options...
sabahassani Posted November 9, 2014 Report Share Posted November 9, 2014 same setting problem occurred here too !!!! it does not change!!!! ss: http://s1.img7.ir/LiqVf.jpg Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted November 10, 2014 Moderators Report Share Posted November 10, 2014 tried to install it today but its not showing in the admin part of the site ? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 11, 2014 Author Members Report Share Posted November 11, 2014 If you manualy add the module addres in your browser is it working ? www.youreweb.com/admin/index.php/PirepAutoAccept Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted November 11, 2014 Moderators Report Share Posted November 11, 2014 yes it is Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 12, 2014 Author Members Report Share Posted November 12, 2014 You need to manualy add the link as per instructions Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted November 13, 2014 Moderators Report Share Posted November 13, 2014 ok will ad tge link you gave here manual thanks Quote Link to comment Share on other sites More sharing options...
Longhaul444 Posted December 17, 2014 Report Share Posted December 17, 2014 Is there a way to reject a pirep if the pilots don't use the aircraft in the schedule when they fly? I have a pilot who uses a 738 on routes for a 744. I am also looking into having the ACARS not even start the flight if the aircraft isn't correct. Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted December 19, 2014 Author Members Report Share Posted December 19, 2014 Unfortunatly no Quote Link to comment Share on other sites More sharing options...
jamyboy Posted December 22, 2014 Report Share Posted December 22, 2014 Dear Baggelis is there a chance of putting a code for under review based on the criteria currently all the pireps were getting accepted or rejected but we wanted to include something in between for example based on the criteria if we wanted some of the pireps do not directly get rejection it should come under review so admin can review the pireps and then decide weather to go for approval or rejection. i hope you understand my point. Quote Link to comment Share on other sites More sharing options...
VIPAIR Posted January 21, 2015 Report Share Posted January 21, 2015 Hello I have a problem with pirep auto accept, so it's doesn't accepts pirep. Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted January 22, 2015 Author Members Report Share Posted January 22, 2015 What seems to be the problem ? Did you followed the instructions ? Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted January 23, 2015 Report Share Posted January 23, 2015 Hi Vangelis, one help please Strict Standards: Non-static method PirepAcData::get_criteria() should not be called statically, assuming $this from incompatible context in/homepages/10/d328219951/htdocs/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 52 and Strict Standards: Non-static method PirepAcData::get_settings() should not be called statically, assuming $this from incompatible context in/homepages/10/d328219951/htdocs/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 54 Tanks Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted January 23, 2015 Author Members Report Share Posted January 23, 2015 Hello can you please tell me what php version and what phpvms version you are using ? and try replacing in common/PirepAcData.php aprox line 27 public function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } With public static function get_settings() { $query = "SELECT * FROM ".TABLE_PREFIX."autopirep_settings"; return DB::get_row($query); } Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted January 23, 2015 Report Share Posted January 23, 2015 I'm with the PHP version and not the TPL. With passing Static no longer get the error, thank you very much Simpilot 5.5.1 mysqlnd 5.0.10 Quote Link to comment Share on other sites More sharing options...
mitcheinfo Posted January 23, 2015 Report Share Posted January 23, 2015 Clicking save me out : Strict Standards: Non-static method PirepAcData::editSettings() should not be called statically, assuming $this from incompatible context in /homepages/10/d328219951/htdocs/admin/modules/PirepAutoAccept/PirepAutoAccept.php on line 135 I`m sorry forgive, and arrange. public function editSettings($setting_id,$moduleenabled,$landing_rate, $send_mail_to_admin, $send_mail_to_pilot, $admin_code) Change public static function editSettings($setting_id,$moduleenabled,$landing_rate, $send_mail_to_admin, $send_mail_to_pilot, $admin_code) Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted January 23, 2015 Author Members Report Share Posted January 23, 2015 you sorted it out ? Quote Link to comment Share on other sites More sharing options...
SupernovaSurfer Posted January 26, 2015 Report Share Posted January 26, 2015 Hello Vangelis thanks for the module , is there a way to keep manually filed pireps on hold ( pending status) and then have a pirep manager manually accept the pirep later ? Regards Deepan Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted January 26, 2015 Author Members Report Share Posted January 26, 2015 I am sorry but not with this module Quote Link to comment Share on other sites More sharing options...
gio1961 Posted January 26, 2015 Report Share Posted January 26, 2015 Good Evening. Many pilots send pireps not have data (log) how can I do to make that the PIREPs is rejected. Thanks for a possible answer. Regards Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted January 27, 2015 Author Members Report Share Posted January 27, 2015 Can you please provide a link of such a pirep ? Quote Link to comment Share on other sites More sharing options...
Fernando Posted February 6, 2015 Report Share Posted February 6, 2015 I installed your module, but after installing the flight that participate through TOUR SYSTEM module not identify most. The module is not compatible? when I accept manual log it appears in the module when it is on your system does not appear. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.