eyeballtopia Posted November 14, 2015 Report Share Posted November 14, 2015 Hello! I've just installed the SimBrief PHPvms Module, to fine that I'm getting a lot of errors. I go to my website http://www.flysimple.co.uk/pilotarea/index.php then I go to http://www.flysimple.co.uk/pilotarea/index.php/SimBrief and I get this: http://pastebin.com/9ZdVGyAP This is the SimBrief.php file: <?php class SimBrief extends CodonModule { public function index() { $url = 'http://www.simbrief.com/ofp/flightplans/xml/'.$this->get->ofp_id.'.xml'; $xml = simplexml_load_file($url); $this->set('info', $xml); $this->render('SimBrief/SimBrief.tpl'); //print_r($xml); } } Line 12 is: $xml = simplexml_load_file($url); Please could you help me resolve my problem? Harry Quote Link to comment Share on other sites More sharing options...
flyalaska Posted November 14, 2015 Report Share Posted November 14, 2015 What errors? Quote Link to comment Share on other sites More sharing options...
Members Vangelis Posted November 15, 2015 Members Report Share Posted November 15, 2015 You have no schedules in your va http://www.flysimple.co.uk/pilotarea/index.php/schedules You need to add them before using simbrief When have inserted 1 you will go to the briefing page and there you will find the simbrief button 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.