Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 2k views
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
Last reply by brunoquadros, -
- 0 replies
- 1.1k views
Hello, good afternoon compatible module would be some smart cars on penalty pilots on reporting PIREPs. thank you
Last reply by FlightDeckES, -
- 1 reply
- 1.3k views
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!
Last reply by brunoquadros, -
- 1 reply
- 1.7k views
Hey! So, we utilise VATSIM SSO in our organisation, and basically we need an ACARS system to work with this? Any suggestions?
Last reply by Jon, -
- 2 replies
- 1.9k views
i'am having this error on the Acars page, i open the Js Console and this have these errors
Last reply by ArthurHetem, -
- 6 replies
- 3.4k views
Im trying to display the latest flight details of a pilots last flown flight. Using this code <?php echo $report->depicao; ?> <img src="/airplaneicon.png" alt=""> <?php echo $report->arricao; ?> FLIGHT: <?php echo $report->code . $report->flightnum; ?> AIRCRAFT: <?php echo $report->aircraft; ?> DATE SUBMITTED: <?php echo date(DATE_FORMAT, $report->submitdate); ?> but what i get is this The airport ICAOs are correct and so is the flight number but the aircraft and date are either not what i want it to show or wrong. The aircraft assigned to that flight is the second aircraft on the database but i want it to …
Last reply by RamiAbouZahra, -
- 3 replies
- 1.9k views
How can I set it up to where pilots can create their own routes? Like Canadian Xpress, you put in the departure and arrival and select the aircraft from their fleet you want to fly. You don't have to book a flight and the airline doesn't have to have it set as a particular flight..... Can someone tell me how?
Last reply by DesComm, -
- 2 replies
- 1.5k views
Hello!! So im working on trying to spruce up the information for my acars map, this is the code im trying to get to work its just showing nothing, so its outputting blank info. Any idea on why it would return nothing, maybe I'm not calling the right info from the acars? Or something like that? <td><!--<div id="something"><span class="badge badge-theme"><%=flight.phasedetail%></span></div>--> <?php if($flight->phasedetail=="Boarding") { echo '<div id="boarding"><span class="badge badge-theme">Boarding</span></div>'; } elseif($flight->phasedetail == "Taxiing to Runway") { echo '<div…
Last reply by ShredMountains, -
- 7 replies
- 2.2k views
Hello all, I am having this issue with our new skin: As you can see, after Read More, Liftair VA and before Aeronor, Contact Us and Terms&Conditions, there is a square that cannot be changed and I don't know what to do. Refering to the 3 squares on the bottom right, those are the social networks logos and I have tried changing them but without any effect. Could you please help me to solve this? Thanks! Regards,
Last reply by ShredMountains, -
- 3 replies
- 2k views
Strict Standards: Accessing static property Login::$post as non static in /home/simaerobatic/htdocs/alliance/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Login::$get as non static in /home/simaerobatic/htdocs/alliance/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Login::$controller as non static in /home/simaerobatic/htdocs/alliance/core/classes/CodonModule.class.php on line 70 Strict Standards: Accessing static property Login::$activeModule as non static in /home/simaerobatic/htdocs/alliance/core/classes/CodonModule.class.php on line 73 Strict Standards: Accessing static property…
Last reply by vJet2, -
- 0 replies
- 1.6k views
hello good night please help them can not see images awards thank you phpvms 5.5.2
Last reply by FlightDeckES, -
- 1 reply
- 2.1k views
So when I log on to my site I don't see my live ACARS map. I learned that is because I need to add a google maps API. My question is which maps service API should I use and where and how do I place my API key. (I.e. VaCentral gives you the coding you need with the API key to put in the local.config.php file).
Last reply by web541, -
- 1 reply
- 1.2k views
When running the maintenance module in admin, pilot hours all show 1 hour, and this error at the beginning of the run: /core/common/StatsData.class.php on line 171 169 public static function getMonthsSinceDate($start) { 170 171 $key_month = date('MY', $start); 172 $key = 'months_since_' . $key_month; 173 $months = CodonCache::read($key);
Last reply by servetas, -
- 1 reply
- 1.4k views
Could someone please help me with writing a entrance exam template. I don't know how to do this as i am not experienced in creating code for this type of thing. Would someone be willing to make a entrance exam module or code that i may add to our airlines application process. God Bless!
Last reply by sherming, -
- 1 reply
- 1.2k views
What do i need to change to have the rank image showing? <td style="border-bottom:1px solid #eee; border-top:1px solid #eee;"><b>Your Rank</b></td> <td style="border-bottom:1px solid #eee; border-top:1px solid #eee"><?php echo $userinfo->rank;?></td>
Last reply by servetas, -
- 4 replies
- 2.3k views
I seem to be having some issues when trying to click to remove a bid from my schedule_bids.tpl file? Would anyone be able to help me figure this out? This is what I have in the schedule module public function removebid() { if(!Auth::LoggedIn()) return; SchedulesData::RemoveBid($this->post->id); } When I go to click remove it just takes me to a white page, no error or anything? Any ides?
Last reply by brunoquadros, -
- 2 replies
- 2k views
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!
Last reply by brunoquadros, -
- 2 replies
- 1.7k views
You could add a route for several aircraft thank you
Last reply by FlightDeckES, -
- 0 replies
- 1.2k views
hello how could that pilots can only catch aircraft where they are at that moment I have the problem that aircraft pilots can take part in any greetings thanks phpvms 5.5.2 smartcars
Last reply by FlightDeckES, -
- 0 replies
- 1.1k views
I've been trying to setup phpvms recently, which seemed to have succeeded now, however whenever i click any of the buttons on the home page, a blank page with the message "No input file specified" is shown. I did come across this thread: http://forum.phpvms.net/topic/6940-no-input-file-specified/, But i do not run Apache on my server, and removing .htaccess does not resolve the issue. Neither do i have access to php.ini, for strato seems to manage it themselves. I did try the suggestion of adding ? after index.php, for example http://www.swctools.com/phpvms/index.php?/acars and this does prevent the error from coming up, but instead just shows the homepage, as index.php…
Last reply by Jordy141, -
- 1 follower
- 1 reply
- 978 views
Hi, IM EDUARD GASULL fligth ops assitant ofr reivax VA, we have a problem with the schedules. After a few weeks the schuedeles are inactive, they autodisable for some reason we dont know. Any advise or solutions? thanks!
Last reply by Parkho, -
- 1 follower
- 5 replies
- 2.2k views
Does anyone have the zip file of simpilots phpvms ? it seems that he cleared up he's github Thanks in advance
Last reply by ShredMountains, -
- 1 follower
- 2 replies
- 1.5k views
Hello, I need to create a page that will show the live flight information with the ACARS data, for a specific Flight Number I also need the ability to GET the flight number from the url (test.php?flightnum=1533) Can anyone give me a push in the right direction for this. I'd appreciate it a lot. Thank you, Kishshey
Last reply by Kishshey, -
- 1 follower
- 4 replies
- 1.7k views
Hi there guys, let me explain the problem we have for about 3 days. Everything was good untill our web host provider decided to update their servers. After that, database connection both works, and doesn't work. I can see schedule, pilots and other things, if there was no database connection i wouldn't be able to see them. But somehow pireps are gone(they are not gone from database but website) , for example it says "No pireps have been filled" even though they are in database. Problem is , pirep system is somehow gone, we cant file a pirep. I even tried updating phpvms 5.4.x to 5.5.x(simpilotgroup) it didnt work.
Last reply by Justairbus, -
- 2 replies
- 1.4k views
Hello there i am starting up a new VA and i already have an airport database but as everyone who has ever started their own va adding routes and Schedules i was wondering if anyone had a .csv file or equivalent that i could use to add routes and Schedules to my va so that my time can be spent developing our graphics for our planes and developing the website any help would be much appreciated please bear i mind i do not expect to get such a file for free but if its available for free no complaints haha thanks Ryan
Last reply by RyanJSmyth, -
- 3 replies
- 2.3k views
When filing a PIREP using either of the above ACARS we are getting errors. By clicking once to file it is getting filed, however error messages are returned to the ACARS. If you 'click" file again it creates a duplicate. We have auto accept set to 'true' - We are not using the auto accept module. With kACARS the error is this Capture.jpg and with smartCARS error -
Last reply by smokey68, -
- 1 follower
- 2 replies
- 1.2k views
We are getting the following PHP msg. PHP Warning: curl_exec() has been disabled for security reasons in /var/www/vhosts/flyafava.com/prs.flyafava.com/core/classes/CodonWebService.class.php on line 236 PHP config: Your PHP version is 5.4. Peformance settings memory_limit ..................... 256M max_execution_time ........ 15 max_input_time ................ 10 post_max_size ................. Default upload_max_filesize ........ Default
Last reply by DesComm, -
- 1 reply
- 1.5k views
Hi, We have recently changed our ranks completely, so that the first rank is 'Trainee', instead of 'Cadet', in addition to the other ranks. I had to go in and change everyone who was a 'Cadet' to 'Trainee' manually. However, whenever a new member signs up, they always get assigned 'Cadet' even though the rank doesn't exist (even in database). 'Trainee' is set to minimum of 0 hours so I don't understand why 'Cadet' keeps being assigned. I've also tried optimising tables but no effect. Any possible solutions would be much appreciated. Thanks, Mark
Last reply by servetas, -
- 3 replies
- 1.7k views
We cannot log in, was working ok and now - every time you enter the login info and password it just loops back to login screen, no error message. Strange thing is that you can make a flight logging in with smartCARS. I created a charter and flew it, the data was showing on vaCentral and when the PIREP was filed. VA central showed the flight. Checked the DB and the flight was there also. Just cannot login either as a pilot or Admin. UPDATE: ISP had done an update on the server. They had to do a restore of the complete server to correct the issue.
Last reply by simpilot, -
- 5 replies
- 2k views
Does anyone know how to display on the routes map a routing across the Atlantic ie using the following format. GORLO UL980 LAM/N0477F380 UL179 CPT UL9 STU UP2 BANBA/M084F380 DINIM 5000N/02000W 4500N/03000W 3900N/04000W/M084F400 3600N/04500W 3200N/05000W 2700N/05500W RKDIA/M084F400 A516 OBIKE The system doesnt line the coordinates 5000N/02000W or 5000N02000W or 5000N 02000W Thanks, Mark.
Last reply by ProAvia,