Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 1.5k views
Any reason the Admin sidebar would get stuck in the open position. Also at the same time I can no longer select the log, comment(s) or add comment to PIREPs. Following errors are in my admin error log: [25-Apr-2016 02:00:01 UTC] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent in /home/flyelite/public_html/core/codon.config.php on line 40 [25-Apr-2016 02:00:01 UTC] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent in /home/flyelite/public_html/core/c…
Last reply by KenG, -
- 2 replies
- 1.5k views
Hello All, Running PHP7.1 with MySQL 5.7.24. When I run the installer it fails creating several tables. I tried to recreate one manually but am getting the following error mysql> CREATE TABLE `phpvms_acarsdata` ( `id` int(11) NOT NULL auto_increment, `pilotid` varchar(11) NOT NULL default '0', `flightnum` varchar(11) NOT NULL default '0', `pilotname` varchar(100) NOT NULL default '', `aircraft` varchar(12) NOT NULL default '', `lat` varchar(15) NOT NULL default '', `lng` varchar(15) NOT NULL default '', `heading` smallint(6) NOT NULL default '0', `alt` varchar(6) NOT NULL default '', `gs` int(11) NOT NULL default '0', `depicao` varchar(…
Last reply by jessferguson79, -
Hi guys, for privacy reasons, I have to display only the name of the pilot and the first character of the last name, how can I edit this code? <?php echo $pilot->firstname.' '.$pilot->lastname?> Grace for a possible response
Last reply by gio1961, -
- 5 replies
- 1.5k views
I'm a nubiew, edit button is not appearing to me what can it be?
Last reply by mahir, -
- 1 reply
- 1.5k views
Hi, I am programming my own ACARS Client and a new ACARS module on PHP too. The FilePIREP works fine to me, but I am having trouble to find out what are the minimum fields to send when calling ACARSData::UpdateFlightData($pilotid, $fields); When I begin logging the flight, still on the appron, for example, I am passing the following fields to an array: $macars = array ( 'flightnum'=>$datac[2], 'code'=>$datac[1], 'aircraft'=>$schd->registration, 'lat'=>$datac[3], 'lng'=>$datac[4], …
Last reply by Rogerox, -
- 2 replies
- 1.5k views
Hi, Maybe my search abilities are limited and I couldn't find an answer... Is there a possibility to cancel a flight which is currently in progress? I will try to explain the problem. I have started my flight logging with kACARS (I only use kACARS), during climb I had a blue screen (my HD tricked me) and had to reset the PC. As I didn't (or better couldn't) end kACARS properly, my flight is still in progress. Cheers,
Last reply by airmermaid, -
- 1 reply
- 1.5k views
Hello, I suddenly start to get this error when pulse in the PILOTS menu. Sometimes I can blank and do not leave the pilots that there is in the will and other times I get this error Config:set('VACENTRAL_ENABLED',_true); Config:set('VACENTRAL_API_SERVER',_'http://API.phpvms.net'); Config:set('VACENTRAL_API_KEY',_'908b41XXXXXXXXXXc2ae83a4f5a81360'); Warning: Cannot modify header information - headers already sent by (output started at /home/mundoair/public_html/config.php:4) in /home/mundoair/public_html/common.php on line 165 This is what makes the line 165 of file common.php $url. = $script_path; header('Location:_'_._$URL); exit; does anyone know which can be the…
Last reply by polirom, -
- 1 follower
- 3 replies
- 1.5k views
How do I know if someone took a jumpseat without having to look at the raw database?
Last reply by Parkho, -
- 3 replies
- 1.5k views
Hi I already have PHPvms installed on a webhost, however im using a free domain that they supply. If i was to buy a domain and have have it changed, would all the features within phpvms still work, or would i have to reset everything and do a fresh install of the files.
Last reply by StartVM, -
- 2 replies
- 1.5k views
Hi all, I am looking for some webhosting, In the range of about $5 a month, so cheapish :| It just needs to run phpvms and maybe phpbb, I am currently with 000webhost, but I am looking somebody else. Ideas? Thanks! Impulse
Last reply by EastCoastHops, -
- 1 reply
- 1.5k views
We are using smartCars with phpvms but when the Pilot completes his flight and submits his Pirep to our VA the fuel burn figures are way out . I contacted the company that produces the software and they inform me that it uses lbs,feet,knots and the VA controls the rest of the figues. In the pilot log file they are showing aircraft weight in kg but everything else is showing in ibs,ft,kts ,and on completion of flight says I landed in xxxx ft with xxxxx kg in fuel. I ahve looked on other VA that use smartCars and there pireeps are showing no kg,etc at all in ther log files. This tends to make me think it is a setting in phpVMS . Hope someone can help me with this
Last reply by t_bergman, -
Hey guys, I was wondering if one of you could lend a hand with an issue we are having: I have recently taken over the position of Web Developer and Network Engineer within a community which has two Virtual Airlines. One (Which was professionally done) doesn't ever have a problem when PHPVMS.net stops working/goes down however the other which was also professionally done does. I've recently rebuilt the one which was having issues. I started off by actually copying the majority of the files from the one that works perfectly with the exception of the template and installed it with those files however weirdly enough the site still has issues. I tried copying the config f…
Last reply by flyalaska, -
- 3 replies
- 1.5k views
Nabeel, I use the Forum Register module to register new accounts on my forum and teamspeak server which works great, what i need to handle now is if a pilot is retired ie inactive then their accounts are also closed on the forum, im not too bothered about the ts server but the forum one is a must. Is there a listener for account inactive / retired that i can use to handle this?
Last reply by mark1million, -
- 2 replies
- 1.5k views
There is a list whom fly under acars map and i want to add which platform they are flying, like Ivao or Vatsim or Offline. How can i add this option? And also if they paused the sim also i like to show in the same list. Is it possible? Thanks, Omer ASLAN
Last reply by OmerAslan, -
- 4 replies
- 1.5k views
I'm having a import problem, when i imported a CSV timetable and it appears that Saturday is not on? i have those numbers, 0123456, i want the Monday, Tues, Wend, Thurs, Fri, Saturday, And Sunday. But the saturday won't not be checked in the route edit. Why is that a problem?
Last reply by Kyle, -
- 3 replies
- 1.5k views
I just received this message on the flight chart on the main admin index page. Any ideas?
Last reply by Jeff, -
- 3 replies
- 1.5k views
Hello everyone! I am trying to create a second va on my phpvms website but if the pilot is on the one division he is able to see the flight schedules of the other va division.......Can we correct it? I do not want to instal a second phpvms system because i think i will get crazy ! I will wait for your answer.... George Servetas
Last reply by servetas, -
- 2 replies
- 1.5k views
im trying to filter the finances to view the options that are listed, flight number, dep airport etc. but i keep getting this: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Finance' does not have a method 'viewreporttype=m1301716800&submit=view+report' in /home/flyohioe/public_html/core/classes/MainController.class.php on line 218 any ideas?
Last reply by Jeff, -
- 1 reply
- 1.5k views
Currently the aircraft are determined by their reg. when PIREPs are submitted. I want to completely get rid of regs. This is how I think it works so far: $pirepdata['aircraft'] = registration# then it calls function-> Get Aircraft by Reg I'm assuming that $pirepdata['aircraft'] is = to registration, never checked, how do I change it so it equals the aircraft name? Then I could make it call a separate function "get aricraft by name".
Last reply by tav0001, -
- 3 replies
- 1.5k views
Hi All, After I filled in the details of my Database account, this error came: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Unknown MySQL server host 'mysql6.000webhost.com ' (3) (2005)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a3575548/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 How can I resolve this? Thanks
Last reply by servetas, -
- 3 replies
- 1.5k views
Hi Nabeel, i would like to also capture the ip address of someone who sends a mail from the contact us page on the site, I have added the hidden field, <input type="hidden" name="IP Address" value= is it just the case of some code there to complete like <?php echo (ipaddr ?>" /> Also once a mail has been sent it redirects to a blank page where is this so i can make it a but more friendly. Thanks.
Last reply by Nabeel, -
- 2 replies
- 1.5k views
G'day all, One of my pilots (the CEO) is having problems with the live map, the map is not displaying. Seems to have started when I first had full control of the VMS and me and a fellow person from the management team applied updates on the VMS. Help appreciated, Mitch EDIT: Works on most other peoples computers
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Now, in a new host, when I tried to edit, the core/local.config.php, make me this error. "File "../core/local.config.php" is not in UTF-8 and cannot be edited." Why?, all run very well but this is the only thing. Otherwise, in this case Im trying to edit the file in my computer an then upload to the host, but when I do this the page, show in blank. Thank for your help.
Last reply by nuevalav, -
- 1 reply
- 1.5k views
Hi! New Virtual Airline here, getting ready to launch some really cool stuff including a training program! But we cannot get phpVMS to install. On the second page of the installer we encounter these nice errors! Strict Standards: Accessing static property Downloads::$post as non static in /home/btqv/public_html/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Downloads::$get as non static in /home/btqv/public_html/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Downloads::$controller as non static in /home/btqv/public_html/core/classes/CodonModule.class.php on line 70 Strict Standards: …
Last reply by web541, -
- 1 reply
- 1.5k views
Well, I hope you don't mind the bug reports as well as the general feedback regarding nice to have things in case you ever go that way. I must say that two or three years ago I started my virtual airline (a jet airline) using a PHP virtual airline system called VAdmin. It seemed great and looked great indeed. The VAdmin PHP software was the 2nd round of development from the developer (free), but unfortunately he never managed to finish it and it was very (very) buggy. I had to spend an inordinate amount of time browsing through his code to fix the errors and in the process also make certain modifications to add other features or missing items. In the end, I had to drop…
Last reply by Nabeel, -
- 2 replies
- 1.5k views
hey i have installed the screenshot module on my site but every time i try to add a screen shot this comes up Warning: move_uploaded_file(pics/1311115532_2011-7-19_22-39-47-334.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /var/www/vhosts/royles.eu/httpdocs/core/modules/Screenshots/Screenshots.php on line 59 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpWWMR42' to 'pics/1311115532_2011-7-19_22-39-47-334.jpg' in /var/www/vhosts/royles.eu/httpdocs/core/modules/Screenshots/Screenshots.php on line 59 any ideas??? Thanks
Last reply by TAV1702, -
- 4 replies
- 1.5k views
Hello, I have a got a request from a pilot, which is afterall not a stupid id. The pilot said:"I have done a lot of flights. Nearly all of them. Yet I do not knot, which one I miss." And I thought you are correct. So my question is, how can I create/arrange a list of the not flown schedules, that a pilot my fly? I am not sure if it exists, or how much time is involved in it, and whether it cost me some coins. Thanks in advance the think over my problem.
Last reply by servetas, -
- 3 replies
- 1.5k views
is there a way to resize th map so it fits within a page layout as i am having problems on locating where to adjust the map.
Last reply by servetas, -
- 3 replies
- 1.5k views
Hello. Have a question about logging flight that are not scheduled flights, such a hosted group flight. Can a pirep be filed that's not a scheduled flight? Thank you
Last reply by FSVKenny, -
- 2 replies
- 1.5k views
Nabeel, thanks in advance for the great script you have here. I was wondering how I would go about showing a login form on the main page only when they aren't logged in. If they are logged in, I would like to fill that space with a mini "control panel" type content (such as pilot name, pilot hours, hub, etc.). How would I go about this?
Last reply by completelydeck,