Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
can you guys help me here it doesn't shows status pictures
Last reply by Nabeel, -
- 6 replies
- 2.8k views
Hello, When you accept or reject pirep, is it possible to send auto pirep to the pilot? Like your pirep Id 2008 from XXXX to YYYY has been accepted or rejected. Something like that. Thanks.
Last reply by OmerAslan, -
- 5 replies
- 2.8k views
Greetings to All: My map of flights and information has been operating normally, however a couple of days ago is generating this error and really can not find what the problem is. I appreciate any help to fix it. attached a picture Regards, Alejandro
Last reply by alecas10, -
- 9 replies
- 2.8k views
I just installed a copy of phpVMS for someone on an addon domain they have literally just created in their cpanel, with a fresh copy of phpVMS downloaded from the site. For some strange reason, despite the topbanner.jpg file I uploaded being the regular phpVMS one, it displays "Aurela Airlines" Take a look: http://www.nationwidevirtual.com/ Huh?
Last reply by joeri, -
- 9 replies
- 2.8k views
Hi, I've a question... I changed everywhere I could to ISO-8859-1 to be able to use accents... But it's still not accept accents in the Pilots' list, "Latest pilots", etc... Could you help ? Regards,
Last reply by Nabeel, -
- 13 replies
- 2.8k views
does anyone knows how to fix it? I already rebooted the pc 2 times, the pirep as been accepted in the system but tracker shows me 1nm from the destination and the remaining time is 00:00 Im using kACARS (and the module is the same version as the program).. ty update: now when I go to the all reports (pirep page) the pirep still there.. and when I click in "approve all" I got the error Warning: Invalid argument supplied for foreach() in /home/voovirtu/public_html/va/admin/modules/PIREPAdmin/PIREPAdmin.php on line 130 0 of 0 were approved (0 has errors)
Last reply by Junior, -
- 7 replies
- 2.8k views
Hello, I am currently having problems with editing schedules on version: 2.1.960 Here is the error: There was an error editing the schedule: Unknown column 'week1' in 'field list' I hope someone can help me because I have tried a lot but no luck on fixing the problem. Best Regards Nick (Icebox)
Last reply by LuxuryCEO, -
- 1 follower
- 7 replies
- 2.8k views
I ran into a wall with the monthly hub stats. I am trying to get the hours to reset every month. Shown on the red ribbon on the picture below. It only shows total hours. Here is my code. public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } <?php echo HubStats::TotalHoursBetweenDates('PACD', date("Y-m-01"), date("Y-m-t"));?> Any help would be appreciated!
Last reply by shakamonkey88, -
- 7 replies
- 2.8k views
when i click on "Start Here" within the installation it says 404 Page Not Found
Last reply by IrfaanKhan, -
- 6 replies
- 2.8k views
Can you protect a .php file, so when an admin logs in they can acess the php file.. This code does not work for .php <?php if(!Auth::LoggedIn()) { Debug::showCritical('Please login first'); die(); } if(!PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { Debug::showCritical('Unauthorized access'); die(); } ?> I Really need this, and i cannot make the php file intoa .tpl If this is possible please let me know
Last reply by Jason, -
Error because of having flown 211 flights but no routes are shown. Just went from v2 to v5.5.x Anyone know what the problem might be ? Error when filing Pirep
Last reply by web541, -
- 13 replies
- 2.8k views
i have been trying to fix this skin for my va but im at my wits end the pilot page dosent work the registration page dosent work i have no clue where the frack i put the google api key and the schedules page dosent work any help would be greatly apreciated
Last reply by shakamonkey88, -
- 8 replies
- 2.8k views
Hi, What is the code for change a color in the text? Thanks
Last reply by Blu-Express VA, -
- 7 replies
- 2.8k views
Hi there, Is there a way to change the setting of phpvms so that the default fuel calculation from KG to using LBS?
Last reply by TAV1702, -
- 2 replies
- 2.8k views
Notice: The template file "/home/airarabi/public_html/maroc//lib/skins/CURRENT_SKIN/header.tpl"vairline in/home/airarabi/public_html/maroc/core/classes/TemplateSet.class.php on line 248 Welcome AIRARABIA MAROC VA Newest Pilot: Warning: Invalid argument supplied for foreach() in /home/airarabi/public_html/maroc/core/templates/frontpage_main.tpl on line 6 http://airarabiavirtuel.com/maroc/ THANKS AND BYE BYE
Last reply by simpilot, -
- 4 replies
- 2.8k views
Ok - I'm Stumped... ??? I have added the pilot country flags to show next to the pilots name in the recent pilots list. It works fine on most of the pages of the site but on some pages the image does not show, just a place holder. Upon further investigation I have found that on the pages it does not show it has extra lines in the url.. example - on the front page - shows http://www.simpilotgroup.com/newenglandair/lib/images/countries/US.png'>http://www.simpilotgroup.com/newenglandair/lib/images/countries/US.png on the login page - no show http://www.simpilotgroup.com/newenglandair/newenglandair/lib/images/countries/US.png The sidebar is a template so the same c…
Last reply by simpilot, -
- 5 replies
- 2.8k views
Hi i need a sub domain for a virtual airline that i can use, i hope to get money to get a domain of my own in the future but i need a sub domain for my airline to get it started, i also need phpvms on it and some way to get into the files so a freind of mine can do coding. Hope Someone can help
Last reply by tdinges, -
- 13 replies
- 2.8k views
I tried using many methods of displaying the pilots Id on the main menu, i tried: <?php echo PilotData::getPilotCode(); ?> also: <?php echo $pilotcode; ?> full example: <li><a href="<?php echo url('/pilots'); ?>"><?php echo PilotData::getPilotCode();?></a></li> (etc) I can only get these to work, when i am in pilotcenter, i need them in my core_navigation main.
Last reply by in2tech, -
- 5 replies
- 2.8k views
I got it installed but for some reason i got all this scripting come up at the top of the screen and also when i fill out a registration form, it says "Could not open socket". The page is here: http://sasvirtual.netii.net/index.php/registration
Last reply by sasvirtual, -
- 1 follower
- 4 replies
- 2.8k views
I don't know why this question has never been asked, I must be missing something obvious here, but how do you import airports? You can export them but not import them.
Last reply by in2tech, -
- 16 replies
- 2.7k views
.930 My pilots are reporting that even though they file the Pirep correctly giving a correct Dept ICAO and Arr ICAo when it arrives at admin for approval the Arrival filed hs been populated with the Departure ICAO. I haven't changed anything in the pirep tpl's. It means that the Fleet table also is not being updated correctly with the last filed pirep position. Any Clues or is this a BUG! Thanks Alex
Last reply by Alex, -
- 3 replies
- 2.7k views
I've expanded on the airport table add on, by adding seperate pages for each airport in the airport table. You just click on the ICAO code in each table row to open a new page with the airport details. I've put the total departures (total pireps by depicao) and total arrivals (total pireps by arricao) from the given airport in the airport details page, but I want to be able to show links to the last pirep filed both from and to the airport. So the links would be "show last departure" and "show last arrival", and the links would go to the relevant PIREP. Could anyone shed any light on this for me please? I've spent all day trying to get it to work, without success. Here's…
-
- 14 replies
- 2.7k views
Anyone know how to get my pilot list in order? Ever since the pilot ID went over 1,000 they went out of order. How do I fix this?
Last reply by servetas, -
- 9 replies
- 2.7k views
Hi! I need to use javascript 1.9.1 using <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> however when I do it the no route passed issue occurs. Does anybody know how I can use js 1.9.1 without having this error? Thanks! Jacob
Last reply by freshJet, -
- 1 reply
- 2.7k views
Hi again, can someone tell me where the Data of the Pirep will put into the MYSQL Database? I am searching for that code. Because I want to put one selection into another table. And now I need the code were the rest is putted into the Database. regards Kevin
Last reply by Nabeel, -
- 8 replies
- 2.7k views
Hey guys I am currently changing a site to vms, I use 1&1 Hosting and created a new MySQL Database but cant rename the actual database. Where in the vms files can i just change the database name its looking for? or any other solutions? Thanks Mitch L.
Last reply by Mitch L., -
- 12 replies
- 2.7k views
Hi Nabeel, I have created a custom field when registering "vatsimid" i want to pull all that field values in to a plain text web page, i thought the values would have been in the pilots table but the're not, i have had a poke about but any assistance would be appreciated. This is what i want, <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> Just a plain text file with all the CID's
Last reply by mark1million, -
- 2 replies
- 2.7k views
Hi, Is there a demo login for php VMS because i am thinking of starting a virtual airline and would like to try the software out before purchasing web hosting. If there is, what is the username and password. Thanks.
Last reply by Jeff, -
- 1 follower
- 8 replies
- 2.7k views
Hello, I am having an issue with my downloads page in my pilot center. It wont pop up with the download. I can download it from the admin side. My developer has been able to download it twice and i cant figure out what would be causing this on my end. Attached is a pic of my downloads page. Could it be a browser setting or computer? I cant do it with firefox or internet exploder. Any help would be great.
Last reply by Parkho, -
- 8 replies
- 2.7k views
I get the Following warning message which doesnt looks nice but registration itself works like it should Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/simaerobatic/htdocs/phpvms.full//lib/skins/crystal/<h3>Registration</h3> <p>Welcome to the registration form for Simaerobatic Virtual Airlines. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://www.simaerobatic.com/phpvms.full/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> &…
Last reply by Nabeel,