Jump to content

Ernani1968

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Ernani1968

  1. On 25/11/2018 at 13:29, bbuske said:

    Ainda a questão ...

    Eu tenho verificado aqui nos fóruns, mas nenhuma solução funcionou. Houve um cara que teve o mesmo problema com o centro da equipe, mas nunca teve seu problema resolvido ou uma resposta à sua pergunta. Então eu estou meio preso.

    I'm having the same problem here and no one answered yet, let's wait.

  2. Personnel installed the skin lance and after 3 months I saw this error : "Fatal error: 'break' not in the 'loop' or 'switch' context in /home/u928397390/public_html/admin/modules/Pilotmanager/Pilotmanager.php on line 73"

    No changes were made, I just can not access the admin page. Can someone help me.

  3. 3 hours ago, ProAvia said:

    Your error points to line 12 in the file SimBrief.php

    Can you post line 12 from SimBrief.php?

    <?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);
            }
    }

    Ops: Line 12 in red.

     

    And where is the button to access because here has not modified anything, have a modified skin, but even in the original ppvms skin, nothing has changed or appeared.

×
×
  • Create New...