Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 964 views
Hello Folks, I ve been dealing with my first Va website and I want to add an image slider instead of a steady banner on my front page. I ve tried several manners to do it (like jquery or bootstrap) but no solution. Here is my websites front page http://www.flytaxiva.org/index.php/ . I would like to have a slider instead of my B777 image. I ' ve tried to add some codes in my layout.php file in the skin folder and also have dealed with style .css files but couldn't get any result. If you can help in this point. I d really appreciate. Thanks in advance.
Last reply by ERDEM, -
- 0 replies
- 1.1k views
Good Afternoon Ladies & Gents, i hope you are well, we are currently having some problems with our Finances module for some reason we are neither gaining or loosing money our balance is currently at 0, please see screenshot. All data within our schedules is present including flight prices, does anyone have any idea what i have missed somewhere or point me in the right direction ? We are currently running VMS 5.5 (PHP version). Any replies would be greatly appreciated. Kind Regards Harry
Last reply by harryh146, -
- 0 replies
- 1.1k views
Hi ! I've just installed phpvms 7.0 and when i cliked on the install button i've this message : Error 404 - Not found Le fichier requis n'a pas été trouvé. Il peut s'agir d'une erreur technique. Veuillez réessayer ultérieurement. Si vous ne pouvez pas accéder au fichier après plusieurs tentatives, cela signifie qu'il a été supprimé. My php version is 7.2 and i'm in 1&1 service for hosting .. Plz help me which folder i need to fowload on github ? Bye Baptiste
Last reply by TheGmader, -
- 0 replies
- 974 views
How to set crew center skin to work with xampp?
Last reply by flyadria, -
- 0 replies
- 1.2k views
Good afternoon everyone, as and commented on another message volotea virtual does not have a webmaster, we need a person who connects to the day, update can only enter the web and as to center the center of the web, if someone wants to win an extra money, you can write me to my email and we can finalize the details. What do we need? 1- put the operative web 2- give a makeover 3- update map Focus 4-airports 5- I hope that with this error there have been no routes or anything like that. the web works through PLESK WEB HOST EDITION Thank you dfr_34@hotmail.com www.voloteavirtual.com
Last reply by Volotea, -
- 0 replies
- 1.2k views
Hello, Does anyone know if PHPVMS comes with aircraft getting damaged over time and then put in a hanger for repair or if that is a module I can download? If its a module would you mind sending me a link. Thanks, Raaj Patel
Last reply by RaajPatel, -
Solved myself, can be deleted this topic
Last reply by BggJR83, -
- 0 replies
- 928 views
Hey guys, my hosting company doesn't support php5 anymore, so I had to migrate phpvms to php7. Everything works fine, except of two things. When the pilot get's a success message, i.e. "successfully registered" there is only a white blank page with no errors. If there is an error message it works fine and it shows up. I also have a similar issue on schedules search form page. When pilots tries to search a flight on domain.tld/schedules and on domain.tld/schedules/view there is a blank white page. But when I open domain.tld/schedules/details/50 where 50 is the schedule id, everything works fine again. Can anyone help me please? On some pages I had to remove <?…
Last reply by BlackSwan, -
- 0 replies
- 1.1k views
Hi all, I would like to know if there is a possibility that several senders send mass emails to pilots. My idea is that in the option "Email all pilots" there is a drop-down list in which each administrator chooses his name to appear as sender. I saw that in the file "Util.class.php" there is the possibility to edit this, I would like a sender from the list to be used instead of the default email address. Thank you!
Last reply by Imanol, -
- 0 replies
- 899 views
I am having trouble matching file nomenclature with the documentation in the phpvms for dummies. Is there a checklist, or cheatsheet available to set up and get started? I have the aircraft, routes, and airports, but for some odd reason cannot set up the site and database to get them there and the rest is equally challenging.
Last reply by dminersr, -
- 0 replies
- 1.1k views
Hi, To achieve PhpVMS in PHP 7.3, which version do I use?
Last reply by JamesQ, -
- 0 replies
- 1.1k views
Hello, I installed phpvms 7, I can not put acars to connect with my company. follow the example of the Demo-Baggelis.com configuration, sempro returns error 404. I use windows 10x64, fs9. some other acars that I can roll?
Last reply by Hetzel, -
- 0 replies
- 919 views
How do I use this to manage my VA? I heard that I could, but can't figure out how. Thanks!
Last reply by virginaustraliava, -
I have solved the issue.
Last reply by Jonah0037, -
- 0 replies
- 936 views
Hello good afternoon I'm trying to put this in the profile_main there would be some way this works with a single click when you delete the reservation. Thanks for the help. https://prnt.sc/o97vo1
Last reply by FlightDeckES, -
- 0 replies
- 1.1k views
Well, I installed phpvms 5.5.x Master following the tutorial correctly. But after the installation it gives table errors and the main page appears with bugs.
Last reply by RodrigoMoreira9, -
- 0 replies
- 822 views
Hi, I'm trying to code functionality within the PIREPData class to divide the inputted passenger amount up into first class, business class, and economy class, all randomized but all passengers will make it. Here's what I've coded $ac = OperationsData::getAircraftByReg($pirepdata['aircraft']); $rem=$pirepdata['load']; if ($rem<=$ac->firstclass) { $first=rand(0,$rem); $rem-=$first; } else { $first=rand(0,$ac->firstclass); $rem-=$first; } if ($rem<=$ac->busclass) { $bus=rand(0,$rem); $rem-=$bus; …
Last reply by NWA1999, -
- 0 replies
- 944 views
Hey guys, I would like to offer my VA Site in multiple languages. I created a new LangData.class.php. Everything works fine, The function Lang($pilot) returns the array $lang. When I define on any template $lang = LangData::Lang($pilot); or inside the module $this->set('lang', LangData::Lang($pilot)); it works perfectly fine. But I want to make the variable $lang accesable globaly, without having to set the variable in all modules or templates. I tried to set the variable inside the layout.php, because it covers all templates as the top file, but in that way I can only echo the array inside layout.php. I use simpilot 5.5.2 Here is my code for LangData.c…
Last reply by BlackSwan, -
- 0 replies
- 882 views
My VA, flycaribbeanva.com, has had an email from the provider which says: Now I can't file pireps, edit routes or anything. Is there someone who is willing to help me get my site up and running again? Our webmaster quit and we don't have the knowledge ourself. It is using phpvms 5.5.2
Last reply by JohanVLC, -
- 0 replies
- 902 views
Hello, I have an virtual airline and need help with my backend it's all messed up and needs a good going over. I lost my guy that was doing my website work. I now have guys that can do the day to day stuff but is not good with the deep backend stuff can anyone help us out? will pay for your time. PM me or email easternhops@gmail.com thanks Robert CEO easternhops.com
Last reply by easternhops, -
- 0 replies
- 943 views
I'm thinking of splitting into two divisions and was wondering if I could divide the schedule into two parts and load them separately, so when you are in one division, you only see the schedule that pertains to that division.Is it possible, or do we need a separate web site from FiveDev?
Last reply by reed0427, -
- 0 replies
- 997 views
Hi folks, I have a running phpvms on my web and I have a another website, and I want to know if there is a way I can embed the live acars map? I tried figuring out the root part of the acars map. for an ex: www.website.com/map but cant find it on the files. Hope this is clear. My code: I'm using open street map <div class="center"> <!-- Full Width Wrapper --> <div class="maincontent-full"> <!-- Full Width Content --> <p> </p> <!-- script pilotos --> <script src="http://dev.henri.com/lib/js/base_map.js"></script> <script src="http://dev.henri.com/l…
Last reply by Henrique, -
- 0 replies
- 1k views
Hello, I want to edit the function and add some extra functionallity. So when the CodonEvent::Dispatch('pirep_accepted', 'PIREPAdmin', $pirep_details); code is called, the extra code should be executed. How do I do this? There is no function "pirep_accepted" in PIREPAdmin.php... Thank you
Last reply by Karamellwuerfel, -
- 0 replies
- 843 views
Hello, i have a bit of a wired Question. So is it Possible in General, to add a function where Players can add their own airline ? We are currently looking for a framework wich would in theory be able to Greetings
Last reply by Fizzy, -
- 0 replies
- 846 views
Short story; I'm modifying pilot edit page and including things I want. I'm not using custom fields module (just don't want to.) I've created the columns in the pilot table and have my form completed. However, I cannot for life of me figure out where everything is calling from. I looked at PilotData.class.php and I see the UpdateProfile function but it doesn't necessary tell me what specific fields it is looking for. Array is commented out (assuming code change.) Has anyone (outside of using custom fields) actually been able to get custom form and have it truly populate db? I'm little good at this, not an expert, but enough I can navigate to extent and do things. …
Last reply by Ither, -
- 0 replies
- 855 views
Hello; Is there a way to generate or create reports that will show a specific pilot's total flight hours for a specified week, monthly, quarterly, and yearly flight hour totals? Would like to find a module that will allow management to generate a report for each pilot that shows their total flight time by weekly, monthly, quarterly, and yearly. Is this something someone would be able to create? Thanks
Last reply by perryfincher, -
- 0 replies
- 906 views
Hello, Is it possible to show on the main and public profile which is the most favorite aircraft and hoiw many destinations are being served by this pilot? Thanks in advance, Rick
Last reply by ncd200, -
- 0 replies
- 1k views
Does anyone no what the error The Underlying connection was closed: An unexpected error occurred on a send ?
Last reply by Michael2015, -
- 0 replies
- 1.2k views
Hello, sorry for my english mistake, I'm using the translator for this I had a single problem on my V / A website, it was tracking that didn't appear, so I looked for how to solve it on your forum and found some things, after that I changed it and my website died only the crew center ... Now I don't know how to go back, I really wanted your help. please help me. my website is gtev.com.br and the problem at the crew center is gtev.com.br/intraer
Last reply by Gtev, -
- 0 replies
- 991 views
Running into a wall trying to install phpvms v5. php version is 5.6 and the mysql version is 5.6.45. Any ideas?
Last reply by flyalaska,