Administrators ProAvia Posted February 10, 2021 Administrators Report Share Posted February 10, 2021 4 hours ago, Paulevans1 said: Hi im having a problem in which ive not seen after reading through every comment in this thread, I have uploaded all files and changed all relevent information. when i click the generate SimBrief button i DO get the pop up and the progress bar does go across. i DONT get any errors. once its completed my page reloads but its just blank? any advice? Using Crew Centre Tried multiple version of PHP from 5..4 up to 7.4 still the same What version of phpVMS? What version of PHP? What version of MySQL or MariaDB? Do you have a simBrief API key? If so, is it entered in the correct location on your site? Have you attempted to use simBrief with the default crystal skin? Quote Link to comment Share on other sites More sharing options...
Strider Posted February 11, 2021 Report Share Posted February 11, 2021 Your site might not show the errors but check the error.log file as it may be recording any errors that are not shown. Quote Link to comment Share on other sites More sharing options...
RedKingOne Posted September 27, 2021 Report Share Posted September 27, 2021 (edited) Greetings everyone, I have taken all the steps in the read me file and even attempted some of the modifications suggested in the forums. I still continue to get the following errors. Any help would be appreciated. I am running PHP Version 5.6 on a modified version of phpvms 5.5.X. Skin is a modified combination of the Mark Sawn and Stisla Crew Centers. Quote Warning: simplexml_load_file(https://www.simbrief.com/ofp/flightplans/xml/.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /public_html/crew.airboundvirtual.net/core/modules/SimBrief/SimBrief.php on line 12 Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://www.simbrief.com/ofp/flightplans/xml/.xml" in /public_html/crew.airboundvirtual.net/core/modules/SimBrief/SimBrief.php on line 12 Edited September 27, 2021 by Shadesb181 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted September 28, 2021 Administrators Report Share Posted September 28, 2021 What are the contents of line 12 in the .../modules/SimBrief/SimBrief.php file? What do you mean by a "modified version of phpvms 5.5.x"? What exact version? Look in the lower right corner of the admin panel. What version of MySQL or MariaDB? Quote Link to comment Share on other sites More sharing options...
RedKingOne Posted September 28, 2021 Report Share Posted September 28, 2021 Quote @ProAvia What are the contents of line 12 in the .../modules/SimBrief/SimBrief.php file? What do you mean by a "modified version of phpvms 5.5.x"? What exact version? Look in the lower right corner of the admin panel. What version of MySQL or MariaDB? This is the complete code for the SimBrief.php Quote <?php class SimBrief extends CodonModule { public function index() { $url = 'https://www.simbrief.com/ofp/flightplans/xml/'.$this->get->ofp_id.'.xml'; $xml = simplexml_load_file($url); $this->set('info', $xml); $this->render('SimBrief/SimBrief.php'); //print_r($xml); } } Line 12 is Quote $xml = simplexml_load_file($url); I am running simpilot phpvms 5.5.2 and a MySQL Server version: 5.7.33-cll-lve - MySQL Community Server - (GPL). When I say modified version I am referring to skins and modules, not the platforms themselves. Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted September 29, 2021 Administrators Report Share Posted September 29, 2021 Be sure url_fopen is set to ON in php. Seems the XML file is unable to load/import. Did you customize any portion of the simBrief addon? If so, revert to default. Or maybe try when using the default "crystal" skin. One other thing it may be.... check your Windows regional settings are set to "en-US" and that your decimal separator is set to a period and not a comma. simBrief uses a period and will error if a comma is used - even if region is en-US. Quote Link to comment Share on other sites More sharing options...
RedKingOne Posted October 3, 2021 Report Share Posted October 3, 2021 On 9/28/2021 at 8:21 PM, ProAvia said: Be sure url_fopen is set to ON in php. Seems the XML file is unable to load/import. Did you customize any portion of the simBrief addon? If so, revert to default. Or maybe try when using the default "crystal" skin. One other thing it may be.... check your Windows regional settings are set to "en-US" and that your decimal separator is set to a period and not a comma. simBrief uses a period and will error if a comma is used - even if region is en-US. @ProAviasorry on the delay, and thanks for the continued support. I can confirm that url_fopen is on. I am also using the all default files for the SimBrief module pulled directly from GitHub. Added by credentials and website as directed of course. I also attempted your suggestion and changed to crystal theme. Same result. Quote Link to comment Share on other sites More sharing options...
RedKingOne Posted October 3, 2021 Report Share Posted October 3, 2021 (edited) @ProAviaI thought I should share the full error log when the .../SimBrief page is loaded. Quote [03-Oct-2021 01:52:12 UTC] PHP Warning: simplexml_load_file(https://www.simbrief.com/ofp/flightplans/xml/.xml): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /public_html/crew.airboundvirtual.net/core/modules/SimBrief/SimBrief.php on line 12 [03-Oct-2021 01:52:12 UTC] PHP Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://www.simbrief.com/ofp/flightplans/xml/.xml" in /public_html/crew.airboundvirtual.net/core/modules/SimBrief/SimBrief.php on line 12 [03-Oct-2021 01:52:12 UTC] PHP Warning: Invalid argument supplied for foreach() in /public_html/crew.airboundvirtual.net/core/templates/SimBrief/SimBrief.php on line 27 [03-Oct-2021 01:52:12 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character' in /public_html/crew.airboundvirtual.net/core/templates/SimBrief/SimBrief.php:64 Stack trace: #0 /public_html/crew.airboundvirtual.net/core/templates/SimBrief/SimBrief.php(64): DateTime->__construct('@') #1 /public_html/crew.airboundvirtual.net/core/classes/TemplateSet.class.php(238): include('/home/hhn5rom3k...') #2 /public_html/crew.airboundvirtual.net/core/classes/TemplateSet.class.php(181): TemplateSet->getTemplate('SimBrief/SimBri...', false, true, false) #3 /public_html/crew.airboundvirtual.net/core/classes/Template.class.php(82): TemplateSet->showTemplate('SimBrief/SimBri...') #4 /public_html/crew.airboundvirtual.net/core/classes/CodonModule.class.php(92): Template::show('SimBrief/SimBri...') #5 /public_html/crew.airboundvirtual.net/core/ in /home/hhn5rom3k2gz/public_html/crew.airboundvirtual.net/core/templates/SimBrief/SimBrief.php on line 64 I am guessing the template errors are a result of the XLM files not loading. On a side note, all other modules load up just fine. SimBrief is the only troublesome one at the moment. Edited October 3, 2021 by RedKingOne Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 3, 2021 Administrators Report Share Posted October 3, 2021 Strange Check your browser console for any errors there. Yes, the template errors are probably because the XML data isn't there. Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted October 3, 2021 Author Members Report Share Posted October 3, 2021 What is your website address? i can have a look at it Quote Link to comment Share on other sites More sharing options...
RedKingOne Posted October 4, 2021 Report Share Posted October 4, 2021 (edited) On 10/3/2021 at 2:20 AM, Vangelis said: What is your website address? i can have a look at it Hey @Vangelis thanks for the help. You can access my crew center at http://crew.airboundvirtual.net using the following credentials. User: demo@airboundvirtual.net Pass: ABC123 I haven't linked the simbrief page yet. You will need to add the .../SimBrief manually. Edited October 4, 2021 by RedKingOne Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted October 5, 2021 Author Members Report Share Posted October 5, 2021 As i visited your website can you describe how you use simbrief ? as i cant find a button at the schedules Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted October 5, 2021 Administrators Report Share Posted October 5, 2021 I am pretty sure you are seeing that error because you haven't fully integrated simBrief into your website. I believe the error is that it isn't getting the flight info from your site to actually populate the form and be able to send the flight data to simBrief. You may wish to check the installation details of the simBrief module again. There was also an addition download that helped with integration - maybe this one... https://github.com/andyhughes73/phpvms-simbrief-options-form Quote Link to comment Share on other sites More sharing options...
simtom Posted April 25, 2022 Report Share Posted April 25, 2022 @VangelisI tried downloading the addon from the website linked, but I get a 404. Any possibility to download it from anywhere else? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted April 25, 2022 Author Members Report Share Posted April 25, 2022 You can download it from GitHub https://github.com/vangelisb/Simbrief 1 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted April 26, 2022 Administrators Report Share Posted April 26, 2022 10 hours ago, simtom said: @VangelisI tried downloading the addon from the website linked, but I get a 404. Any possibility to download it from anywhere else? I see you also posted in the Discord phpVMS v7 channel about simBrief. The module here will NOT work with phpVMS v7. Be aware, there are several different versions of phpVMS. This addon module will work in phpVMS 5.5.2 (and 5.5.2.72 with a small modification) and may also work in phpVMS v2.x. phpVMS v7 is a totally new program. Modules written for previous versions will NOTwork in phpVMS v7. And simBrief is already integrated into phpVMS v7 - for flights that are listed in the DB. If you want to use it for other flights in v7, you either need to use it as a stand-alone or write your own module to integrate it. 1 Quote Link to comment Share on other sites More sharing options...
simtom Posted April 26, 2022 Report Share Posted April 26, 2022 6 hours ago, ProAvia said: If you want to use it for other flights in v7, you either need to use it as a stand-alone Where can I find that stand-alone version? Our plan is to have SB capability for free flights as well (since we're not planning on adding many routes ourselves). Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted April 26, 2022 Administrators Report Share Posted April 26, 2022 Just add a link to simBrief website to the page. There is no stand alone program. Your pilots can also use the simBrief downloader to automatically download the flight plan files they need for their addons. Quote Link to comment Share on other sites More sharing options...
ariel8407 Posted July 29, 2022 Report Share Posted July 29, 2022 (edited) Good morning, I have a website with phpvms 5.5.2 with stislaskin skin and I put the simbrief module and configure the api key and the parameters in simbrief in the lib/js folder, but it happens that when I click on generate OFP the popup loads. up of the simbrief but it tells me that missing parameters and the loading bar of the simbrief is red, can someone guide me to solve this? Edited July 29, 2022 by ariel8407 Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted July 29, 2022 Administrators Report Share Posted July 29, 2022 1 hour ago, ariel8407 said: Good morning, I have a website with phpvms 5.5.2 with stislaskin skin and I put the simbrief module and configure the api key and the parameters in simbrief in the lib/js folder, but it happens that when I click on generate OFP the popup loads. up of the simbrief but it tells me that missing parameters and the loading bar of the simbrief is red, can someone guide me to solve this? Sounds like something is wrong with your install. Some required parameters aren't being passed to SB. Change back to the default skin - be sure SB module is installed in core or for the crystal skin -and try again. This will determine if SB is working or not. From there, you will know whether its in the Stisla skin or with the SB module itself. Quote Link to comment Share on other sites More sharing options...
swaluver480 Posted May 27, 2023 Report Share Posted May 27, 2023 its because this link: http://www.simbrief.com/ofp/flightplans/xml/ and also http://www.simbrief.com/ofp/flightplans/ has changed when simbrief went to their dispatch site 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.