Jump to content

Recommended Posts

Posted

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

Posted

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

10rv4gw.jpg

  • Members
Posted

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

  • 3 weeks later...
Posted

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!

  • Members
Posted

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");

  • 4 weeks later...
Posted (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 by Iraklis
  • 1 month later...
Posted (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 by shrikar
  • 2 weeks later...
Posted

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???

Posted

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 ???

Posted

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.

Posted (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 by lapw123
  • Members
Posted

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

  • 1 month later...
  • 3 months later...
Posted

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...

  • 3 months later...
  • 3 weeks later...
Posted

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


 

 

  • Members
Posted (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 by Vangelis
found it

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...