Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 2.6k views
I downloaded and installed phpVMS a few days ago to play around with it. Managed to create a new skin based off the default Crystal skin, add aircraft, airports and two schedules. The questions I have are, in the pilot center, there is a link to view flight schedules. The problem is when I search for a departure airport, nothing shows up in the results. I currently have two schedules added, EDDF-EDDB, and EDDB-EDDF. They are enabled in the admin center. What do I need to do to get them to show up? Also, there is a link to "View my flight bids". How does a pilot bid on a flight? Would this be part of the "View flight schedules" page, if it were working correctly? Also, …
Last reply by Unknown98, -
- 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, -
- 5 replies
- 1.7k views
Helllo all, Ive recently come accross phpVMS and I think it might be of great benefit to the VA that I belong to. In order to integrate it, though, I need to know a few things. I'd be very grateful if anybody could help. (I am a fully proficient php/mysql coder) 1. Regarding Pilot inactivity. Is there some sort of way to suspend users if they are inactive for a certain period of time? 2. Regarding the site structure. I notice that regitsration is located at index.php/registration. As a coder myself, I've never seen this method used. Where is it possible to edit the Registration PHP? 3. Adding a Recaptcha to the Registration form. Is this possible? The current Captcha …
Last reply by Nabeel, -
- 2 replies
- 1.2k views
Ok, I would like to ask a few questions... Schedules: I had saw something about hiding them when they are not scheduled to fly. Because I want all Schedules available but I want to show what days they fly in real world.So e.g. Mon, Tues, Thurs, Fri Thats Route does not fly on Wednesday (Today) but I want that schedule to still appear there. Also... Calling last 5 Flights: I need some help calling the last 5 flights that were completed by the pilot. I want to show this in the Pilot Center. Thank You, Daniel
Last reply by amcpilot, -
- 0 replies
- 1.1k views
Ok, I wonder if someone could help me out so when someone views someone's profile it just shows them the last 5 flight they have done not all of them. Also if they have any active bid's. Also when they login in and in their Pilot Centre the only show 10 flights per page then they click next for the next 10 flights and so on. 1 more thing is there something there which shows all the current active bids like the one in the admin centre? Thanks for your help! Daniel
Last reply by Daniel, -
- 2 replies
- 1.3k views
well this is one that I have never seen before.... any suggestions ?? Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5 bytes) in ****/******/public_html/vms/core/classes/ezdb/ezdb_mysql.class.php on line 273 Is my database too large now ? (i just added thousands of airports)
Last reply by kbohme, -
- 7 replies
- 2.2k views
Hi folks. I'm trying to get my airline started and have decided to try phpVMS. The only problem is that I don't know anything about php or database servers. I hope you'll bear with me and be my teachers. I tried doing the install myself yesterday and it didn't go well. So I've decided to start all over and get some help as I go along. I'm hosting with Godaddy and am trying to get the MySQL database setup first. It's asking me some questions that I'm unsure of. 1. I have a choice between version 4.1 or 5.0. Is there a preference? I saw version 4.1 on the installation documents here but I thought I'd make sure first. 2. It wants to do know if I want to install…
Last reply by Nabeel, -
- 5 replies
- 1.3k views
So, i just broke my whole install. I installed a duplicate copy in a "Crew" subdir so I can use the main dir as my home page website. Was going well with this HTML template but somehow, i broke the phpvms install. I probably didn't break it, but now i'm getting all kinds of errors where I wasn't before. So, im just going to start over.. A learning experience for sure!! For those of you just starting your airline or converting to phpVMS, this is not for the lighthearted. If you have a passion for or interest in leaning PHP, CSS, HTML, then you will definitely get your experience here. If not, then you should probably pay someone to build your site for you. However,…
Last reply by ProAvia, -
- 2 replies
- 1.9k views
Nabeel, I keep getting this when the maintenance cron is run, PHP Notice: A non well formed numeric value encountered in /core/common/StatsData.class.php on line 89 This is the block, /** * Get all of the months since a certain date */ public static function getMonthsSinceDate($start) { $key_month = date('MY', $start); //This is line 89 $key = 'months_since_' . $key_month; $months = CodonCache::read($key); if ($months === false) { if (!is_numeric($start)) { $start = strtotime($start); } $end = date('Ym'); do { # Get the months $month =…
Last reply by mark1million, -
a other Error
by Guest Kendo- 1 reply
- 851 views
This is teh new Error When i Finaly Fix it "i think So" Someone Help me
Last reply by simpilot, -
- 1 reply
- 955 views
G'day Guys, After Changing Config::Set('DISABLE_SCHED_ON_BID', true); to Config::Set('DISABLE_SCHED_ON_BID', false); in the local.config.php i recieved an error which can be seen in the image below. If anyone would be able to show me how i can go about fixing this issue so i can leave the setting off, that would be appreciated Tylor
Last reply by Tylor Eddy, -
- 5 replies
- 1.9k views
Dear people Each time a pilot entering a PIREP, staff members comes a mail in English saying "A PIREP has-been submitted by ...." Where is the TPL file is to translate this to my language? How is the name of the TPL? Best regards
Last reply by imnemina, -
- 4 replies
- 1.4k views
Hi Guys, I'm currently contemplating a module to "validate" pilots with a validation email. You know the drill: you sign up for something, you get an email and then you click on the link and you get validated. PHPvms currently doesn't support this - we only have the option to let everyone in or to manually validate people. So I thought this might be a good idea. All I have to do is set pilots to not be automatically validated and then to write a module which validates them when clicking on a link. Now, the question is, what to put in the link? I thought about the 'salt' field, which is unique for each user and also quite cryptic. Just putting a pilotid in the link w…
Last reply by mischka, -
- 0 replies
- 1k views
is it possible to show not the actual location of a plane but the route that a aircraft has flown most? best regards and thanks in advance Thomas
Last reply by Txmmy83, -
- 2 replies
- 1.4k views
Nabeel, I've been working on a solution to the mass-mailing feature, but I need to know if Util::SendEmail supports sending multiple e-mails (i.e. separated by a comma like Outlook or GMail, for example).
Last reply by cale250, -
- 8 replies
- 1.7k views
Hi all I've searched I think every file but I must be blind! How do I change the email server the site uses to send emails to all pilots, if you can of course? If not how are emails sent? Many thanks Will
Last reply by mw308, -
- 0 replies
- 1.1k views
Hi all, i want to do this: to have the ability when exporting e pirep through fspassengers, or manually, to use ANY prefix and ANY flight number (existing or not). This means that the airline code and the flights id should not be cross-checked when a pirep is sent. Can this be done somehow? Thanks
Last reply by tnick74, -
- 7 replies
- 2.8k views
Last reply by ATAvCEO, -
- 7 replies
- 2.9k views
Ok, this is my VA site: http://www.airlinesofisrael.com/phpvms.full/index.php/ On the right you can see 2 buttons, "Our Fleet" and "Our Hub, Tel Aviv". Each button should link the a specific page. The "Our Hub, Tel Aviv" button should link to this page: http://www.airlinesofisrael.com/phpvms.full/index.php/pages/telaviv But somehow, there are times that the system itself removes the "index.php" from the address and when I press it I link to this: http://www.airlinesofisrael.com/phpvms.full/pages/telaviv, and of course this page doesnt work without the "index.php". Some does with the "Our Fleet" button. It seems like the system changes something in the files. Have …
Last reply by Parkho, -
- 2 replies
- 1.6k views
Hi, when i write Ö or ä or something it didn´t show correct. How i can encode it correctly and where???. I tried utf-8 in local but there is no function.
Last reply by Nighthawk, -
- 1 reply
- 982 views
I got a question concering the A/C Type - i used Kacars for a short Testflight, LOWG - LOWW. The flight should be done with a Dash 8, that's what it says in the Schedule, however, using Kacars i changed it to an MD11, and filed the PIREP - so far so good. But now, the submitted PIREP still shows the Dash, only if i view the log i can see that the MD11 was used - is it possible to show the actual aircraft used ? 'Cause if i view my PIREP's it says "Dash" as flown aircraft
Last reply by Strider, -
- 1 reply
- 1k views
I use phpvms as it suits my needs, and works as far as tracking hours etc But, I run a Military VA, not a civilian one. So, there are occasions, when I need to have mutliple users flying the SAME route at the same time. So, is there a simple way, I can stop the system from locking out a route, after bidding? I currently have to add multiple flights to allow more than one pilot to fly together, so just wondered if it was easy to amend the code, so it does not stop others bidding, after a bid?
Last reply by freshJet, -
- 1 reply
- 980 views
Is there a easy way to add aircraft to you aircraft list then typing every aircraft tail number etc.. is there a coding or something?
Last reply by simpilot, -
- 4 replies
- 1.8k views
needing help i am getting this error what am i miss Notice: The template file "/home2/emaresh123/public_html/phpvms//lib/skins/FireCrew3-master/header.tpl" doesn't exist in /home2/emaresh123/public_html/phpvms/core/classes/TemplateSet.class.php on line 248 https://1drv.ms/u/s!ArNZgmIvO603t22FYEaaNuqY121m
Last reply by gio1961, -
- 14 replies
- 4.8k 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, -
- 1 reply
- 1.7k views
Hi, I want to do the cronjob and I was worried about "Reset pilot pireps count" and "Reset hours" .. Are both of them will reset all hours made in my VA ?? Thx, Regards,
Last reply by YusufBudi, -
- 1 reply
- 1.2k views
Why if I select php5.4 in Cpanelx i have this issue? Another question, what options i must select to phpvms?
Last reply by ARV187, -
- 2 replies
- 1.8k views
Hi, My VA pilot's recruitment is off ... And then , when i see pilots registering , i always refuse it ... But when the recruitment is on , the pilot ID starts with the last registered pilot , so i must change it manually Is there anyway to change it to normal ? Thx, Regards,
Last reply by NadRush, -
- 1 reply
- 1.3k views
i flew a flight to filed the flight finances work great but no pilot pay at all the flight took an a little over an hour pay for each passenger was 75 fuel was 105 bucks there was 2 passengers so without any other expenses 2 x 75 150 fuel 105 should have made 45$ but no pilot pay just expenses fuel i also sent you an email with the log in and password to log in as a admin so you can check it out
Last reply by Nabeel, -
- 2 replies
- 1.7k views
Hello again, Now i want to separate the rank between member and staff, If he's a staff then the rank is the staff customized , if he isn't , it backs to normal ... But how to do that ? hehe Many thanks, Regards, *And sorry if i can't respond to the previous topics , the posts is'nt approved yet, the point is , all previous topics was solved *
Last reply by NadRush,