Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 4 replies
- 2.3k views
I was wondering where the .tpl files are for the latest flights and pilots hired. I know it is somewhere in the core/template area but I couldn't find it. Can you please tell me the name of the file or attach one on here so I can get the code. Using the Brilliance template at http://www.alaskaairvirtual.com
Last reply by sasvirtual, -
- 3 replies
- 2.3k views
After hours of frustration, spitting my dummy out I must admit defeat and ask for help, as stated I am a complete newbie who probably shouldn't be venturing into this realm but as it's something I want to do I will soldier on, anyway getting to the point........... I have unsuccessfully tried to install a number of skins each time with the same result, the layout goes completely messed up and I end up going back to the crystal skin. One of the skins I have downloaded is from http://www.myvadesigns.org/free-skins/ the skin is named bluelight, I have installed this skin as follows: (not leaving anything out as hopefully someone will be able to figure out where I am going …
-
- 9 replies
- 2.3k views
Sorry, but I am having trouble(again) with my frontpage/css/header. If you look at my site: http://www.canadianclassicairlines.com/CPC/ There is a large gap from the bottom of the dropdown menu to the top of the news there. I need to seal that gap I have been playing with everything from the .css file to the header.tpl/frontpage_main.tpl and am having no luck. I feel I am overthinking this. Any help would be appreciated.
Last reply by freshJet, -
- 1 follower
- 5 replies
- 2.3k views
Hi I would like to ask how do I make my own acars please can someone help
Last reply by CPC900, -
- 3 replies
- 2.3k views
Hi, When you visit 'admin' page, did you find that the website shows a '.tpl' filename on the top of the sidebar? (attached 'before.png') It did trouble me to find the reason. But finally, I solved that problem. That is what the sidebar should display. (attached 'after.png') You may find '/admin/templates/core_sidebar.tpl' which is a one-line file. I write the code below. <div id="sidecolumn"><?php echo $sidebar?></div> I changed the code into this. <div id="sidecolumn"><?php Template::Show($sidebar);?></div> Then the problem is solved. In order to help more admin, I decide to put the method here. Thanks for your rea…
Last reply by ProAvia, -
hi to all ! i have some problem to export pirep in vacentral FAILED exporting PIREP #5812 - No response from API server any idea?
Last reply by Tac01, -
- 9 replies
- 2.3k views
Hi again, It's possible when you edit an schedule and click "Edit" at the end, the page return on edited schedule and not at the first page, because with more than 300 schedules it's too much time to found the next. Regards
Last reply by lorlandi, -
- 6 replies
- 2.3k views
hi I've seen some other virtual airlines using the great circle mapper, instead of google earth.. I was hoping someone could give instructions on how to implement it into a website.. http://www.gcmap.com/ thanks !
Last reply by md82, -
- 2 replies
- 2.3k views
Just wondering if it is possible to hide something from pilots if they haven't done a PIREP yet or visa versa. If it is possible could somebody please help me out with it? Thanks,
Last reply by amcpilot, -
- 7 replies
- 2.3k views
I have heard not to use free hosting site but i can't afford to pay for one at this time i think i uploaded the files correctly, but when i go the the install (i'm using the phpvms for dummies guide from this site) page it says: Installing the tables...'; if($_POST['DBASE_NAME'] == '' || $_POST['DBASE_USER'] == '' || $_POST['DBASE_TYPE'] == '' || $_POST['DBASE_SERVER'] == '' || $_POST['SITE_URL'] == '') { echo ' You must fill out all the required fields '; break; } if(!Installer::AddTables()) { echo ' '.Installer::$error.' '; break; } if(!Installer::WriteConfig()) { echo ' '.Installer::$error.' '; break; } echo ' Continue to the next step '; } break; case 'sitese…
Last reply by Theo, -
- 2 replies
- 2.3k views
On a new website I am working on with phpvms, everything works fine except "add to bid" does not add a bid in the flight schedule. You can select available flights and click the add to bid and it disappears and does not say "bid added" as it should. Then when you click to display bids it says "you have not bid on any flights" I have also both the bid determiners on local config false. Any thoughts please? I have tried with my little knowledge I am learning here all I can think of. Even compared the templates from a working site to this one and there is no dif's I can see.
Last reply by tgycgijoes, -
- 2 replies
- 2.3k views
Hello Guys, I know I'm Off-Topic but I need help as I have not yet received any response from administrators CENTRAL VA; I successfully installed three weeks ago, the API KEY is enabled, but every time I try to send PIREP me error: "FAILED exporting PIREP # 279 - No response from API server". In the list of Virtual Airline I do not see even entered my VA; I thank you sincerely I look forward to the answers;
Last reply by Edwin, -
- 3 replies
- 2.3k views
Hi, how can i update my navdata. the last version is 2 years old. and there is a lot of waypoints changed. I hope there is a way to update that Michael
Last reply by reachva, -
- 7 replies
- 2.3k views
Hello, In the finance module, it's the total of flights by month wich is mentionned (scheduled flgihts + free flights). But i want to have just scheduled flights to have the right number. How can i do this please ? Actually it's like this (here $month->total return all the flights.) : <td align="center"> <?php echo $month->total; ?> </td> i try this without success : <td align="center"> <?php $scheduledFlights="SELECT COUNT(pirepid) as totalflights FROM phpvms_pireps WHERE month(submitdate)=".$month->ym." and (code='xxx')"; $resultScheduledFlights=DB::get_results($s…
Last reply by orobouros, -
- 1 follower
- 4 replies
- 2.3k views
Hi. We are using Custom kAcars. Originally, it was without charter option. Then we requested charter option added (checkbox that enabled drop down box that has all the fleet to choose from). The problem we are having is that all charter flights have zero gross/revenue! I checked the pireps table in the database and it shows the flighttype as 'P' which means passenger flights, not charter ('H'?) the kAcars developers says the kAcars has nothing to do with setting P or H. So, it must be phpvms issue. My question, are charter flights supposed to have flight type 'H' in database or is 'P' normal? I'm reviewing the code to see what happens. Currently looking at PIREPDat…
Last reply by KAC155, -
- 2 replies
- 2.3k views
is there any mod out there that you guys know of that turns your news into a rss feed? or some way todo it Thanks
Last reply by servetas, -
- 4 replies
- 2.3k views
Hi all, Not sure if anyone can help but I have tried everything and cant get it to work. I have set the MX records on fivedev to google I have configured local.config and app.config file to use smtp and I can not get anything to send from the admin panel not sure if I am missing something. I am using google apps but I signed up to it when it was still free so not paying for any of that, have the stopped people using the service? Here is the code from my Local.config # Email Settings Config::Set('EMAIL_FROM_NAME', 'INFO@Angel Air VA'); Config::Set('EMAIL_FROM_ADDRESS', 'info@angelairva.co.uk'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by sep…
Last reply by Angel Air, -
- 5 replies
- 2.3k views
I would like my pilots use the system XArcars. But at the time you can send each enriches, no matter what flight number and the log in the admin area remains empty. I would like the book so if the pilot to fly then he can ONLY submit its report and all others are rejected by the pilots that were not posted. When the report was sent the log is empty, why? Rights 777 core / logs where can I read the XArcars raw data. Where can I find them? My English is not so good. Apology
Last reply by MANFahrer, -
- 3 replies
- 2.3k views
Hello, I am wanting to have my pop up news on the home page but laid out different to how it is default. I would like it like this [HERE] Sebject of news item The bit that says [HERE] must be linked to the news item in question This is the contents of my PopUpNews.php Please can you re-write it with the stuff i would like, thanks James <?php //simpilotgroup addon module for phpVMS virtual airline system // //simpilotgroup addon modules are licenced under the following license: //Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) //To view full icense text visit http://creativecommons.org/licenses/by-nc-sa/3.0/ // //@author David Clark (si…
Last reply by joeri, -
- 1 follower
- 3 replies
- 2.3k views
Personnel installed the skin lance and after 3 months I saw this error : "Fatal error: 'break' not in the 'loop' or 'switch' context in /home/u928397390/public_html/admin/modules/Pilotmanager/Pilotmanager.php on line 73" No changes were made, I just can not access the admin page. Can someone help me.
Last reply by Parkho, -
- 3 replies
- 2.3k views
hi again, yesterday i sent a flight of fs passenger to the DB and the admin side shows that i had used the wrong aircraft. I think i must change one name at the aircraft.cfg or the Fleet database: can you help me? Kind Regards Chris
Last reply by Nabeel, -
- 1 follower
- 6 replies
- 2.3k views
Hi there, I've got a small problem with my layout forms. First of all when I open the schedules list I get this But when I search I get it like this Anyone got any ideas on how to fix this. Thank You in Advance.
Last reply by Stealthbird97, -
- 8 replies
- 2.3k views
Hello, Problems with my ACARS Map doesn't work when someone flies, they don't show up on the map? Regards
Last reply by VirtualBMI, -
- 4 replies
- 2.3k views
Hi all - new to the forums and phpVMS. Me and a friend are really excited about finding this software and we're pouring our heart and soul into starting up a VA over the next few months or so. I have questions of course, most of which I've been able to find the answers to, or with a little bit of experimenting, figured out myself. I do have one though (I've tried searching) - When a new pilot signs up to the website they automatically get a pilot's ID - is there a way to disable this? I think personally they should only get a pilot's ID once they've been activated by the site admins. If I've missed something, or there's an add-on that does this I would be really inter…
Last reply by joeri, -
- 3 replies
- 2.3k views
Hi Not all of my schedules are showing up on schedules page but in the admin center they all show
Last reply by janam, -
- 3 replies
- 2.3k views
Hello, I was wondering how to add waypoints/route of the pilot on the livemap. I have seen many posts about this topic but I do not know in what order I need to go about completing it. Is there anyway some could link me a step by step tutorial? Thank you very much, John
Last reply by John2360, -
- 3 replies
- 2.3k views
Having problems putting touchdown stats on my Front Page.... http://www.virtualual.com Warning: Invalid argument supplied for foreach() in /home2/southwn1/public_html/lib/skins/ObsessBlue/frontpage_main.tpl on line 194 Line 194= foreach($stats as $stat) Please help me. Thank you!! Daniel Sage
Last reply by simpilot, -
- 7 replies
- 2.3k views
Hi guys, I have a problem with searching for schedules. In the drop-down box, you give me all the airports instead of just departures. Thanks for a possible reply. This is the code: <div class="tab-pane active" id="tab_1"> <p>Select your departure airport:</p> <div class="form-group"> <select id="depicao" name="depicao" class="form-control"> <option value="">Select All</option> <?php if(!$depai…
Last reply by gio1961, -
- 3 replies
- 2.3k views
Dear members i am using similot 5.5x version and on schedules page it shows all the schedules without even searching i wanted it to display the schedule only once searched for it can anyone please help. i already tried simpilot frontschedule module it is not working it shows no route found. thanks
Last reply by Tato123, -
- 1 follower
- 5 replies
- 2.3k views
I have searched the full Forum here for codes or ather Things to bring the Notam to work. Nothing is working. SO if there an actually Way to Display the latest 4 Notam´s in the Schedule Brief Site? Many Thanks
Last reply by Vangelis,