Jump to content

eyeballtopia

Members
  • Posts

    3
  • Joined

  • Last visited

eyeballtopia's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. 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
  2. I have contacted my host and they bumped it up for me and gave me a quick tutorial on how to fix it! But thanks for all your help!
  3. Hello all! I installed PHPvms and I added a .cvs file full of airports - 37,590 to be exact! I could add schedules and added 49, then suddenly I got this issue: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8968127 bytes) in /home/flyourwo/public_html/core/classes/CodonCache.class.php on line 202 How do I fix this and what is the problem? On line 202, it says the following: $value = serialize($value);
×
×
  • Create New...