Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.1k views
Hello I h.ave a problem with my registration form. I am unable to register and i dont know what the problem is When i click register the page resets itself to the register form with all errors activated. My code is below so I hope someone can spot the problem. <style> .scroller { overflow: scroll; padding: 5px; height: 100%; } input[type=submit] { width: 30em; } </style> <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <script src='https://www.google.com/recaptcha/api.js'></script> <section id="sign-up"> <!-- Background Bubbles --…
Last reply by ProAvia, -
- 2 replies
- 1.1k views
Looking to see if anyone got a list of codes to use around phpvms base install, would be a great resource to have.....For instance, list of codes that can be used in the Pilot Center, and pilot public profile, any help would be great..
Last reply by Allan, -
- 1 follower
- 2 replies
- 1.1k views
I was running my site etc.... No problem but then one day when you click to show flights it would show any thing and I have 6,000 of them so I trying redoing phpvms that didn't fix it have had the webserver company rested to the server back to when I first started still not working any ideas
Last reply by jusromaine, -
- 0 replies
- 1.1k views
I'm creating a cron-job that calls the script maintenance.php, but there is a problem with the functions resetpiretcount() and resethours(). These functions are not executed because the script doesn't get the maintenance permissions to do so. Is there a solution for this? Any idea to do it in a different way? Thank you very much for your help.
Last reply by Jose Conde, -
- 2 replies
- 1.1k views
When debug log is set to 'true' and query sent to '2' nothing is being written to logs. Debug is not working.
Last reply by magicflyer, -
- 1 reply
- 1.1k views
Hi, For some reason when I press the Add to Bid button on any of my schedules I get this rather than an added bid http://prntscr.com/grb0qe As you can tell I am on the crew center skin. Thanks
Last reply by smokey68, -
- 1 reply
- 1.1k views
I'm transferring my VA to use phpVMS. Do the pilots need to join, or can I add everyone manually? Eddie
Last reply by Nabeel, -
- 0 replies
- 1.1k views
Hi all, i want to do this: to have the ability when exporting e pirep through fspassengers, or manually, to use ANY prefix and ANY flight number (existing or not). This means that the airline code and the flights id should not be cross-checked when a pirep is sent. Can this be done somehow? Thanks
Last reply by tnick74, -
- 1 reply
- 1.1k views
Hello guys. I have been trying to setup phpVMS for some time now just to try it out for my VA that is coming soon. Anyway, the website is currently on free hosting until I am ready to launch. http://airserbia.elementfx.com/ Website here. phpVms here http://airserbia.elementfx.com/acars/ When I try to Login in kAcars with SRB0001 and my password it says !connection error. Don't know what to do? Please help quickly
Last reply by Nabeel, -
- 0 replies
- 1.1k views
I'm having issues with the flight board departures. First of all, I added: date_default_timezone_set('Europe/London'); which I believe has worked because it no longer displays strange times. However now (bear in mind it's 23:25 here) that the next flights (which leave at about 6 or 7am) are now boarding. Secondly, the times are not in order despite the SQL query stating that they should be sorted by deptime. http://www.freshjetvirtual.com/index.php (scroll down)
Last reply by freshJet, -
- 2 replies
- 1.1k views
I have moved my hosting to paid hosting. Do my pilots need to reapply or is there any way of transferring them from my old site?
Last reply by mattsmith, -
- 1 reply
- 1.1k views
hi all can anyone tell me when the turtorials will be back up and running or if anyone has the videos saved on there pc that they could send me thanks
Last reply by Nabeel, -
- 0 replies
- 1.1k views
I think I have the old captcha in the skin I downloaded and am modifying! Where and how do I fix this! Is it in the registration_mainform.tpl file? If you notice there is nothing to add up to get past the old captcha! http://screencast.com/t/brkAjmdt Thanks!
Last reply by in2tech, -
- 0 replies
- 1.1k views
I'm wanting to know if anyone has a spreadsheet, and or CSV file with any of the major airlines' routes (i.e. Delta, Air France, KLM, Alaska, Frontier, etc.). I know how to do them, but to save time and money i was hoping someone may already have them and would be kind as to send me a copy. Please let me know, Taran
Last reply by Taran, -
Rank images and situation
by Guest- 1 reply
- 1.1k views
Hi all, I recently gained my promotion to First Officer, but the image on my profile didn't update (I've checked the links in the admin centre - all are OK), and the list in the admin centre didn't register me as a First Officer, although my profile text did: What could be wrong? Thanks in advance, and merry Christmas everyone.
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Ok, i have one problem with one of my ferind's virtual airlines. When i go to the timetable and it shows two routes. Then i head to the admin panel, and went to the admin timetable, & it shows alot of flights. The flights in the admin are fully enabled. What is it causing?
Last reply by simpilot, -
- 1 reply
- 1.1k views
Hello, I need your Help. I installed the phpvms on my server. The installation was succesfully but I get only a withe Site. Here you can see: http://52387118.de.strato-hosting.eu/fsxva/ I can't Login etc. Can you help me? Thank and Regards Christopher
Last reply by mark1million, -
- 0 replies
- 1.1k views
hey all good day because we operate our virtual site as real as the company in real world i need to seprate scheduled flight(real) in page and non scheduled flight(virtual) on another one, and seprate real fleet and virtual fleet . so if this possible we need to modify finance,static,(all data devide in 2 section -real and non real or virtual) any one can help me to do that ??? . regards
Last reply by raymond rabasi, -
- 0 replies
- 1.1k views
Hello folks, as you understand from the topic I am really a newbie in this field. Do I need to install any php 5,+... program or whatever prior to uploading my phpvms to my root folder in fliezilla ? Thanks in advance for your answers.
Last reply by ERDEM, -
- 0 replies
- 1.1k views
Hi everyone When trying to add fleet i get this error: http://prntscr.com/ktlruw i have been able to make fleet types this is an error on fleet manager. Thanks JS
Last reply by JakeSavage, -
- 3 replies
- 1.1k views
Hello, I'm trying to set cookies to expire beyond the session. In the /public_html/php.ini file, I changed the setting from 0 to the value below and it still reads expires on session when I inspect in my Chrome debugger. I want to set it to expire in 30 days, so I entered the equivalent amount of seconds in session.cookie_lifetime. Is this correct or do I need to change a setting somewhere else? Thanks in advance for your help. Chris Smith, www.ndbair.com
Last reply by ChrisSmith, -
- 1 reply
- 1.1k views
how can i replace the logo on my website?
Last reply by TennShadow, -
- 1 reply
- 1.1k views
Hello everyone, I have just install on my computer the phpvms system, but when I want to bid a flight I cannot do it, it says No route passed, I have search in every where but I can't find out an answer, if anyone can help me, do it. Jefferson Benavides
Last reply by simpilot, -
- 1 reply
- 1.1k views
(FSACARS) Plis Helpme for the error in the file receive_pirep.php Parse error: syntax error, unexpected T_STRING in /home/vhosts/fabv.xp3.biz/receive_pirep.php on line 31 Snipped by Nabeel
Last reply by Nabeel, -
No new pages
by Guest mcculchris- 3 replies
- 1.1k views
Hi I have just started highland aviation virtual on php vms and the other day I came to put some more pages on my site but it wouldn't let me it will say in the green box page added but above that it will say page could not be added error and the page isn't added and also I don't seem to be able to change pilots hours either. Please help
Last reply by Strider, -
- 0 replies
- 1.1k views
Hi. I was creating a news post for my VA and noticed that title is truncated when saved. Looks like it is limited to 30 characters. The thing is that the title field on /admin/index.php/sitecms/editnews?id=xx is not limited to 30 characters. Another improvement I'd suggest to this page is the ability to unpublish an entry (checkbox) without having to delete it. Thank you!
Last reply by vazquezjm, -
- 0 replies
- 1.1k views
Hello, I am quite new on PHPVMS and FSACARS, I would like to know if there is modification to be made on PHPVMS for the livemap because when I launch FSACARS with the .ini file of it GO and I click on send log my plane does not appear das the livemap. Thank you for your help!
Last reply by massilia68, -
- 1 reply
- 1.1k views
Good morning everyone, I have a problem with my website, the livemap seems not to show, here's the link: http://avianticvirtu...index.php/acars Here's the code: <div class="mapcenter" align="center"> <div id="acarsmap" style="width:<?php echo Config::Get('MAP_WIDTH');?>; height: <?php echo Config::Get('MAP_HEIGHT')?>"></div> </div> Any help would be greatly appreciated. Thanks in advance!
Last reply by BaRBeR, -
Hi, I have started with my virtual airline and I want to create new custom module. I want after click on Add Bid to show new page on which will be more informations and confirm booking like that: Select Your Aircraft: Put your DEP time: Put your ARR time: Flight Duration: Input route: <Confirm Book> I tried to edit schedule_results.tpl and many more but I there was no results for that. If you can tell me how to create such a module? Thanks !
Last reply by servetas, -
Fuel Used In live map??
by Guest- 2 replies
- 1.1k views
Hi All is possible added "fuel used" in acars live map?? i try this code but don't work: <%=flight.fuel%> <%=flight.fuelused%> Thanks