Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
Build Log question
by Guest lorathon- 2 replies
- 1.1k views
So I have been reading through all of the Build logs and updates. And have a couple of questions. 1. Can you just get the last version or do you need to get all of the in order? 2. What is the best practice to update a site. I downloaded one and see that the install folder is in there. Can the other files just be dropped in the site or do you need to wipe and then install fresh? Thanks
-
- 0 replies
- 1.1k views
Dear Members few days back i have been looking one post by somebody dont remember it the post is about having different templates for one website pilots can click on the given link and Skin and template will be change for them and we need to make changes in local.config file maybe can you please help to find that post for me? Thanks in Advance Regards Ahmad
Last reply by Ahmad, -
- 2 replies
- 1.1k views
Hey Guys, Is there any way I can display the time that a pilot has been in the retired state. So I can see that the pilot has been retired for x days and then remove them if I want to. Thanks in advance.
Last reply by Stealthbird97, -
- 0 replies
- 1.1k views
Please can anyone assist me with a coding problem I am having? This is for the ocean blue front page recent.tpl Basically I just want this: "Latest Flights" (Image was photo edited) The Airline Tab is what I want but i cant figure the coding out. I always seem to be onto something but then nothing :/ Here's the coding what i have so far: <?php $count = 10; $pireps = PIREPData::getRecentReportsByCount($count); ?> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="ocean_table"> <tr> <th>Airline</th> <th>Flight</th> <th>Pilot</th> <th>Departure</th> <th>Arrival…
Last reply by Curshad, -
- 1 reply
- 1.1k views
Hi, Id like to have the newest pilots list section show the flag of the pilots country. I assume that Im supposed to edit a file in the core/templates, but Im not quite sure. Id also like to add a youtube video in the font page, but am not sure where to begin. Im very young, and not very experienced with this kind of stuff so any help would be appreciated, thanks! Heres the website.
Last reply by smokey68, -
- 0 replies
- 1.1k views
I have an existing install of SimPilots v5.5.2 and flight time is calculating in an interesting way. On the admin panel's homepage the time flown is reported as 00:00:01.460000, I have checked database entries and both flighttime and flighttime_stamp are recording 00.46, 01.00 and 00:46:00, 01:00:00 respectively. Another weird oddity is that pilot pay is only being calculated by the hour. 01:46 is calculated with a total of $20, yet the pilot is being paid an hourly rate of $20. Any guidance is appreciated. Thanks,
Last reply by t_bergman, -
- 1 reply
- 1.1k views
Not sure if anyone has noticed this or having the same issue. My charters change every day so that means I am activating and deactivating them everyday. Well, when I go to edit a schedule the system swithces the aircraft on me for some reason, in particular the Beriev I am using. It seems to only switch this one for some reason, I have two and it defaults to the 243 reg number.....I am really having to keep an eye now when editing cause of this.
Last reply by Nabeel, -
- 1 reply
- 1.1k views
On all pages of my VA site I have always in the footpage those messages: Warning: Unknown: open(/var/php_sessions/sess_1c28396183379991f52db597aab408e8, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0 Where that come from? Can somebody help me?
Last reply by Nabeel, -
Is there a Code to give out the awards, when they are achieved? Regards, Allan
Last reply by Allan, -
- 0 replies
- 1.1k views
ok are few stuff i am needing help with StislaSkin I am runing Version 5.5.2.72 simpilot/php7.2 PHP Version7.0.33 MySQL Version10.0.38-MariaDB pay web hosting How do i add a background or make a front page or how can i make a front page like a Index or and into page? or how do i redeirct it from the loging page back to index page? https://prntscr.com/tnu5xb and way is my fleet is not showing up when I hit book flight then pick what aircraft i want to fly https://prntscr.com/tnu63s evey thing thing else i working great
Last reply by ace104th, -
- 1 follower
- 2 replies
- 1.1k views
Hi, In the last period some flights began to disappear from the list of search? With the knowledge that the flight data exist on the Admin page?? Is there any solution to this problem????
Last reply by BaderNET, -
- 1 reply
- 1.1k views
Hi Guys, long time no speak, no problems as such, but i recently tried logging into my VA website, and when i did, it comes up saying "You must be logged in to use this feature" when i already tried to log in :- muse4eva
Last reply by Nabeel, -
- 2 replies
- 1.1k views
hello. currently in my virtual airline after a flight arrives at its destination, the plane with destination information that is kept on the map for more than 15 hours, and many are confused because they come to collect several aircraft on the map. I want is to change, when a flight plan reaches its destination, the information on that flight on the map only lasted two hours maximum. if this option can be changed please tell me how, and how to do it please thanks for your attention and help Have a good day ....
Last reply by El Macara, -
- 2 replies
- 1.1k views
Hi guys, I've just installed phpVMS 2, added one new airport HUB (in addition of the default KJFK), and 2 scheduled flights (from and to the new airport). The new airport is LFMT, the 2 new schduled flights are LFMT to EIDW and EIDW to LFMT. I've flown these 2 scheduled flights with Xplane and xacars. All was fine. But when the PIREP was validated, the miles flown remains to 0 as my to flights have respectively 782 and 771nm (so a total of 1553nm). So in the maintenance page, I've ran the "Recalculate distances", and now the 2 PIREP's has 2627.91 nm for the distance and the total miles flown to 5256nm ! So I've noticed that the phpvms_navdata table is emp…
Last reply by elekaj34, -
- 0 replies
- 1.1k views
Hi All, I have set up phpVMS on a AWS LightSail Instance and all the features are working besides the mass emailer.. I have tried to enable SMTP and use gmail's (as a test) SMTP server with no luck. I do not know what is causing the mass emailer not to work. I have checked the Spam section of my Email and it is empty. I would appreciate any help I can get on this matter! Thanks. EDIT : I Fixed it! Google was blocking the SMTP!
Last reply by anushpatel, -
- 1 reply
- 1.1k views
Hi Guys, So I did a lot of research and found this. To which it didn't really help but it sorta did. I use the auto accept PIREP Module, and I learned/noticed whenever a PIREP is rejected an email is sent out, this is the code I found in the PIREPACData Class file //If sendmail_to_pilot=1 send email to pilot that the pirep has been rejected if ($settings->sendmail_to_pilot == '1' && $pirepdetailsafter->accepted =='2') { $sub = "Your PIREP {$pirepdetails->pirepid}({$pirepdetails->depicao} - {$pirepdetails->arricao}) has been rejected "; …
Last reply by Curshad, -
- 2 replies
- 1.1k views
I am having trouble with my contact page. When I click on the contact page, I get an error stating "You are not allowed permission to access this page". Any Ideas? http://www.flyaka.net/index.php/pages/contact
Last reply by flyalaska, -
- 2 replies
- 1.1k views
Hi guys i am new here my name is irfan khan i have started my new VA and installed this phpvms in my server but still have litlle problem as you can see in the pic when ever i am pressing on pilot center or on pilots it is giving me error modules _________ not found please help me really appreciate it. regards irfan khan
Last reply by Nabeel, -
Help to Build Pilot Profile
by Guest willykamp- 1 reply
- 1.1k views
Hi anyone can help me to build the pilot profile like this: http://www.virtualaca.net/index.php/profile/view/1 I'm new in this Thank you for support Avianca Virtual Airlines CEO
Last reply by mark1million, -
- 2 replies
- 1.1k views
my system has suddenly stopped updating the badges. It worked up to 5 flights, and my badge is saying I have done 5, but I have done 8 now. I have tried resetting them in the maintenance area, but still the same?
Last reply by ukmil, -
- 2 replies
- 1.1k views
Hello, I want to create a fuction/module which would send a email automatically to the pilot if his / her bid is removed automatically from the system due to not flying it in the specified time. Could this be possible? Regards
Last reply by STARs, -
- 0 replies
- 1.1k views
I've added a new flight type "Maintenance". How can I stop phpVMS from assigning a passenger load? Thanks
Last reply by CFVA, -
- 1 reply
- 1.1k views
DB problem, PHP mis-configuration or file permissions ? I am having this problem, tried chanching permissions to the cache folder and the codon files, but no luck! Everything started after installing our new forum, SMF. Everything seems ok, but began seing this error. Permission denied in /home/skymex.eu5.org/core/classes/CodonCache.class.php on line 210 Checked again the permissions and looks ok, have you ever experience something like this? Your tips and ideas are always welcome! Sergio
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Anyone know how?
Last reply by mark1million, -
- 1 reply
- 1.1k views
Hello all, I am having a little bit of trouble installing phpvms. I am using siteground for my hosting, as well as my domain name. I have then dragged the contents of the phpvms.full folder into public_html in the file manager. I type in the url path of: http://www.anavirtual.net/phpvms/phpvms.full/phpvms/install/install.php, and it gives me the following: Fatal error: Class 'DB' not found in /home/anavirtu/public_html/phpvms/phpvms.full/phpvms/core/common/SettingsData.class.php on line 28 How am I able to fix this? This is a new install, and I am very limited in my skills of php. -Joseph Johnston
Last reply by simpilot, -
- 1 reply
- 1.1k views
When I try to install PHPVMS, I get this error Fatal error: Cannot re-assign auto-global variable _FILES in/home/jetvirt/public_html/core/common/PilotData.class.php on line 436 http://forum.phpvms.net/index.php?app=core&module=attach§ion=attach&attach_rel_module=post&attach_id=1682
Last reply by flyalaska, -
- 0 replies
- 1.1k views
Hello, My VA has different airlines (with their own ICAO) by country. I need to know if there is any way to show the airline name in the schedule informarion. Thank you.
Last reply by Imanol, -
- 2 replies
- 1.1k views
Getting this error whenever I try to edit a pirep. Parse error: syntax error, unexpected $end in /home/stunna/public_html/admin/templates/pirep_edit.tpl on line 168 Using the latest beta(Version 1.2.693).
Last reply by Nabeel, -
Please post bugs in the beta in the appropriate build thread in the Build Log forum. That way I can keep track between what I have to fix build-to-build and what exists in the released version which has already been addressed/needs addressing
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,