Jump to content

brunoquadros

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by brunoquadros

  1. Hello everybody, I'm having the following error when I try to remove a bid:

    Strict Standards: Non-static method SchedulesData::setBidOnSchedule() should not be called statically in /home/passa540/public_html/core/common/SchedulesData.class.php on line 838

    In the line 838 has:

    DB::query($sql);
    self::SetBidOnSchedule($bid_info->routeid, 0); # -> 838
    if (DB::errno() != 0) return false;
    return true;
    

    Can anyone help me resolve this error?

    Thanks!

    --------------

    Edit: Solved. It was just a jQuery conflict. Here in the forum has several solution for this.

    Thanks

  2. I solved the error going to the profile.php folder in core/modules/Profile and commenting the line 83:

    #replacement for OFC charts - Google Charts API - simpilot
    $this->set('chart_url', ChartsData::build_pireptable($pilotid, 30)); # -> 83
    #end
    

    Just add # at the beginning of the line.

  3. Hello. i'm getting the following error in the public profile page: Warning: Creating default object from empty value in C:\wamp\www\testes\core\common\ChartsData.class.php on line 49

    In line 49 has:

    $z = '';
    $z->label = $date[1].'-'.$date[2]; # 49
    $z->point = $dat->total;
    $dataPoint[] = $z;
    

    Does anyone know the solution to this error?

    Thanks!

  4. I cannot understand what are you trying to do. The modules in phpVMS are placed on the core/modules folder for the user-part and in the admin/modules folder for the admin-part. The modules are in reality classes (just like Java) which extend CodonModule class. The module file should be placed in his folder in the modules folder in order to be shown correctly in your phpVMS system. You can check this for more information: http://forum.phpvms....and-add-ons-r25

    Hello . What I am basically is a module open directly in my restricted area ( /restricted ), which is the root folder of phpvms . I tried to explain through images . When I click on " Search Flights " page of flights is open in my default skin and not in the restricted ( /restricted )

    Sorry for my english :D

    I'm using Flight Booking System V1.1 module

    http://forum.phpvms....kingsystem-v11/

    1.jpg?1469151354

    2.jpg?1469151917

    3.jpg?14691519815.jpg?1469152039

    4.jpg?14692049516.jpg?14691520647.jpg?1469152225

  5. Hello guys. I wonder how does for modules work out the skin folder? I created an area reserved for pilots in phpvms the root folder, but the modules do not work there. Any suggestion?

    For example, the flight booking module Codeshare, shows no shedule that page, while the skin is.

    Thanks!

×
×
  • Create New...