Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 3.3k views
Got this error below. All i did was a restore on my files after switching hosting servers. Not seeing any threads related to this...any help would be great! Warning: file_put_contents(): Only 0 of 1680 bytes written, possibly out of free disk space in /home/eravirtu/public_html/en/core/classes/CodonCache.class.php on line 210 also have these errors: Strict Standards: Accessing static property Finances::$post as non static in /home/eravirtu/public_html/en/core/classes/CodonModule.class.php on line 67 tried the fix by adding: ini_set('error_reporting', E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); located right after "<?php " no luck... Thanks in a…
Last reply by danielatc81, -
- 2 replies
- 3.3k views
I am trying to add a button to my jqgrid schedule that will add and remove a bid from that schedule. I'm not exactly sure how to do it yet. The way it's setup is that I have my jqgrid in schedule_results.tpl. There are two javascript functions. One that does an ajax to add a bid and one that does an ajax to remove a bid. I also have some code in Schedules.php that feeds the information to the grid. Currently, all that I can do is press add in the grid and it will add a bid. I want to make it do when they add a bid, the grid shows remove in that cell and will run the remove function when pressed. PHP: public function schedulegrid() { $page = $this->get->page; // …
Last reply by prattcmp, -
- 10 replies
- 3.3k views
Hello I would like to put on my ftp servor a table which presents the pilot list with only the date of the last flight. This page will be public, so all the people will see it without registering. I tried to do this php page with this code I found in this forum : <?php $report = PIREPData::GetLastReports($pilot->pilotid, 1); echo date('d.M.Y', strtotime($report->submitdate)); ?> But when I use this code, nothing happens. How can I do to do this page with only the pilot list and the date of the last flight ? Thanks Stéphane
Last reply by stephanepa38, -
- 13 replies
- 3.3k views
Hi, are there any possibilities that all bids that won´t be flight at the end of 24 hours past creating that bid, will be cancelled automatically? Thanks four your help! Tobi
Last reply by Nabeel, -
- 8 replies
- 3.3k views
Hello Everyone Does anyone know how to display the total distance of a route a pilot is flying in the acars map? Kindest Regards, James
Last reply by James142, -
- 13 replies
- 3.3k views
Good eve, long time ago since I needed your help. Short question, and I´m sure you´wll have the solution. Well how restrict double or tripple bids? I mean one pilot made his bid for flight NXA1, now no one else will have the chance to bid as well. Hopefully can help as soon as possible. Best regards from rainy northern Germany Tobias
Last reply by BastiDE, -
- 3 replies
- 3.3k views
Hello! Recently started this using phpvms and these are the errors I am receiving when I attempt to login and logout. On Logging in: Warning: Cannot modify header information - headers already sent by (output started at /home/gamesyns/public_html/phpvms/core/app.config.php:1) in/home/gamesyns/public_html/phpvms/core/modules/Login/Login.php on line 154 Upon Logging out: Warning: Cannot modify header information - headers already sent by (output started at /home/gamesyns/public_html/phpvms/core/app.config.php:1) in/home/gamesyns/public_html/phpvms/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started…
Last reply by GameSyns, -
- 1 follower
- 6 replies
- 3.3k views
How are people here tackling GDPR within PHPVMS?
Last reply by Nabeel, -
- 1 follower
- 12 replies
- 3.3k views
May have a fix, Open /core/templates/fsacars_config.tpl There's the line: CompanyICAO=<?php echo $userinfo->code?> Make it: CompanyICAO= Just blank. I can't duplicate this error, but let's see if that works as a fix. Report back please! Thanks
Last reply by Nabeel, -
- 13 replies
- 3.3k views
I'm trying to upload phpvms_pilots via phpMyAdmin but keep receiving the following error: SQL query: INSERT INTO `freshje1_phpvms`.`phpvms_pilots` (`A`, `B`, `C`, `D`, `E`, `F`, `G`, `H`, `I`, `J`, `K`, `L`, `M`, `N`, `O`, `P`, `Q`, `R`, `S`, `T`, `U`, `V`, `W`, `X`, `Y`) VALUES (1, 'Iain', 'Robb', 'i_robb@tiscali.co.uk', 'FRX', 'SCOTLAND', 'EGPF', '4b480c21f898ddfccf616da93c2b5760', '1ccc2062de1101f0fb20d4f7033d3f20', 'new_signature.png', '2011-10-18', 0, 1.5, 0, 0, 0, 1, 'Trainee', 1, 1, 0, '2010-09-21 11:05:16', '2011-07-21 02:59:24', '81.129.82.248', 'CEO'), (4, 'Jim', 'Parks', 'ljparks97@yahoo.com', 'FRX', 'US', 'EGAA', '5379b2f39c46474e1b09924aa7b71b2f', 'fd8cf493…
Last reply by mark1million, -
- 9 replies
- 3.3k views
Hello Members, Well i wanted to create a Flight Board which could show status lights/pics + it should be like a digital one and should be like a real life Flight Board. Can anyone help me with this? Awaiting Reply,
Last reply by fsxsimulation, -
- 18 replies
- 3.3k views
Hello, I have an Error on the Flight Schedules Page. The Error: Parse error: syntax error, unexpected '}' in .../core/templates/schedule_results.tpl on line 102
Last reply by Kimis, -
- 15 replies
- 3.3k views
Hello everybody again, i hope this topic finds you well, after editing the default layout.tpl i get this code <p><strong>Welcome back<?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>!</strong></p> from the template profile_main.tpl and put it in the layout.tpl seems nothing happen only Welcome Back! but regarding the user firstname ... not. for information i tried many codes doesn't work too in this templat which is layout.tpl looking forward,
Last reply by FlyingMachine, -
- 3 replies
- 3.3k views
Here I go, again... Some questions concerning the PIREP system: - How does the system recognize the date the flight was done (without using FsAcars)? Ex: If I have made a flight yesterday but I file the PIREP only tomorrow, which date it will take into consideration? Depending the answer, would it be possible to include that in phpVMS in the next release?? - Same question about the departure and arrival time. We have to indicate the flight time but not the departure and arrival time? Would it be possible to include an option (that we can switch ON or OFF for each route as desired) on the next release with a possible penalty (money wise) if the flight is late by a cer…
Last reply by Nabeel, -
- 6 replies
- 3.3k views
Upon reading the "README" in the download file it says upload to your server and then install from the install/install.php. Is this a folder or where do I find this? I have a lib core and admin and don't know where to find install?
Last reply by Nabeel, -
- 15 replies
- 3.3k views
Running the latest beta, are flight operated using XACARS supposed to show up on the live map? I've had a pilot try, and there is no luck...it isn't appearing on the VAcentral map either, so I don't think it is site related. James
Last reply by Nabeel, -
- 11 replies
- 3.3k views
Hello everyone, I'm trying to implement the pilot roster on a page via the admin control panel via phpVMS, but I can't figure out how to do this. The reason why I want to do this is so the roster can be displayed to the public. I tried using an iFrame, considering the whole phpVMS internal page system is made up of .htm files. I'm not incredibly php-savvy, but I do know some stuff. Hopefully, with some help, I'll be able to get what I need done. Thanks in advance,
Last reply by freshJet, -
- 17 replies
- 3.3k views
I have a problem with one pilots flights.In his profile it shows him at 25 flights with the rank of First Officer. If you look at the log book he should have around 75 flights. He has 113.52 hours which should give him the rank of I have my logbook paginated @ 25 per page. I took the paginate page down and upload the the default template and still the same problem. So I know the pagination is not the problem. http://www.flyaka.com/index.php/profile/view/154 When I look in the admin under his PIREPS, it only shows 25 PIREPS. Another thing, he is the only one with this problem. I looked at mine an other pilots, everything matches. He files his PIREPS manually. All my …
Last reply by Nabeel, -
- 12 replies
- 3.3k views
I'm having some problems in the installation. Here is the problem (try to solve, and explain me in the clearest way please):
Last reply by Eicosav, -
- 13 replies
- 3.3k views
I was caught by surprise if this error: Do not know what aconceteu pq on the first installation in other host things worked, but this time there gave this error, anyone know how I can fix? This image was only one part has several other errors.
Last reply by Kairon, -
Finally i have read almost all topics about Acars google map but mine still not working i have try kacars,xacars,fsacars but nothing displayed on map... only on xacars a got a display which is wrong . Got anybody this map to work ? i Like to make it working with Fspax if possible and not with other acars.
Last reply by Nabeel, -
- 12 replies
- 3.3k views
Hey guys, Just wondered what should be put in the fields named 'Weight' and 'Cruise' in the 'Add aircraft' part of the admin section. Should it be the weight of the aircraft unloaded or should it be the MTOW? I assume that the 'Cruise' field should contain the cruise speed in Mach? eg. '.78'? If the two fields don't affect the way that the phpVMS software works to calculate fuel costs etc. then I assume it doesn't matter what I put in there but clarification would be great. Look forward to hearing back from someone hopefully soon If you don't know what I mean above, I have attached a screenshot of the fields that I am talking about. Cheers, Bobby
Last reply by mseiwald, -
- 19 replies
- 3.3k views
Okay so I wanted to try manual PIREP on my site to test it out. It worked my VA got 12 hours I deleted it and it still shows 12 hours when I deleted all the PIREP. I went to maintenance in site settings and reset hours. It show 12 hours found but I can't get rid of it. Link - flyemiratesva.co.cc
Last reply by EmiratesVA, -
- 11 replies
- 3.3k views
I tried creating schedules on Excel in a .csv format. I have done everything php has said but I still get this error.. Airline with code LBY 10007 KIAH KDEN STYCK1 DOLEY FUZ SPS ZIGEE BOSSS1 N796LB 38000 6:16 AM CDT 7:13 AM MDT Route may be incorrect. For the most updated route does not exist! Skipping... Airline with code LBY 10008 KIAH KDEN STYCK1 DOLEY FUZ SPS ZIGEE BOSSS1 N108LB 38000 3:42 PM CDT 4:37 PM MDT Route may be incorrect. For the most updated route does not exist! Skipping... Airline with code LBY 10009 KIAH KDEN STYCK1 DOLEY FUZ SPS ZIGEE BOSSS1 N113LB 38000 10:36 AM CDT 11:30 AM MDT Route may be incorrect. For the most updated route does not exist! Skip…
Last reply by jazz, -
- 14 replies
- 3.3k views
Hello; phpvms 5.0 classic / phpvms 5.5.2 gave the same results Panel not working fully. installation was done again, the problem continues. Please help me
Last reply by ProAvia, -
- 11 replies
- 3.3k views
Aircraft ICAO:A320 CodeAircraft Name/Type (i.e B747-400):A320-219 Full Name (Boeing 747-400 Combi):Airbus 320 Aircraft Registration:EC-JFN Link to download aircraft Link to aircraft image Range Weight Cruise As i understand this must filled in to create an aircraft but it seems that is not working to add an aircraft : Can anybody help to add Aircraft
Last reply by Strider, -
- 8 replies
- 3.3k views
Redoing my website and got this error: Warning: require_once(/home/woodsdom/public_html/CPCbeta/core/lib/recaptcha/recaptchalib.php) [function.require-once]: failed to open stream: Permission denied in /####/########/public_html/CPCbeta/core/modules/Registration/Registration.php on line 34 Fatal error: require_once() [function.require]: Failed opening required '/home/woodsdom/public_html/CPCbeta/core/lib/recaptcha/recaptchalib.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /####/########/public_html/CPCbeta/core/modules/Registration/Registration.php on line 34 Not sure why that is happenning?!
Last reply by CPC900, -
- 10 replies
- 3.3k views
I've created a HR group and I have someone I trust enough to manage and delete pilots but I don't want him to manage any other parts of my site. I've given that group ACCESS_ADMIN and EDIT_PILOTS but I've noticed that they can not do everything I'd like them to. They can not "change Pilot Groups", "Reset Passwords", or "Delete Pilots". My question to you PHP gurus is do you know of any way to adjust the code for this group so I can add those rights to it? The delete feature is really what I want but if all three can be done that would be great! Thanks, Keith
Last reply by Nabeel, -
- 7 replies
- 3.3k views
Hi, For some reason this has just started to popup on my site when accepting pireps, Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016 so i went over and deleted all the signatures and recreated them all from the admin side, that produced the same error but the images are being created, any ideas what is causing this? Generating signatures... Generating signature for Mark Grant Warning: imagecreatefromstring(): Empty string or invalid image in /core/common/PilotData.class.php on line 1016. Those lines are here # Add the Rank image if (Config::Get('SIGNATURE_SHOW_RANK_IMAGE') == true &&am…
Last reply by ProAvia, -
- 18 replies
- 3.3k views
I am creating an external application and I need to incorporate all pilot names, codes and passwords for a chat system. $users=array(); $users[]=array("FRX0001 John Doe","password123"); Above is part of my code. Basically, I need PHP to get the pilot codes, names and passwords to go in that array. And do I use the usual PHP dbconnect?
Last reply by freshJet,