Jump to content

vicente

Members
  • Posts

    100
  • Joined

  • Last visited

Posts posted by vicente

  1. On 10/19/2022 at 3:39 PM, DisposableHero said:

     

    Which version of v7 you are trying to install / use ?

     

    Are you trying to install an old version to a server running with php8+ ? If so, it will not work. New versions will not work with php7.4 too.

     

    So as @ProAvia advised you earlier, please follow the docs and install latest dev build and use it. (delete everything, including your v7 database, start from the beginning)

     

    If not (your hosting is limited and can not support php8+) then do not try to install and use old versions of phpVMS v7, you can not update them, you can not find modules / themes for them, you can not get support for them.

     

    Good luck and God speed

     

     

    I used the last version 7.04 and I set up the php 8,0 but I got that erros above.

    I know that is a weird wish but I need help, someone can install on my host please ?

    If someone can help me I thank you a lot !!

     

  2. On 10/15/2022 at 4:46 AM, DisposableHero said:

    image.png.1d8d3ef290da9e0f706401c51bedc51d.png

    image.png.ad8d9977ee9b25903bb2284d003cb3d2.png

    I think you still have problems with your server... 

     

    Latest v7 will NOT work with php7.4, it NEEDS php8 at minimum, php8.1 is recommended, double check docs and requirements as ProAvia mentioned.

     

    Good luck

    I set the php 8.0 and now I got this new message;

     

    Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/storage/9/1e/2c/tamvirtual1/public_html/crew.tamvirtual.net/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 871

    Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/storage/9/1e/2c/tamvirtual1/public_html/crew.tamvirtual.net/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 945

    Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/storage/9/1e/2c/tamvirtual1/public_html/crew.tamvirtual.net/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 871

    Deprecated: Method ReflectionParameter::getClass() is deprecated in /home/storage/9/1e/2c/tamvirtual1/public_html/crew.tamvirtual.net/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 945

  3. 6 hours ago, ProAvia said:

    Are you using the latest dev build?

    What version of PHP?

    What installation method did you use?

    Well I´m not expert in php but I created my subdomain ex - crew.tamvirtual.net

    then I put the last phpvms folder there.

    My phpversion is the 7.4, I tried with other version but I had the same problem.

  4. Hello friends. I had the same "problem" during my installation, could you help me please ?

     

    I got this error 

     

    Warning: require(/home/storage/9/1e/2c/tamvirtual1/public_html/phpvms/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /home/storage/9/1e/2c/tamvirtual1/public_html/phpvms/bootstrap/autoload.php on line 17

    Fatal error: require(): Failed opening required '/home/storage/9/1e/2c/tamvirtual1/public_html/phpvms/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/pear74') in /home/storage/9/1e/2c/tamvirtual1/public_html/phpvms/bootstrap/autoload.php on line 17

  5. Someone can help me please, I tried install the new version doing the upload to my server and when I tried acess the page I received this errors.

    How can I fix this please ?

    Warning: require(/home/u620650534/domains/privateair.com.br/public_html/core/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /home/u620650534/domains/privateair.com.br/public_html/core/bootstrap/autoload.php on line 17

    Warning: require(/home/u620650534/domains/privateair.com.br/public_html/core/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /home/u620650534/domains/privateair.com.br/public_html/core/bootstrap/autoload.php on line 17

    Fatal error: require(): Failed opening required '/home/u620650534/domains/privateair.com.br/public_html/core/bootstrap/../vendor/autoload.php' (include_path='.:/opt/alt/php70/usr/share/pear') in /home/u620650534/domains/privateair.com.br/public_html/core/bootstrap/autoload.php on line 17

  6. Ops I forgot in english !!

    Eliezer good day, now i'm facing a new problem, i already have had this problem befero, when i select some flight and click to add bid this error is showing to me "no route passed" I already fixed this problem before using this example http://forum.phpvms...._+route +passed but with this template i don't know how to fix, do you can help me please ?

    Thanks

  7. It's not working here, someone can help me please ??

    Thanks !!

    It's my code.

    <?php

    ini_set('display_errors', 0 );

    error_reporting(0);

    ?>

    <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?>

    <style type="text/css">

    <!--

    .style3 {color: #FFFFFF; font-size: 12px; }

    .style4 {font-size: 12px}

    .style5 {color: #FF0000}

    -->

    </style>

    <h3 align="center">

    <?php

    if(!$pilot_list) {

    echo 'There are no pilots!';

    return;

    }

    ?>

    </h3>

    <div align="center">

    <table width="678" height="64" class="" id="">

    <thead>

    <tr>

    <th bgcolor="#FF0000"><div align="center"><span class="style3">Matricula</span></div></th>

    <th bgcolor="#FF0000"><div align="center"><span class="style3">Nome</span></div></th>

    <th bgcolor="#FF0000"><div align="center"><span class="style3">Cargo</span></div></th>

    <th bgcolor="#FF0000"><div align="center"><span class="style3">Horas Voadas</span></div></th>

    <th bgcolor="#FF0000"><div align="center"><span class="style3">IVAO</span></div></th>

    </tr>

    </thead>

    <tbody>

    <?php

    foreach($pilot_list as $pilot)

    {

    /*

    To include a custom field, use the following example:

    <td>

    <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?>

    </td>

    For instance, if you added a field called "IVAO Callsign":

    echo PilotData::GetFieldValue($pilot->pilotid, 'IVAO Callsign');

    */

    // To skip a retired pilot, uncomment the next line:

    //if($pilot->retired == 1) { continue; }

    ?>

    <tr>

    <td width="1%" nowrap><div align="center"><a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>" class="style4">

    <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?></a> </div></td>

    <td>

    <div align="center"><span class="style4"><?php echo $pilot->firstname.' '.$pilot->lastname?> </span><span class="style4"><img src="<?php echo Countries::getCountryImage($pilot->location);?>"

    alt="<?php echo Countries::getCountryName($pilot->location);?>" /></span></div></td>

    <td><div align="center"><img src="<?php echo $pilot->rankimage?>" alt="<?php echo $pilot->rank;?>" /></div></td>

    <td><div align="center"><span class="style4"><?php echo Util::AddTime($pilot->totalhours, $pilot->transferhours); ?></span></div></td>

    <td><div align="center">$feildvalue = PilotData::GetFieldValue($pilot->pilotid, 'VID_IVAO');

    if($feildvalue != '')

    {

    echo '<img src="http://status.ivao.aero/R/'.$feildvalue.'.png">';

    }</div></td>

    <?php

    }

    ?>

    </tbody>

    </table>

    </div>

    post-350-0-93884600-1434027444_thumb.png

  8. Caro eliezerazevedo estou com um pequeno problema no template quando eu vou buscar um voo a tele em vermelho, no seu ira aparecer laranja fica na tela e não some.

    Segue a foto a baixo.

    Aparentemente a pagina que eu quero está carrega atrás do vermelho, tem como arrumar isso ?

    2.png

×
×
  • Create New...