Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 follower
- 5 replies
- 1.6k views
Hi, Is it possible to make 2 pilots fly a single route as well as just 1, so there are 2 options for the route, 1 for shared cockpit and one for single pilot flying?
Last reply by Parkho, -
- 1 follower
- 2 replies
- 1.6k views
When I try to run the installer for either PHPVMS_V2 or phpvms_5.5.x my website simply says "not supported" as seen in the attached photo. any answers?
Last reply by Taran, -
- 6 replies
- 1.6k views
Hi all, I am currently facing and issue where when a pilot registers for the VA and his registration is still pending, the pilot will receive an email stating that he is retired. The last filed PIREP date would be indicated as 01/01/1970. This is due to the fact that we have the auto retire system turned on. Is there a way to correct such an issue ? Thanks Sean
Last reply by warathand, -
- 1 reply
- 1.6k views
hello guys, we are updating our site and i was going through our links and on the contact form it has my personal email address in the area for person to contact, my question is how can i change that to our airline email account. p.s how can i add multiple persons of contact in a drop down menu thanks
Last reply by mseiwald, -
- 3 replies
- 1.6k views
Hi All, Im new to the community and new to all this, I was wondering if someone could point me in the right direction. qatarairwaysvirtual.tk my template doesn't seem to fit the website, the Template is the original crystal provided that I had a play around with. however if you view the website on a Tablet or Mobile Device the Template Fits the Website and screen perfectly. It probably something simple, thank in advance! Regards,
Last reply by smokey68, -
Can't select a flight. When I try to search schedules, nothing appears, whether I'm searching be departure airport, destination or aircraft type. Reloaded the flight schedule but still no luck. Monday morning issues? David Red Historic Airline Group
Last reply by reed0427, -
- 3 replies
- 1.6k views
Have added 4 categories, and trying to add files to download. 1) Where do I add the files (which directory? or, do I just create one?)? 2) Is there any specific requirement(s) in the 'link' field? 3) Where do I put the image? and is there any special link requirement for that? Thanks!
Last reply by Nabeel, -
Financials
by RogerB- 5 replies
- 1.6k views
I have noticed that when you look at the financial reports I am only seeing one of my expenses in the chart. Could you explain how this works Nabeel?
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Hey guys, how can I remove the Route Map, shown on the Schedule Details page? It isn't coded in the template file. I also tried to set the width and height to 0px in the local config, but it didn't work. Does anyone has an idea? Regards Bueno
Last reply by Bueno93, -
- 1 reply
- 1.6k views
Hi, Is there any way to have separate codes for Schedules and the main VA code? Because flights for my VA (Philippine Airlines) have the code PR (which I want to replicate) but the abbreviation for the airline is PAL (which I want to replicate). Thanks in advance
Last reply by Parkho, -
- 6 replies
- 1.6k views
I use php 5.6 nginx debian 10 phpVMS: latest version of phpVMS_v2 (https://github.com/phpvms/phpvms_v2) The following error appears on the registration page: Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/phpvms//lib/skins/crystal/<h3>Registration</h3> <p>Welcome to the registration form for PHPVMS. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="https://pilot.sim-air.net/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input …
Last reply by Strider, -
- 4 replies
- 1.6k views
When prospective pilots come and look at the website, they are unable to search the flight schedules unless they are logged in as a pilot. Some pilots (including me in the past) might be a bit hesitant to sign up unless they can search the schedules to see if htere is enough variety etc to satisfy them. Is there an easy way to add the search schedules part to the main screen so they can do this before joining/logging in?
Last reply by Jas, -
- 2 replies
- 1.6k views
Any chance of checking this error. Using latest beta 1.2.692 on the opening page which I uploaded to this morning, the pie chart which displays the aircraft used gets this error in both IE8 and Firefox 3.08 Fatal error: Class 'googleChart' not found in /home/explorev/public_html/php/core/common/StatsData.class.php on line 297
Last reply by Jas, -
- 3 replies
- 1.6k views
Hi All, I have not touched any code whatsoever on the site for about a month now, not updated due to lack of time. This morning I tried to load up the site and get this message. Parse error: syntax error, unexpected '<' in /home/linkv/public_html/index.php on line 94 Has anyone any ideas what has gone wrong?
Last reply by Nabeel, -
- 3 replies
- 1.6k views
I know how to add pictures to pages etc but what I dont know is how to position them on the page. ie, if I wanted to place a picture at the top right of a page, how would I go about that? I am using the frontpage_main.tpl to try and do this in the skin folder. Is this also correct? Ta.
Last reply by TennShadow, -
- 2 replies
- 1.6k views
Simple question (hopefully); can someone explain to me the purpose of the 'online' field in the 'acarsdata' table? Thanks in advance. Tim Walters MaldAir.com
Last reply by algaeholics, -
- 1 reply
- 1.6k views
hi, I have 2 problems , only when my pilots using FSFK! #1 ____________________________ In live map , the flight STATUS will show ENROUT! for all positions of aircraft! the ESTIMATED DISTANCE and ESTIMAITED ENROUT TIME will show wrong! * I have no problem with kACARES! see the attached pic... how can i solve this? #2 ________________________________ when i get a pirep from FSFK in my admin panel (where i Accept/Reject the pireps!) i get this error : No aircraft for this PIREP. You must edit and assign before you can accept it. how can i solve this?
Last reply by tutmeister, -
- 1 reply
- 1.6k views
Hi to all! Can anyone tell me how to integrate teamspeak server viewer into sidebar? Some code or something? Thank you very much
Last reply by flyalaska, -
- 0 replies
- 1.6k views
Hi, all Can't connect by kACARS_Free client to site. Web server work on nginx + php-fpm. Prior to that, he worked at the site apache22 and had no problems. nginx.conf: server { listen *:80; server_name example.org; access_log /var/log/nginx/exmple.access.log; # access_log off; location / { root /www/example; index index.php index.html; if (!-e $request_filename) { rewrite ^(.*)$ /index.php?q=$1 last; } } location ~* ^.+\.(jpg|jpeg|gif|png|svg|swf|ico|js|css|mp3|ogg|mpe?g|avi|zip|gz|bz2?|rar|xml)$ { root /www/example; expires max; } location ~ \.php$ { fastcgi_pass unix:/tmp/php-fpm.sock; fastcgi_index index.php; fastcgi_…
Last reply by Khuman, -
- 1 reply
- 1.6k views
Hello, I am using phpVMS 5.5 I've setup smtp but it don't work also i'm not to sure where to put my google api key thanks
Last reply by mark1million, -
- 1 reply
- 1.6k views
OK so i now need to design a simple events booking system, nothing flashy but something that my pilots can add their details to, is anyone working on something like this already? I have some ideas like im currently using google as the calendar so maybe ill look at using that in some way, not sure how yet
-
- 2 replies
- 1.6k views
Hi guys I'm getting the following erros on the route map page with version 2.0.840 Any ideas? Thanks. Chad C.
Last reply by piper338, -
- 3 replies
- 1.6k views
Ok i chnages someone's pilot id to 029 and then i wanted them in order. so i changed everyone's pilot id in order so now they go to 013. When someone registered there pilot id was 30. I know i probally have to do something in the database but what? where? thank you in advance. http://pashairvirtual.co.uk
Last reply by Daniel, -
Where does the file treeview-famfamfam-line.gif in skins, cystal get linked to in a .php or other file?
Last reply by avdesigns, -
- 1 follower
- 2 replies
- 1.6k views
So once we have logged into our airline pilots are seeing these many many erros: Anyone with answers I thank. Thankssss
Last reply by Picowatt, -
- 3 replies
- 1.6k views
I don't believe this 2 issues are related....... I show this error in the 'error_log' file PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Profile' does not have a method 'phpvms' in /home/rocke2/public_html/freedomair/phpvms/core/classes/MainController.class.php on line 218 I can't figure out how or why this is being called. What is this error actually telling me? I can't get any charts to display in the defaulit phpVMS 5.5.2 file '....\templates\profile_stats.php' - even if I put the file in my skins folder. Any help is much appreciated. Thanks! Contents of profile_stats.php…
Last reply by ProAvia, -
- 3 replies
- 1.6k views
Hello all I'm created a new va, but i have a problem The problem is: Fatal error: Class 'DB' not found in /home/vhosts/mywebsite/core/common/SettingsData.class.php on line 28 Regards
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Hi. I have a problem with the script. I have uploaded it to my website, and I get an error message. The message is: Fatal error: Call to undefined method stdClass::get_results() in /home/a3042821/public_html/core/classes/ezdb/ezdb.class.php on line 391 I have tried to fix it myself, but can not come to any fix! Help, please! Thank you
Last reply by Sander, -
- 4 replies
- 1.6k views
When anyone tries to register with my VA where it say select airline , hub, and location nothing appears on the drop down menu for people to select. Thanks for the help.
Last reply by mattsmith, -
- 3 replies
- 1.6k views
Moved to a new webhost. Installed phpvms 5.5.2 simpilot 7.2. Everything worked fine accept couldnt get the acars to send data to the database. So thought it may be an issue with that and decided to install the standard phpvms 5.5.2 simpilot version. Still having the same issue, data can be pulled from the site with kacars but the data sent back does not populate the database, so no flights show on live map. Any help would be appreciated. Thanks
Last reply by ProAvia,