Jump to content

flyalaska

Members
  • Posts

    1941
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by flyalaska

  1. On 5/10/2020 at 10:23 AM, perryfincher said:

    Hi FlyAlaska;

     

    Still working on things and will get back to you.

    Someone hacked my site and had to reinstall everything.

    Thanks

     

    PM me if you need help.

  2. 10 hours ago, eediaz said:

    in that line i have this,

    <td>Pilots Pending:</td>
    <td><span class="counter"><?php echo count(PilotData::GetPendingPilots())?></span>
    </td>

    when the conut is not 0 there is no warning

    Try this

     

    <td>Pilots Pending:</td>
    <td><span class="counter">
          <?php if(is_array (PilotData::GetPendingPilots()) || PilotData::GetPendingPilots() instanceof Countable) {
            echo count(PilotData::GetPendingPilots())
          } ?>
        </span>
    </td>

     

    • Like 1
  3. 7 hours ago, eediaz said:

    I recently update my phpvms to the 5.5.72 version and the php tp 7.2, and i get this warning in the statistics table

    Warning: count(): Parameter must be an array or an object that implements Countable in /home/u827720769/domains/cubana-va.com/public_html/lib/skins/blueIce/frontpage_main.php on line 125

    Any help is welcome

    What is on your line 125? I dont see any errors on http://cubana-va.com

  4. 4 hours ago, GustavoMinuano said:

    Hello @ProAvia

     

    When I click on: "Join Today" the action points to "https://anumara-cargo.com/index.php/Join" and displays the error: An Error Was Encountered The module "JOIN" doesn't exist!

    Link? You get that error, because you didnt install the Join module.

  5. 10 hours ago, CorporateVirtual1 said:

    Hello,

    When pilots are flying, the live map isn't even showing when I got to the ACARS page all see is a table where a list of flight should be shown but there is no map and no pilots in list that are flying.

     

    Thanks.

    Link?

  6. 6 hours ago, envoyairvirtual said:

    Yes, support sucks. Tried to get into the forums too, and my login wouldn't work even after a password reset only 5 times 😂

    Something is up with the forums there. My password stopped working. I reset, got on fine. Locked out next time I tried to get on.

×
×
  • Create New...