Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.9k views
Hi all i have a question, in my VPS with XEN, my website work perfectly but if i transfer my site in a VPS with KVM2 the site is very slow... phpvms is compatible with KVM?? you have noticed the same problem?? Regards Mattia
Last reply by mattia, -
- 1 follower
- 5 replies
- 2.1k views
I am creating an acars for our VA and my question is I have created a new module as per API but how do i remove the banner and the pilot info so it returnes a single line ? By example <?php require_once($_SERVER['DOCUMENT_ROOT'] . '/phpvms/core/codon.config.php'); class APV extends CodonModule { public function pageone($fruit='', $orange='') { echo "The fruit is an {$fruit} and the color is {$orange}"; } public function pagetwo() { echo "The fruit is an {$this->get->fruit} and the color is {$this->get->orange}"; } } what i mean that in my browser i need only the fruit is an apple and the color is green without any visuals Thanks
Last reply by Tom, -
- 2 replies
- 1.5k views
Hi all, I'm having an issue where only 2 aircraft are showing up on the ACARS map. I've spoken with the developer of the ACARS and he is unsure as to why this is happening - he has tried to fix it but he's out of options. The vms_acarsdata table is only populating 2, however on the ACARS Admin panel it does detect 4 people flying and it logs the PIREPs for all of them. Any help would be greatly appreciated!
Last reply by hmmc97, -
- 0 replies
- 1k views
Disregard, fixed.
Last reply by HighFlyerPL185, -
- 1 reply
- 1.5k views
Hello, I am trying to run the installer on my website. I have properly created a MYSQL database and given an access account the proper permissions file. I go to run the install and it comes back with this fatal error. Does anyone know how to fix this issue? It states that the error is on the final line of the PHP document. At the ending closing bracket. Any support would be much appreciated! Thanks in advance, Milhouz P.S. This is the error I receive Fatal error: Cannot redeclare class ezDB_mysql in /home5/fuchikco/public_html/milhouz/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 299
Last reply by b738, -
- 1 reply
- 1.1k views
Hi guys i am starting a virtual airline up and i need help uploading stuff and editing stuff if you are interested please contact me thanks
Last reply by freshJet, -
- 1 follower
- 18 replies
- 3.3k views
Hi, I am attempting to pass data in perhaps some kind of a variable to another page where I can actually submit a bid, however I've never extended any modules, and I was wondering if perhaps someone could point me in the right direction, and perhaps explain how passing variables and/or generating templates work? Basically, what I'm setting out to do, is for pilots to complete a form, after they've pressed "Book" in search results. Instead, the current Javascript which adds the bid to the user's record would be moved onto the form. The form would submit information into new columns of phpvms_bids table, once the actual "Book" in the form is pressed. Edit: I had a look at…
Last reply by Parkho, -
- 1 reply
- 1.2k views
Hi, I was wondering what are the current capabilities for phpVMS to generate schedule flight plans and download them for instance for FSX default, PMDG, FSInn etc?
Last reply by Strider, -
- 0 replies
- 1k views
This is me error during instalation last i enter the VA name. Strict Standards: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in/homepages/33/d458062080/htdocs/VA/core/common/RegistrationData.class.phpon line 83 Strict Standards: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_tim…
Last reply by wawa, -
- 0 replies
- 952 views
hi i need help uploading photos anyone know what to do
Last reply by QantasLinkVirtual, -
- 0 replies
- 994 views
how do u upload photos to php like logos
Last reply by QantasLinkVirtual, -
- 0 replies
- 1k views
My homepage works but if I try to go to any other page it says no input file specified (even admin). My site is midsouthva.com Please help!
Last reply by calvinvolskid, -
- 9 replies
- 3.7k views
Hey everyone my name is Mctair Grant and I'm currently interested in starting a virtual airline which will be based in MYGF. My question to va owners and pilots are. What makes a good virtual airline or in other words What do you look for in a virtual airline ? If necessary please also state what kind of virtual airlines you don't like and thanks this is greatly appriciated
Last reply by freshJet, -
- 7 replies
- 3k views
Hi All, I have posted about this a long time ago so i know there is a way to solve it, however i have no longer got access to the email that the solution was sent too. My dilemma was and is; i have some schedules that are 3 legs in total, however share the same callsign, e.g VX260 - SFO - LAS - JFK. Under the current php system, i have to put an alpha letter after the callsign for the second leg i.e VX260A (this is the case when uploading in .csv format and manually adding schedules through the main panel), which granted isn't the biggest problem in the world, however, it's just not realistic for VX ops. As i have stated, i know there is a solution available in the fo…
Last reply by VirtualBMI, -
- 3 replies
- 1.9k views
Hello! Does anyone know how I can set the results page to show all schedules no matter what day it flies? My results page loyout shows with a tick when the flight is operated and with a cross what days is not operated, so pilots are allowed to see this but when I search an specific flight which is scheduled for mondays, wednesday and friday, for example, it's not shown on tuesdays and thursdays. Kind regards.
Last reply by Imanol, -
- 4 replies
- 1.9k views
Hello guys, Lately I'm having severe problems with the caching system of phpvms,sometimes leading to a complete outage of the site ie a blank page with just a picture on it. Sometimes I get a page full of error messages like this Warning: file_put_contents(/core/cache/phpvms_users_online.cache) [function.file-put-contents]: failed to open stream: Permission denied in /core/classes/CodonCache.class.php on line 210 Clearing the cache usually helps, but obviously this issue needs to be resolved more permanently. File permissions are set to 775. I think with 777 it runs better I'm not convinced that's secure enough (ie give write access to public) The site has been run…
Last reply by mischka, -
- 7 replies
- 2.9k views
Is there a way to change the inair picture on the ACARS map per aircraft ICAO being flown?
Last reply by in2tech, -
- 5 replies
- 2.3k views
Hi there, I am trying to run if(MainController::$activeModule = 'Frontpage') inside layout.tpl, it seems like its working but its really not. I am trying to present diffrent div's for a homepage and diffrent for all other modules. Code in layout.tpl: <?php if(MainController::$activeModule = 'Frontpage') { echo 'This is a frontpage'; } else { echo 'This is not a frontpage'; } ?> After going to my site, I can see This is a frontpage, this is correct, I add index.php, its still correct. BUT when I do index.php/login I should get response This is not a frontpage, and what I get is This is a frontpage. Could anyone help me on this one? Mac...
Last reply by MaciejO, -
Hello everyone and sorry for my english. Why is not displayed during the course of sending Pireps? thanks for a possible answer.
Last reply by gio1961, -
- 1 reply
- 1.4k views
Hey. How do i clear this error and what made it happen? It seems like there is no pilot and every movement of the aircraft got recorded. Thanks
Last reply by Strider, -
- 1 reply
- 1.3k views
Hey all. I am setting up a new website for the new VA alliance VOW. The members pages are in a .tpl format. When i tried to add new ones, i get this error in the browser. "[b]Warning[/b]: call_user_func_array() expects parameter 1 to be a valid callback, class 'Members' does not have a method 'jet2' in [b]/home/qantasv2/public_html/vOne/core/classes/MainController.class.php[/b] on line [b]218"[/b] so therefore i cannot add anymore members pages until i get this fixed. P.S The CMS i am using is Nabeels CMS of PHPVMS
Last reply by Strider, -
- 1 follower
- 2 replies
- 1.5k views
Hi everyone, look the attachment. This is only a pilot but the map shows lot of planes... How I can resolve it? Thanks Lorenzo
Last reply by fcolirf, -
- 2 replies
- 1.5k views
hello guys I need to reinstall my PHPvms it has many lags and many people told me itmight help. So how do I do it? how to save all pilot and website and all flights that they have done? Can you explain please? add me on skype if you can or answer here vortexxx-777 thanks
Last reply by servetas, -
- 7 replies
- 4.2k views
Gooday (again), I have searched the forums and found this topic a number of times, however, none of the solutions has worked for me. How can i get the actual route of the flight, shown on the ACARS map and myFlights map. Some information i have picked up from the previous threads is stuff to do with the Route Details column in the database, which for me IS NOT being populated. I don't know how to get this to happen. The person who made my skin, put TwitterBoostrap in, and this affects my acars map displays (Zoom, Bubble, ect are affected). Could this also stop the routes from displaying? I have been able to get the weather layer though, and it works perfectly fine. ww…
Last reply by turbofandude, -
- 3 replies
- 1.8k views
Hello How to Delete inactive pilots for example who has not flown in last 30 days? And how to make system automaticly delete everyone who will not fly for 31 days? Thanks
Last reply by Qantas94Heavy, -
- 1 reply
- 1.3k views
hey In my VA most of routes are messed up. They appear in Admin panel but when I enter search by Departure or Airport it does not. It's like all messed up, even LiveMap seems like is messed up. And one more can pilots change destenatoin or departure in Xacars on Acars? Thanks
Last reply by Strider, -
- 1 follower
- 9 replies
- 4.3k views
Hi all, How can i edit the code for my registration form, and only allow the registree to select 1 airline (our main one), out of many? Currently, i have a script where it will default you to the main airline, even if you select another one. However, we are adding a number of codeshares, and it would be ideal not to have 15-20 options of airlines to choose from when registering. So, again, my question is: How can i edit the code for my registration form, and only allow the registree to select 1 airline (our main one), out of many others? www.cathaypacificva.com
Last reply by Txmmy83, -
- 2 replies
- 1.2k views
Hi How do I go about canceling my web hosting and domain? I can't get it to work as I want so I want to offload the costs please? Rgds Dean
Last reply by magicflyer, -
- 2 replies
- 1.1k views
Good evening dears i want to know how to chnage my current settings for VA.ini of fscaras i wish to add some commands like FlapsEvent ....etc thanks in advence
Last reply by Strider, -
- 14 replies
- 2.7k views
Good evening i want after user login no need to relogin next time stay logged in thanks in advence
Last reply by FlyingMachine,