Simbrief PHPvms Module Broken!

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

What errors?

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