Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 15 replies
- 4.8k views
After a quick search I can see that its been looked for by quite a few people but no one seems to have posted a solution, so has anyone succesfully written a bridge that will register a pilot in PHPVMS if they register on the Joomla site? If not I'll have a crack and see what I can come up with.
Last reply by simpilot, -
- 2 replies
- 1.5k views
Hello, I wonder if once installed phpVMS you can carry all the data for each pilot and automatic updates to my site .... because I already have a website! Can you tell me how can I keep my web site: www.bluexpressvirtu.joomlafree.it but with the services of phpVMS?
Last reply by Nabeel, -
- 5 replies
- 3.9k views
Since I am not the developer nor I have the intention to start browsing through all the code I would like to make a consultation regarding the registration workflow. Currently a pilot registers and I believe a confirmation email is sent prior to activation of the account, right? I don't have yet any other hires so I don't know. I won't be open until Jan. 1st. My consultation is with regards to how to integrate alternate workflows without breaking phpVMS nor losing all my changes (and work) during the next upgrade process. The situation (and idea) is this: I don't want pilots to register and become immediately active at the lowest rank (many airlines do), I want quality…
Last reply by Nabeel, -
- 6 replies
- 1.5k views
If there something there all ready so I can link a page so it displays all flights. If not could somebody please Show me how to create a page which shows all the flight filed for the Virtual. thanks, Daniel
Last reply by Daniel, -
- 1 reply
- 1.4k views
Say I have three airlines registered in phpVMS. The first (TRA) is the entry level airline (or for some, the "training" school) and the other two (ALA & ALB) are schedule-based airlines. I know there is no way to keep an airline invisible in the registration form without modifying core code (lost during upgrade). But how can I go about change a pilot's ID, i.e. TRA0025 to another airline's ID, i.e. ALA0025 or if not possible ALAxxxx?
Last reply by mark1million, -
- 14 replies
- 4.5k views
Hello everyone, I have a question about Codon Framework ... Is this considered or is developing a i18n class? greetings (sorry for english google translator dont help me too much )
Last reply by Mysterious Pilot, -
- 5 replies
- 1.3k views
Could someone tell me how to display their flag next to their pilot id name. e.g. PAV052 Joe Smith thanks alot http://www.pashairvirtual.co.uk/index.php/Frontpage
Last reply by Daniel, -
- 10 replies
- 2.2k views
Hello, I'm installing phpVMS ... beginning of the installation asks me: Database Name; Server; User; Password; If MySQL or MySQL Server Type Extended. Now I wonder if the data are the ones that I received an e-mail activation site namely: *** Parameters *** MYSQL The MySql DB has already been created, you can manage it through the PhpMyAdmin interface. By default, the database allows you free to run 5000 queries per hour. Phpmyadmin Access: http://bluexpressvirtu.joomlafree.it/phpmyadmin UserID: unn7nx6k_jpack Password: ********** but my database name which is it? what is the password of the DB? the user of the database? Database Server? P.S. I wrote o…
Last reply by Blu-Express VA, -
Just Started Couple Questions
by Guest Stormchaser- 3 replies
- 1.6k views
Hey got a couple or a lot of questions dont have to answer them all but appreciate any help. 1. Going to have cargo division and passenger division for now. Multiple airlines but all pilots will have one airline code "AHL" when they register how do I prevent them from having the option to signup under any of my airlines? 2. Also how do I get the pilot to signup either as a cargo pilot or a passenger pilot? 3. Messing around with skins tried to modify my main page with frontpage changing pictures so forth for index.html. Didnt work cause only html file. What is a good program to modify pages? 4. Ranking system. How do I put ranks in like CEO, Division President that …
Last reply by Nabeel, -
- 1 reply
- 2.1k views
I see that the system has two predefined types when creating schedules: Cargo and Passengers . Does it make any difference in terms of financials, points or whatever when you fly a cargo schedule in comparison to a passenger schedule? or is it there just for showing? The system also lets you define multiple airlines which are then selected when creating schedules. This makes it possible to create some sort of "alliance" or conglomerate where pilost can fly one airline schedule or the other (I suppose there are no restrictions, are they? However, here the system gets a bit confusing in that while it allows multiple airlines, it does not separate their financials (for what…
Last reply by Nabeel, -
- 11 replies
- 1.9k views
One of my VA's Malaysia Virtual Airlines, has suddenly decided to give me a lot of php errors, I ran the checkinstall.php and the only error it found was with the kacars free module. http://malaysiava.org I need help trying to figure out why the skin wont show, and the errors are showing. I have not added anything new, or changed any code, so this shouldn't have happened. Any help I can get would be greatly apprieciated.
Last reply by Strider, -
- 11 replies
- 2.7k views
Hello! I got a realy big and strange problem! All the flights from flight schedules has been disappear! look a the screen shot ! and the data base is full! and the schedules_results.tpl is the following: <?php if(!$allroutes) { echo '<p align="center">No routes have been found!</p>'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Flight Info</th> <th>Options</th> </tr> </thead> <tbody> <?php foreach($allroutes as $route) { /* Uncomment this code if you want only schedules which are from the last PIREP that pilot filed */ /*if(Auth::LoggedIn()) { $search…
Last reply by Mysterious Pilot, -
- 4 replies
- 1.6k views
on the default template when you login at the top right you have that badge thing. Avatar, flights etc. How could i possibly add that to my skin. thanks Daniel
Last reply by Daniel, -
classes erro >v nshahzad-phpVMS-v2.1.934-15-gc292c9d.zip Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 256 bytes) in /home/grupobra/public_html/ad/core/classes/ezdb/ezdb_mysql.class.php on line 273
Last reply by joeri, -
Aircraft
by Guest Tomgis34- 0 replies
- 682 views
Hello, I would like to know if someone could send me a database to prevent my staff to add one by one all the existing aircraft. Indeed, it would allow me that pilots can fly with the plane that he wants. Regards,
-
Route Map
by Guest FWX001- 1 reply
- 813 views
Hallo, over my pilot center I can see a map of all my flights, it´s posible anywhere can generate me a code for see only the last 5 flights???? Thx Regard FWX001
Last reply by Nabeel, -
- 2 replies
- 1.8k views
I have problems with the ADMIN sidebar, for example with module NEWS appears sidebar_news.tpl and the HELP and tasks doesn't appear and I can't add news, it happens in every module, I take a photo (DOWN). Things that I modified, in core/classes/TemplateSet.class.php, because I had an error in registration (file_exists), I edit public function set($name, $vars), that it was like this(lines 90-103 default file): public function set($name, $value) { if(is_string($value) && strstr($value, $this->tpl_ext)) { if(file_exists($this->template_path . DS . $value)) { $value = $this->GetTemplate($value, true); } } $this->vars[$name] = $value; } …
Last reply by Nabeel, -
'Website Under Construcion' page? [SOLVED]
by Guest itrobb- 2 replies
- 1.3k views
Hi again, How can I create a 'Coming Soon' or 'Under Construction' page for my website? I am currently in maintenance mode in my local.config.php, but I want a little more than just a message. I want a large background image (which I have already made) that says 'Coming Soon' etc, then I'll make a form field for visitors to be notified of changes, but I can handle that bit. Would I do it on my index.php and make a redirect to it from my base URL?
-
- 6 replies
- 2.2k views
Hello every one ! I got a serious problem today with the codon.config.php file. Here is the error: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/greeceai/public_html/fss/index.php:1) in /home/greeceai/public_html/fss/core/codon.config.php on line 40 and at the codon file the line 40 is: session_start(); I really need help please!
Last reply by dimitris, -
- 1 reply
- 834 views
It would be nice to be able to specify -on an item by item basis rather than as a whole- whether a download is public (anonymous & authenticated users) or just members only. It is not enough to just hide the link because anybody that knows the system can place a hot link to the item even if it does not appear listed on the public area.
Last reply by Mysterious Pilot, -
- 3 replies
- 1.1k views
<?php if(Auth::LoggedIn()) { if(Auth::UserInGroup('Administrators')) { echo '<li><a href="/Forum/forumdisplay.php?fid=16">Staff Forum</a></li>'; } ?> I am using this in the Pilot Center for the staff Forum put i get a syntex error or somthing like that. Does any one have ideas or let me know what i am doing wrong. So only people in the Administrator group can see this link. thanks a lot Daniel
Last reply by Daniel, -
- 0 replies
- 1.1k views
For the sake of correctness I thought it would be okay to point out that in the Add Schedule form there is a field improperly named "Flight Level". This field expects a number indicating the amount of feet from sea level at which the flight is to be conducted (cruise altitude). Flight Level is a number in hundreds of feet for altitudes above the Transition Altitude. The notation of a flight level for 12,000 feet would be FL120. The Transition Altitude (TA) varies from country to country. For example in the US it is 18,000 feet whereas in The Netherlands it is around 4,500 feet. So it is the TA at which point you start referring as Flight Level instead of Altitude. Altit…
Last reply by Mysterious Pilot, -
- 2 replies
- 1.2k views
I am experimenting with the creation of custom add-on modules, at the moment without DB access. So I have a module PHP file that goes in modules/MODULE_NAME and the template file in the templates directory. Now, on the module file I process all input parameters that may be given on the URL as well as predefined class variables. What if I want to access the value of one of those variables of the module file back in the template? For example if I defined "var $testMe = true" within the module class that extends Codeon, how would I go about accessing this variable value from my template (TPL) file?
Last reply by Mysterious Pilot, -
- 10 replies
- 2.7k views
We are getting emails stating that the pilots are marked as retired. They are active pilots who have flown lately. Hi Thomas McGreevy, You have been marked as retired because you have been inactive for more than 120 days. To be un-retired, you must file a PIREP. Thanks, The Alaska Adventures Management I am running version Version 2.1.934
-
- 5 replies
- 1.3k views
Hi, I have recently tried to add the Oxford Airport (KOXC) but it says Nothing found. Try entering the full 4 letter ICAO. Is there anyway to fix this? Thanks Austin
Last reply by austin4362, -
- 2 replies
- 1.6k views
Ok, well i have this error back now. Only on the regisration page tho. I am using Hosting24.com Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/south411/public_html//lib/skins/crystal/<h3>Registration</h3> <p>Welcome to the registration form for Southwest Airlines. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://www.southwestvirtual.net/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd>…
Last reply by Wondair Virtual, -
- 5 replies
- 1.3k views
Hello all, Im trying to make a new phpvms skin for my va but all the text turns out too small (and the logo on top is streched) when its made into a skin ) (http://flyirelandva.com) but is fine when it is html coded. (http://flyirelandva.com/testsite) Thank you in advance, james EDIT: now have to show you it through an image because i cant leave the website looking like that :S
Last reply by James142, -
- 1 reply
- 1.3k views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Bluemax, -
- 0 replies
- 696 views
The default skin (crystal) only has a content area that covers the whole width. I would like to use a skin that has a side column on the left and probably also one with side columns on the left and right in addition to the main content area. I have seen them in some of the other VAs, looked all over the SKINS forum but apparently all the skins are either outdated (don't work well with .944) or just dead links to sites that no longer exist. Anybody has one such current skins?
Last reply by Mysterious Pilot, -
- 0 replies
- 709 views
I am wondering, I know that I can check to see if there is any information in the table and change my php output based on the findings... What I am wondering is there any way to check a link in php and use that information to effect the output ? For example... Lets say that there is a chart avaliable at http://www.chartplace.com/ICAO.html for aiport ICAO but NOT one for ICAO2 at http://www.chartplace/ICAO2.html Is there a way to check that first and only put a link up if it is avaliable ? so the page might say ICAO - link here ICAO2 - sorry not avaliable I have been doing some learning but can only find the if statement for information stored in the sql database,…
Last reply by kbohme,