Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.8k views
Hi, is it possible to disable the add to bid button (or don`t list this flights in the schedule) for flights that already have been flown that day and become bookable again the next day? kind regards manuel
Last reply by mseiwald, -
Pilots not able to Register!
by Guest- 3 replies
- 1.7k views
Well, when pilots try to register, they say that it redirects back to the registration form. The only way I've been able to register them is through phpMvAdmin. Btw, this website's tables are edited a lot so we can get back our data from when our sql server crashed. I can't access our tables in the phpVMS admin page either. Like, in the Schedules or View all Pilots area, the table is empty! Please tell me what I have to do... Thanks
-
- 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 =…
-
- 3 replies
- 2.1k views
Hi there, I have a difficult question, I guess. The flight search for pilots does search for various inputs. For example when I search for A320 and EDDF, the reults are either flights departing from EDDF or flights with A320. But what I want is a explicit search for flights departing from EDDF with A320. How can I change it? Many thanks in advance!
Last reply by chris.edde, -
- 3 replies
- 1.5k views
I trying to get my stuff from the old site to the new site and my sql error code i getting is Error SQL query: -- -- Database: `boeing75_phpvms` -- CREATE DATABASE `boeing75_phpvms` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; MySQL said: Documentation #1044 - Access denied for user 'starall1'@'localhost' to database 'boeing75_phpvms' and i website i getting this code www.starallianceva.net Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'boeing75_phpvms'@'localhost' (using password: YES) (1045)</b></font>]<br…
Last reply by SAV_Brian_CEO, -
- 3 replies
- 1.9k views
Hello Nabeel, Will you help me with this error please?, when somebody tries to register, a message pops up saying "could not open the socket". What exactly i can do to fix it? Thanks
Last reply by TennShadow, -
- 3 replies
- 1.2k views
My lib folder is GONE. It's actually gone!!! I didn't delete it, it just disappeared!!! What the hell do I do???
Last reply by freshJet, -
- 3 replies
- 2.3k views
This is the error message I am getting, have this problem in local machine, not on the server the airline actually is. Where to set the timezone info? Warning: strtotime() [function.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_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 'America/Chicago' for 'CST/-6.0/no DST' instead in /var/www/html/phpvms/core/classes/CodonCache.class.php on line 201 Thanks a lot for any tip. Sergio Korlowsky
Last reply by skymx, -
- 3 replies
- 1.4k views
I have downloaded a Css template how do i configure it to work with phpvms?
Last reply by freshJet, -
- 3 replies
- 1.8k views
Hi guys, On my own, I've started to setup my own VA website (it's a fictional airline) and I have also managed a re-paint on the PMDG MD-11. I'm from the UK and the UK will be the base of operations. I've set up 28 airports in PHPVMS and will schedule flights to and from Heathrow & Gatwick to these popular destinations around the world. I have a couple of question's I'd like to ask you guys, if your willing to help. 1) Flight Plans. I'm currently using "asalink" free route finder to plot the route for a schedule. Is this actually necessary to do? How many of your pilots actually follow the route you provide? 2) Fleet. I'm currently thinking of using the MD-11, …
Last reply by Will, -
- 3 replies
- 1.6k views
Hi Guys, I require help as I'v moved domain to a free host everything is there but when I try the link I get: PHP Error Message Warning: include(core/codon.config.php) [function.include]: failed to open stream: No such file or directory in /home/a1871437/public_html/site/index.php on line 43 PHP Error Message Warning: include() [function.include]: Failed opening 'core/codon.config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a1871437/public_html/site/index.php on line 43 PHP Error Message Fatal error: Class 'Config' not found in /home/a1871437/public_html/site/index.php on line 45 Any Help Or Ideas much appreciated.
-
- 3 replies
- 1.6k views
Hello All I'm trying to change the country flags in lib/images/countries using the original namme.png but I still get the default flag even if I removed it. Any suggestions? Thanks
Last reply by mark1million, -
- 3 replies
- 2k views
Hi, I've done a few flights on new own virtual airline and came across the following question: Is it possible to create some sort of last location of the aircraft and that you lock your schedules to it? For example, I fly from ELLX to EDDT with a B732, so that aircraft with registration last location will be EDDT. Currently I can do the same route many times in a row with the attached aircraft, but i miss out some realism with this. I googled around a bit and searched the forum, but nothing so far. Any help is welcome, if its not possible, please let me know so I can stop searching. Thanks! Edwin
Last reply by Edwin, -
- 3 replies
- 2.4k views
Hey, I was going about adding some awards and I noticed the award images were not showing even though I used the direct URL from imageshack. Anyone got any ideas? Tom
Last reply by Will, -
- 3 replies
- 1.7k views
I usually don't check the VA finances but I did that today and I had stuff to see. A picture tells more than a 1000 words. How did this happen? I have fuel set to 0.36 as I calculated from my visit to the JAT Airways flight operations this year. Can someone help me with this? edit; solved! one flight of mine where the fs crashed had a wrong fuel calculation.
Last reply by Sava, -
- 3 replies
- 1.5k views
Is their a way for me to edit the code so that upon registration of a new pilot, depending on which hub they choose be put into a certain pilot group. So Pilot # = Hub Choice = Pilot Group Pilot A = chooses hub A = Hub A Pilots Pilot B - Chooses hub B = Hub B Pilots This will make it easier for the admin to send pilot emails that are only important or relevant to pilots at a certain hub Thanks in advanced Regards JCA003
Last reply by Strider, -
- 3 replies
- 1.7k views
Hallo guys, How can i skin a module? Do i need to do that with a css or with something else? Kind, regards
Last reply by pachaleke, -
- 3 replies
- 1.7k views
Hello, I'm running cron on my site and getting these errors by email: I have looked any more space in the core files, and can not resolve the problem. I installed a clean version of phpvms to test and gave the same error on clean install... Can anyone help me?
Last reply by Luis H., -
- 3 replies
- 1.8k views
Issue: Every time someone tries to join our kACARS site, and they put in all their info and hit register the error "This email address is already registered" comes up, which is not the case. I have tried it with multiple people and still the same error. Allen.
Last reply by Gotcha_Buccs, -
- 3 replies
- 1.8k views
I want to be able to see how much money each of my pilots have in the pilots list, and be able to edit that if possible? -Allen
Last reply by Jeff, -
- 3 replies
- 1.9k views
I am wanting to get rid of the GOOGLE map that shows up on the flight schedule view page. I want to replace it with the Great Circle Map one. What is the correct code to show the flights' route on GCM instead of GOOGLE? I think that I will need to change the MODULE to be able to remove the GOOGLE map itself, but what code do you place in the public_html/core/templates/schedule_details.tpl?
Last reply by Jeff, -
- 3 replies
- 2.2k views
Greetings all... I have just a quick question I cannot seem to find an answer to. On our "Live Map" page in the phpvms operations (http://cajunvirtual.com/operations/index.php/acars) I have added a few pages which in turn created navigation links in the top bar. This seems to have pushed my live map way off to the right side and it does not show up as it should. Any ideas on how I can fix that? Thanks for any help! Tim Grant CAJ191 Cajun Virtual
Last reply by AUZ, -
- 3 replies
- 1.3k views
When I go to the Admin Panel, I'm told to login. When I'm on the site, I'm told to login. This used to happen a lot but not recently. Not until today. I always click the 'Remember Me' option and it used to work. But now, I get this error after logging in (although after I click on a menu item I remain logged in until the next time I access the site): Warning: Cannot modify header information - headers already sent by (output started at /home/freshje1/public_html/core/modules/Rank/Rank.php:1) in /home/freshje1/public_html/core/common/Auth.class.php on line 354 Warning: Cannot modify header information - headers already sent by (output started at /home/freshje1/public_htm…
Last reply by James142, -
- 3 replies
- 1.7k views
Hi all i have been trying to find how you are able to let pilots who are logged in verses pilots who are logged out while seeing certain options on the navigation bar. I know how you can set a tab so either logged in pilots can see for exaplme: { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/registration'); ?>">Join</a></li> <?php ?> but say i want a tab to be view able to logged out people, but i don't want them to see some of the drop down options. Let me show you an explame: (this is the operations tab with drop down) <!--2nd drop down menu --> <div id="dropmenu2" class="dropmen…
Last reply by Jeff, -
- 3 replies
- 1.6k views
hello, I have a problem with my pireps, There is no information available from touchdown. He stands all the time to 0 when someone has landed. Have anybody the solution? See the log: [2011/11/21 21:29:00] Flight IATA:BA0001 Pilot Number:BA0001 Company ICAO:BA Aircraft Type:A320-200 PAX:120 Aircraft Registration:A001 Departing Airport: EGLL Destination Airport: EHAM Online: No Route:D Flight Level:24000 21:29 Zero fuel Weight: 121803 Lbs, Fuel Weight: 18291 Lbs 21:29 Parking Brakes off 21:29 Com1 Freq=128.30 21:32 VR= 163 Knots 21:32 V2= 175 Knots 21:32 Take-off 21:32 Take off Weight: 139730 Lbs 21:32 Wind: 000? @ 000 Knots Heading: 269? 21:32 PO…
Last reply by tutmeister, -
- 3 replies
- 1.5k views
I just installed PHPvms and want to edit the register page so that it gets rid of the "select airline" field. I want it to be defaulted to "CFC". Any hellp appreciated, I already tried and failed. Thanks
Last reply by Jeff, -
- 3 replies
- 1.3k views
Is there a way to populate the arr and dep dropdowns just with the icao's from the schedules? I have loaded in to the airports table the sql file from Dave and it lists all the fields which is massive so i want to restrict the population of teh dropdowns from the schedules. Would appreciate any guidance on this.
Last reply by mark1million, -
For the life of me I can't remember what file contains the use legs option , does anyone remember where this is?
Last reply by Jeff, -
- 3 replies
- 1.9k views
Whenever phpvms/vacentral website is innaccessable (i.e. will not load), I have a long wait whenever trying to access the admin centre. Additionally, whenever they go down I also have a long wait when filing pireps using kAcars and in some cases, the same PIREP gets submitted more than once. Is there any fix to this short of removing vacentral from my VA altogether? Regards, Alan. www.worldwidevirtual.net
Last reply by Skylink, -
- 3 replies
- 1.6k views
I made a CSS style for a sidebar for my pilot center and training center and it works fine in google chrome, but theres a thick black line in IE going down the left side of it. I cant figure out how to make the line go away. Check it out in internet explorer at http://www.canforce.org/index.php/pages/trainingcenter Here's the external CSS Code: ul#css3menu1,ul#css3menu1 ul{ margin:0;list-style:none;padding:0;background-color:#000;background-image:url("mainbk.png");background-repeat:repeat;border-width:0px;border-style:solid;border-color:#999999;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;} ul#css3menu1 ul{ display:none;position:absolute;left:10…
Last reply by joeri,