Jump to content

brunoquadros

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by brunoquadros

  1. Try this http://forum.phpvms.net/topic/22649-routes-not-passing-anymore-think-its-jquery-conflict/#entry121117
  2. Certainly this problem is jquery. Just in case, delete the JS lines of your site and test. Hugs
  3. Hello Rick. Try this <?php if(Auth::LoggedIn() == true){ ?> //<a href="#">My Custom Link</a> <?php } ?>
  4. Someone who has modules on your computer can make available for download?
  5. Try this http://forum.phpvms.net/topic/22649-routes-not-passing-anymore-think-its-jquery-conflict/#entry121117 This problem is as jquery conflict
  6. 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
  7. 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.
  8. 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!
  9. 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 I'm using Flight Booking System V1.1 module http://forum.phpvms....kingsystem-v11/
  10. 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!
  11. Hi guys, how to configure eFOQA in the kACARS?
×
×
  • Create New...