DesComm Posted June 27, 2016 Report Share Posted June 27, 2016 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 Quote Link to comment Share on other sites More sharing options...
FlightDeckES Posted June 30, 2016 Report Share Posted June 30, 2016 allow_url_fopen and allow_url_include in php.ini are off contact your hosting company for further information hello good afternoon some solution to this issue please help thank you very much as could fix Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted July 2, 2016 Author Members Report Share Posted July 2, 2016 You gave the answer and then you do the question allow_url_fopen and allow_url_include should be enabled in php.ini if you do not know how to do it then you should contact your hosting company Quote Link to comment Share on other sites More sharing options...
unitedva Posted July 19, 2016 Report Share Posted July 19, 2016 Hello, I'm having a similar problem where the briefing window will open, it will load to 100%, and it will close but nothing happens. I have allow_url_fopen and allow_url_include enabled in my php.ini. Any help would be appreciated! Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted July 20, 2016 Author Members Report Share Posted July 20, 2016 If this is your website http://www.unitedairlinesvirtual.com/index.php/schedules/details/2 then i do not see a simbrief button please setup the module by reading carefully the instructions so we can see what your problem is Quote Link to comment Share on other sites More sharing options...
unitedva Posted July 20, 2016 Report Share Posted July 20, 2016 Hi Vangelis, That is the wrong link. It is under "Pilot briefing" here: http://www.unitedairlinesvirtual.com/index.php/schedules/brief/2. I have a simbrief button on that page; however, is the button supposed to be installed on the page you're looking at? Best Regards Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted July 20, 2016 Author Members Report Share Posted July 20, 2016 Did you changed anything except line 23 in simbrief.apiv1.js ? as far as i can see at line 107 it should be outputpage_calc = outputpage.replace("http://",""); and yours is outputpage_calc = outputpage.replace("http://www.unitedairlinesvirtual.com"); Quote Link to comment Share on other sites More sharing options...
unitedva Posted July 20, 2016 Report Share Posted July 20, 2016 I will change that right now. Thanks! Quote Link to comment Share on other sites More sharing options...
unitedva Posted July 20, 2016 Report Share Posted July 20, 2016 Still no luck unfortunately. Quote Link to comment Share on other sites More sharing options...
nicolaananda Posted July 20, 2016 Report Share Posted July 20, 2016 Thanks its work fine for my website But, how to add Gate Assign for Flight? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted July 21, 2016 Author Members Report Share Posted July 21, 2016 Still no luck unfortunately. Delete everything and try to reinstall it by following the instructions Quote Link to comment Share on other sites More sharing options...
unitedva Posted July 21, 2016 Report Share Posted July 21, 2016 I will try that. Thank you! Quote Link to comment Share on other sites More sharing options...
Iraklis Posted August 14, 2016 Report Share Posted August 14, 2016 (edited) hi baggelis. I have install the module, got the API key from Simbrief and when i click the buuton Generate Simbried the popup appears, the bar is loading and when it reaches 100% dissapears. The server has the allow_url_fopen enabled. also we are using the Real Booking system from phpmods (servetas) any ideas??? Edited August 14, 2016 by Iraklis Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 7, 2016 Report Share Posted October 7, 2016 (edited) Hello , I am running PHPVMS v5.5. I have installed everything as per instructions. But when I click on "Generate" Button , Nothing happens. Now I'll be as specific as possible of the things I have done : I have allow_url_fopen and allow_url_include enabled in php.ini . I have tried writing the javascript code ("<script>......</script> in - 1. both core_htmlhead and layout.php. 2.only core_htmlhead. 3. Only layout.php I have renamed every ".tpl" file to ".php". I have pasted the API key sent to me by SimBrief Guys. I have replaced "YOURSITENAME" to my website name (where the phpvms is installed) in schedule_Briefing.php . Edited October 30, 2016 by shrikar Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted October 7, 2016 Author Members Report Share Posted October 7, 2016 Invalid logon can you please confirm the passwords are working ? Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 8, 2016 Report Share Posted October 8, 2016 Invalid logon can you please confirm the passwords are working ? My Apologies. The Test Account is : ID : JAI0004 Pass : test1234 Quote Link to comment Share on other sites More sharing options...
Iraklis Posted October 22, 2016 Report Share Posted October 22, 2016 hi baggelis. I have install the module, got the API key from Simbrief and when i click the buuton Generate Simbried the popup appears, the bar is loading and when it reaches 100% dissapears. The server has the allow_url_fopen enabled. also we are using the Real Booking system from phpmods (servetas) any ideas??? any help please??? Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Report Share Posted October 23, 2016 hello i have this problem when i added the simbrif i get it up to work but when i clickk on brif i got to those random pages i found the fail its somehow the button is linked to yourwebsite.com or somthing how do i fix that ??? Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 23, 2016 Report Share Posted October 23, 2016 hello i have this problem when i added the simbrif i get it up to work but when i clickk on brif i got to those random pages i found the fail its somehow the button is linked to yourwebsite.com or somthing how do i fix that ??? 1. Go to schedule_briefing.tpl 2.Around line 95 you will find this <input type="button" onclick="simbriefsubmit('http://www.YourWebSite.com/index.php/SimBrief');" style="font-size:30px" value="Generate Simbrief"> 3. Change "YourWebsite.com" to your VA website where phpVMS is installed. Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Report Share Posted October 23, 2016 (edited) 1. Go to schedule_briefing.tpl 2.Around line 95 you will find this <input type="button" onclick="simbriefsubmit('http://www.YourWebSite.com/index.php/SimBrief');" style="font-size:30px" value="Generate Simbrief"> 3. Change "YourWebsite.com" to your VA website where phpVMS is installed. ah , i treid to install it all over agian , now the site not wanna lunch the script and i did all after the install guide if some one could see whats wrong that would be very nice site is habcom.cf Edited October 23, 2016 by lapw123 Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted October 23, 2016 Author Members Report Share Posted October 23, 2016 hello i have this problem when i added the simbrif i get it up to work but when i clickk on brif i got to those random pages i found the fail its somehow the button is linked to yourwebsite.com or somthing how do i fix that ??? Please follow instructions 3.Edit simbrief.apiv1.js in lib/js and add your full website addres in the apropiate location 4.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 Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Report Share Posted October 23, 2016 Please follow instructions 3.Edit simbrief.apiv1.js in lib/js and add your full website addres in the apropiate location 4.Edit your schedule_briefing.tpl in /core/templates and in line 195 edit the link to corespond to your site Example http://www.yoursitel...ex.php/SimBrief thanks alot dude Quote Link to comment Share on other sites More sharing options...
nicolaananda Posted November 29, 2016 Report Share Posted November 29, 2016 work in phpvms 5.5? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 30, 2016 Author Members Report Share Posted November 30, 2016 Yes it works you might need to rename the tpl to php Quote Link to comment Share on other sites More sharing options...
TAV1702 Posted November 30, 2016 Report Share Posted November 30, 2016 It works a treat in 5.5. And you are correct on renaming the tpl files. Quote Link to comment Share on other sites More sharing options...
Omerr01 Posted March 22, 2017 Report Share Posted March 22, 2017 Hello, I have problem with your SimBrief, a lot of Warning: simplexml_load_file() [function.simplexml-load-file] and Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct() [<a href='datetime.--construct'>datetime.--construct</a>]: Failed to parse time string (@) at position 0 (@): Unexpected characte... Quote Link to comment Share on other sites More sharing options...
RafaelLetras Posted June 22, 2017 Report Share Posted June 22, 2017 On 30/11/2016 at 5:13 PM, Vangelis said: ,Yes it works you might need to rename the tpl to php Your website is not online here to download the simbrief module , possible to reupload on github? Quote Link to comment Share on other sites More sharing options...
RuiMiguel Posted June 22, 2017 Report Share Posted June 22, 2017 (edited) hello simbrief.zip Edited June 22, 2017 by RuiMiguel Quote Link to comment Share on other sites More sharing options...
topher2880 Posted July 8, 2017 Report Share Posted July 8, 2017 Simbrief wont do anything for me either.. ive looked at many threads here at how people are 'fixing' it, and a lot appear to be silly mistakes. Im sure mine is also, however I can not seem to get it going. When you head to /index.php/schedules/brief/7334 or whichever schedule, and click on Generate Simbrief, absolutely nothing happens at all. Ive seen other posts about making sure things are edited, so: simbrief.apiv1.php in core/modules/SimBrief = DONE (api copy/paste) simbrief.apiv1.js in lib/js = DONE (website address) schedule_briefing.tpl in /core/templates = DONE <form id="sbapiform" method="get" action="http://www.simbrief.com/ofp/ofp.loader.api.php" target="SBworker"> = DONE <script type="text/javascript" src="<?php echo fileurl('lib/js/simbrief.apiv1.js');?>"></script> = DONE (in head of html) It would be great if someone could give me a hand on this, oh, and changing tpl to php threw up missing tpl file error thanks in advance Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted July 8, 2017 Author Members Report Share Posted July 8, 2017 (edited) what is your website so we can have a look at it ? nevermind i just remember that i have your website on my pm but for the rest please post your website as it is easyer for us to help you Edited July 8, 2017 by Vangelis found it 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.