Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 765 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, -
- 1 reply
- 1.8k views
Hi, One of our admins has brought to my attention that we can no longer import routes from a .csv file. We're trying to import using the template file that sits on our server, that comes with the phpVMS installation. When trying to import this file we get the error ' The import process is complete, added 0 schedules, updated 0, for a total of 0' . Attached is the template.csv file with just one fictious route that I'm trying to import as a test. This issue has been brought up a number of times on this forum by the looks of it, but I can't find a solution that works for us, things I've tried: 1. Creating a new blank .xls file, adding the headers as they appear in the t…
Last reply by josh90, -
- 0 replies
- 1.1k views
I am unable to import airports and it tells me that there is a error on line 1 cannot import. Please help, Thank you, Jonah
Last reply by Jonah0037, -
- 5 replies
- 2.1k views
Hi there. Today I tried to upload the first batch of routes for my VA (again after some updates). The only difference between how they were when I first uploaded them (when it worked) and now is the fact I added about 50 routes. So I checked the "delete all schedules" box as I uploaded them since I was replacing them all but this time when I clicked on Airline Schedules there were none to be seen. I then noticed all my airports from my airport database were gone as well and I couldn't upload those either. I had my COO test it as well and he couldnt get them either. Anyone have any clue how to fix this issue? Thanks! -NotAnAvgeek
Last reply by StartVM, -
- 5 replies
- 1.3k views
Hi, Im using phpVMS 5.5.2.72 on PHP 7.2 and im unable to install AirMail 4.x with the plugins manager, Im using the uploads that phpVMS gives you with github and im still getting a "Missing config file" error
Last reply by lukasc24, -
- 1 follower
- 3 replies
- 1.4k views
Dear all After three attempts at installing phpVMS as posted for download on the website, I am turning to here for help! Essentially, I have installed phpVMS into a root directory. The index page shows up, but when I click on any of the links to either log in, click pilots and so on, it returns a 404 error. Any advice on what to do? Thanks
Last reply by t_bergman, -
- 1 reply
- 1.3k views
Hey I just did the update and now I'm not able to log into the site. Any ideas? Here is my DB check: Checking phpvms_acarsdata...OK Checking phpvms_adminlog... [ERROR] The table phpvms_adminlog is missing! Checking phpvms_aircraft...OK Checking phpvms_airlines...OK Checking phpvms_airports... [ERROR] The column chartlink is missing! Checking phpvms_awards...OK Checking phpvms_awardsgranted...OK Checking phpvms_bids... [ERROR] The column dateadded is missing! Checking phpvms_customfields... [ERROR] The column value is missing! Checking phpvms_downloads...OK Checking phpvms_expenselog...OK Checking phpvms_expenses...OK Checking phpvms_fieldvalues...OK Ch…
Last reply by Nabeel, -
- 10 replies
- 2k views
I goto "View Flight Schedules" in "Flight Operations" and see the test flight I set up Flight Info Options TST0001(KSYR - KJFK) View Details Departure: 9:05 AM EST Arrival: 10:27 AM EST Pilot Brief Equipment: B737-800 (TST737-0001) Distance: 181.17nm Add to Bid Days Flown: Su M T W Th F S Route: IFR - KSYR | HNK (VOR) | STOMP (WPT) | HUO (VOR) | JFK (VOR) | KJFK Notes: IFR -…
Last reply by Strider, -
- 0 replies
- 2k views
Last reply by ArthurHetem, -
- 2 replies
- 1.2k views
Hi guys, I'm getting this error, can anyone advise how to resolve it please? The site it completely inaccessible. Warning: Use of undefined constant IN_PHPVMS - assumed 'IN_PHPVMS' (this will throw an Error in a future version of PHP) in /home/singap08/public_html/operations/admin/templates/sidebar_schedules.php on line 1 phpvms 5.5.72-master php version 7.2
Last reply by nicky9499, -
- 8 replies
- 4k views
OK, you can stop laughing now! I've searched these forums on bids, bids process, bids not working, and read the documentation section. That gives me 117 or so possibilities but no answers. In real life a pilot bids a flight he wants to fly. If accepted he then fly's it and gets paid. Or at least that is my understanding of it. In phpVMS you can either enable that bided route to be available to only the bidder, or to all. I have some questions. 1. Specifically, what is the benefit of using bids? 2. How does it tie into the schedule system to enhance it? 3. How have you implemented it? Thanks! Rodney
Last reply by RocketRod, -
- 1 reply
- 1k views
Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /core/classes/Vars.class.php on line 81 Getting this error after installing phpVMS. Using PHP 5.4.
Last reply by servetas, -
- 0 replies
- 1.2k views
Hi, new here and was wondering why or if there was a airlines schedules database that all VAs could access for scheduling vice everyone having a different proprietary set. Seems it would be most beneficial to all VAs and VA Central seems to be the ideal location for it.
Last reply by BBQSteve, -
- 1 reply
- 1.5k views
I know what the error is and why im getting it but haven't a clue on how to solve it
Last reply by simpilot, -
- 0 replies
- 1.2k views
Hi guys, i have been using phpvms for a while now, but occasionally i get this warning out of nowhere and it disappears just as suddenly Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/codon.config.php on line 64 Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/classes/autoload.php on line 47 Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/codon.config.php on line 70 Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/classes/autoload.php on line 47 Warning: …
Last reply by ZacharyArena, -
- 3 replies
- 2.3k views
Hi guys, i have been using phpvms for a while now, but occasionally i get this warning out of nowhere and it disappears just as suddenly Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/codon.config.php on line 64 Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/classes/autoload.php on line 47 Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/codon.config.php on line 70 Warning: require() [function.require]: Unable to allocate memory for pool. in /home//public_html/core/classes/autoload.php on line 47 Warning: …
Last reply by ZacharyArena, -
- 3 replies
- 1.7k views
Hello fellow members, I am having a bit of trouble here... I want to unlock routes that currently have flight bids. Our VA is filled with people who love to fly with a whole group of people to the same destination, but that is rather difficult when only one person can bid on the flight before it is locked. Is there a way to unlock the routes? Thanks so much for your help in advance fellows!
Last reply by Nabeel, -
- 1 reply
- 5.4k views
Please report any member offering unsolicited commercial (paid) services using the private message system to a moderator. This is frowned upon and will be met with anything from a temporary suspension of forum privileges to a complete ban from the forum depending on the circumstances and number of times it has been addressed with that user. Any paid services need to be advertised in the Paid Services or a addon developer forum, any advertisements placed in the support forum or the shout box will be removed without notice. The forum moderators in no way endorse or recommend any members that offer paid services. We cannot and will not provide any action of recourse for mem…
Last reply by freshJet, -
- 3 replies
- 1.9k views
Everything has been going fine with the VA then yesterday we all started getting this error... An Error Was Encountered Database connection failed (1045: Access denied for user 'fligh10'@'localhost' (using password: YES)) any ideas?
Last reply by Nabeel, -
- 0 replies
- 871 views
Nevermind, see that vacentral is down right now.
Last reply by Strider, -
- 1 follower
- 21 replies
- 5k views
Here is my fleet page: http://bluehawkvirtual.net/index.php/fleet I'm making a new site btw, so it's all pretty crummy I added the Piper Cub, Cicada and other aircraft to the fleet a while back, but now I want to get rid of them, or at least remove them from the fleet page. How can I do this? I've searched and searched, but nothing worked. I know people say that I can go to the phpvms_fleet of my site, but I do not know where that is located. Any help is appreciated!
Last reply by Parkho, -
- 0 replies
- 1.4k views
Hi there, i have been on this forum to see if i can get code to have "upcoming arrivals" , the table shows but nothing appears in the table even tho i am flying. The code i am using is this: ?php $query = "SELECT * FROM phpvms_schedules ORDER BY arrtime + 0 ASC"; $list = DB::get_results($query); echo '<h3><span style="font-family:open sans; font-style:italic"><font color="#116ed8">Upcoming</font><font color="#18487f">Arrivals</font></span> - Current Time is '.date('G:i').'</h3>'; echo '<table width="100%" border="1">'; echo '<tr><td>Departure</td><td>Arrival</td><td>Arrival Tim…
Last reply by markyboy123, -
- 2 replies
- 1.9k views
Hello everyone, i want to do "Upcoming Flights " i try this code "<?php MainController::Run('FrontBids','RecentFrontPage',5);?>" but it doesn't work. Thanks in advance, Omer Cohen
Last reply by Omerr01, -
Update
by Guest N402KC- 5 replies
- 2.5k views
Ok well ive uploaded all of the new files, Yet in the admin panel it still says i need to update? Can i get any help please
Last reply by Nabeel, -
Update
by atlanticva- 3 replies
- 1.1k views
Hi, Which download should we be using? We are currently using the beta version, but whats the difference from the beta and full? Thanks
Last reply by Nabeel, -
How can i update my phpVMS at the new version???I have already download it but i don't know waht to do.....
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Hi Guys, I want to mod this bit of code to update another row in the database. /** * Accept the pilot (allow them into the system) */ public static function acceptPilot($pilotid) { return self::updateProfile($pilotid, array( 'confirmed' => PILOT_ACCEPTED, 'retired' => 0 )); } I want to update another rows info can i just add a sql query in to the loop like this? /** * Accept the pilot (allow them into the system) */ public static function acceptPilot($pilotid) { return self::updateProfile($pilotid, array( 'confirmed' => PILOT_ACCEPTED, 'retired' => 0 $query =…
-
- 2 replies
- 1.5k views
Hi all, Reagarding update by git, on domumentation show this way to make the update but i do not understand, can you help me please. Updating from Git If you installed phpVMS using git, do: cd phpvms git checkout v2.0 It will then automatically update to the latest. Navigation to install/update.php to complete the upgrade. At the moment, v2.0 is the latest tag which is available. When the next version is available, it will be listed here. Thanks and regards
Last reply by lorlandi, -
- 4 replies
- 1.3k views
Hi Guys I apologise for this obscure heading, not sure what else to call it. I have just upgraded to the latest beta, now on my home page I am getting a weird error under recent bids. http://www.orrencharters.co.za/index.php I had this before but for teh life of me I cant remember what I did to correct it Any advice? Before I forget I did run the update script
Last reply by selwynorren, -
- 1 follower
- 9 replies
- 2.5k views
There was an error, with the following message: "Error on rename of './easternv_vms2/phpvms2_schedules' to './easternv_vms2/#sql2-c92-7fb5c' (errno: 152) (1025)" On the following query: ALTER TABLE `phpvms2_schedules` DROP FOREIGN KEY `phpvms2_schedules_ibfk_2`; Try running it manually
Last reply by Nabeel,