Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 2 replies
- 2.1k 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, -
- 5 replies
- 2.1k views
Hello, Do you know where to find the mass email templates? Many Thanks, Joe
Last reply by simpilot, -
- 1 reply
- 2.1k views
The average fuel burn on a 737 is 2,000 - 2,500 kg per hour. Then how does this make sense: I believe FSAcars is exporting the fuel calculations to phpVMS as pounds, not kilograms. In fact, I am positive. Is there away to add in a conversion or change this somehow? Due to this, we are spending almost twice as much money on fuel as we should be. Thanks!
Last reply by Nabeel, -
- 4 replies
- 2.1k views
Okay big brainers, I was looking through the Schedules Results and can't find out how to add a Mission page that has a list of flights that pilots can bid on. I am not very good at figuring how the flight results are pulled out of the system. If it cannot be done, then they will just have to manually search for the flights, which in my opinion is just a hassle.
Last reply by Jeff, -
- 3 replies
- 2.1k views
Hey all, I have been working with a VA developing many custom modules, and I just hit a brick and I just can't figure out what the hell is wrong with this SQL Query. First of all, when I use the SQL Query in the frontend, everything works, but not in the admin panel and there was nothing returning back for the form... MySQL Code: $id = DB::escape($id); return DB::get_row('SELECT * FROM hubs WHERE `id`='.$id); The Error Debug: Backtrace: DB::write_debug > DB::get_row > HubsData::getHubInfo > HubAdmin->edithub > call_user_func_array > MainController::RunAllActions Query: SELECT * FROM hubs WHERE `id`= Error: (1064) -…
Last reply by ARV187, -
- 1 reply
- 2.1k views
Hi, i use PHPVMS v2.1.934-157-g7ca06a When i export my schedules add schedules (or correct some) and then import them, there is an Error Message: Warning: unlink(C:\wamp\www\phpvms\core\cacheschedules.csv) [function.unlink]: Permission denied in C:\wamp\www\phpvms\admin\modules\Import\Import.php on line 357 My import.php is: <?php /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercia…
Last reply by Fernando, -
- 4 replies
- 2.1k views
Hi all, i´m confuse regarding the renamed, last night i downloaded the Rev v2.1.935-0-g7303aa0 - security fix, updated to 2.1.935 but in all template folders the files are in .tpl , can tell me please wich is the correct procedure to upgrade the .tpl files to php. Thanks very much for the help.
Last reply by lorlandi, -
- 4 replies
- 2.1k views
Hello, My phpVMS system only seems to be making signatures every few users. eg. PHP001 has a signature, but then it jumps to PHP008, then PHP023. Any help would be much appreciated!
Last reply by druptown, -
Hello, I just installed PHPvms to my website. I have a subscription to Navigraph and I'm looking forward to use those data for Phpvms.... I am a bit newbie on PHP and those things, so I will need a tutorial I can undertand... but I'm able to create a new database or table if needed and so on. Thank you very much Sino
Last reply by Sino, -
- 4 replies
- 2.1k views
I am currently working on a passenger flight booking feature. How can I make a search which has a function to search by both departure and arrival airports, and not just one like the one in schedule search. Pages(under construction): Search: http://www.vhmrw.site90.com/index.php/booking Results of Search: http://www.vhmrw.site90.com/index.php/booking/results Confirmation: http://www.vhmrw.site90.com/index.php/booking/confirm Also I need to know how to send values (like the amount of adults/children) a user added to the confirm and results page. Thanks, Mitchell Williamson
Last reply by Nabeel, -
- 6 replies
- 2.1k views
A while back, I created several airlines in addition to Omega-Air (OMG). Some of them were Omega-Air Express (OME), Omega-Air Freight (OMF), etc. The idea was to allow for easier searching of routes. In that regard, it was successful. The problem is, that when pilots have been joining, they've been selecting amongst the airlines.. While that isn't necessarily bad, it is a bit of unnecessary chaos. Is there a way that would allow me to use the different airlines for sorting routes, etc., while only presenting a single one to those joining?
Last reply by CrashGordon, -
- 3 replies
- 2.1k views
When I click on Edit Profile, I get the following message:
Last reply by nicolaananda, -
- 5 replies
- 2.1k views
Hello guys, I started today with working on the website for our newVA. I decided to take a CSS Skin and to port for PHPvms. Everythings worked perfectly until I started with writing the texts. Every Umlauts (Umlaute is the German word, there seems to be no English word for it) are not correctly displayes. Second thing is, that I cant get the Image smalller. I am using this Skin from freecsstemplates.org. I displayed everything here to make it clear for you: I hope anyone has a solution! Greetings Julius
Last reply by alpsJet, -
- 2 replies
- 2.1k views
I am going to use slimscroll on a site I am working on and I can get it working no problem without phpvms installed: http://execusim.com/...m2014/index.php When phpvms is installed, it ceases to work: http://execusim.com/index.php In addition, both files are running from the same css style sheet. Am I overlooking something obvious?
Last reply by Remington Box, -
- 6 replies
- 2.1k views
Hi, i'm using phpvms 5.3 (crewcenter.travelskyalliance.com) and when I tried to delete a bid from smartCARS, it is delete in the acars but no in the webpage... And now he flights mark as "bidded" (Reservado) but these flights aren't bidded... How can I delete these fake or ghost bids? ... Sql? (Look attached screen)
Last reply by ProSkyDesign, -
- 10 replies
- 2.1k views
Just noticed that the Routemap is only showing about 10% of routes, http://members.pulseair.co.uk/index.php/RouteMap Could this be an beta bug aswell maybe? Thomas.
Last reply by Thomas, -
- 2 replies
- 2.1k views
Hello, I'm new to phpvms, I have a VA and was wanting to use this system in it, the document is already installed, but I have great difficulty setting up the party registration (get an error) and page editing the pilot (also error occurs ) someone could help me. My VA is http://www.fabvirtual.com.br ------------------------------------------------------------------------------------------------------------------------------------------------------- Olá, sou novato no phpvms, tenho uma VA e estava querendo utilizar este sistema nela, os documentos ja estão instalados, porem estou com grande dificuldade de configurar a parte de registro (aparece um erro) e a pagina de e…
Last reply by Victor_FAB, -
- 3 replies
- 2.1k 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, -
- 4 replies
- 2.1k views
Hi there I've been having a problem with the reports sent by my pilots. When they send the pirep it shows in admin center like this: Then I check the DB and the PIREP table and the aircraft->name is being inserted rather than aircraft->id. I checked the SchedulesData and everything is correct, I checked the fspax.php and it's correct too ($aircraft = $sched->aircraft;) : Anybody knows where the problem is? I appreciate it.
Last reply by joeri, -
- 1 follower
- 6 replies
- 2.1k views
Hello i have one problem on schedule search http://eurotaxiva.com/index.php/schedules/view not view the schedule !!!! WHY???? look this is picture http://qs.lc/zk8h Thanks !! HELP ME!!! Bye
Last reply by Parkho, -
- 1 follower
- 4 replies
- 2.1k views
Hi community I have a question. Is there a way to simplify or improve this code? I would like, if there is no information to the airport, a text like example: no gate info available. PS I'm a beginner with php <?php $zurich[] = "Terminal 1 Dock A"; $zurich[] = "Terminal 2 Dock B"; $zurich[] = "Terminal 3 Dock E"; $zurich[] = "Dock D"; $zufallsIndex = rand(0,sizeof($zurich)-1); if($info->destination[0]->icao_code == 'LSZH') echo $zurich[$zufallsIndex]; elseif($info->destination[0]->icao_code == 'BKPR') echo "Stands 201 - 203"; elseif($info->destination[0]->icao_code == 'GCFV') echo "Stands 18 - 22"; elseif($info->destination[0]-…
Last reply by magicflyer, -
- 5 replies
- 2.1k views
Hello Folks, Issue: I can't add schedules by admin's page. Says "The Schedule "VEX1002" has been added", but doesn't appear on the active schedules. Info 01: The schedule already inserted on the pic, I added from phpmyadmin; Info 02: I'm running on localhost; Info 03: I tried importing by csv. The issue keeps the same; Info 04: I'm using phpvms_5.5.2.72-master Info 05: I didn't change anything on modules... or core... nothing. Info 06: My admin skin/template is the default. Info 07: My website template is crewcenter;
Last reply by BPA1, -
- 4 replies
- 2.1k views
Well since i got my new pilot center site there has been one thing that has been bugging me. The signature wont update and stays on the default one...I have attempted to refresh the signatures, didnt work, replace background.png the default image with the image from my other site of which the signature image is still working. Would there be a code that i could use to replace <?php echo $badge_url ?> with a code that links from my /en site. I think that be a good solution. Thanks
Last reply by Longhaul444, -
- 4 replies
- 2.1k views
Hello Folks I need a little bit help to display the Exam Center correctly. For further Input you can check our Site http://sflogistik.dhl-aircargo.de/index.php/Exams I hope i become help to make this correct.In german language answer are good but english also no Problem Thanks
Last reply by Industrialshadow, -
- 1 reply
- 2.1k views
Hello, Is there anyway to bridge phpVMS users with IPS Forum? I've seen a way to do it before, but am unable to find it now. Any help appreciated! Joe.
Last reply by Heliguy, -
- 3 replies
- 2.1k views
Hello, I know this has been discussed and I'm going assumed fixed in the latest version of phpvms, I've had a problem with my phpvms for the past 2 days now the total hours and total flights have not been updating at all before the 2/10/2014 they worked just fine. I've checked the DB it looks like the table is updating but if you run reset PIREP count it does re-count them but never updates the Pilot profile itself or the phpvms_pilot table. I did turn on debug mode and I will post what came up in the logs.txt here, I'm just really stumped as to why they won't update. The checks you normally ask someone who needs to run, I did that and they all came back as OK. I also s…
Last reply by McWilliams, -
- 1 follower
- 1 reply
- 2.1k views
When i put the following code in, the slideshow works but i get the "no route passed" error when i try to add a bid, can anyone shed some light? <html lang="en"> <head> <title>Simplest jQuery Slideshow</title> <style> body {font-family:Arial, Helvetica, sans-serif; font-size:12px;} .fadein { position:relative; height:250px; width:900px; margin:0 auto; background: url("slideshow-bg.png") repeat-x scroll left top transparent; padding: 10px; } .fadein img { position:absolute; left:10px; top:10px; } </style> <script src="http://ajax.googleap...n.js"></script> <script> $(function(){ $('.fadein img:gt(0)').hi…
Last reply by Vangelis, -
- 2 replies
- 2.1k views
Hopefully this is in the right category....if not my apologies.... I recently have started a project to update our VA and received a request to add a proficiency test and checkflight system. I am not quite sure where to start with this type of add-on. The module should allow pilots to fly the routes within the rank they have, provided they have received the appropriate type rating. In order to get the type rating, they must pass a written exam (currently using ExamCenter) and complete a set of flights dispatched to them with that aircraft(Enter the dispatch system...). Then, when the Exam is completed and the flights are completed and approved, they receive the type rati…
Last reply by Txmmy83, -
- 12 replies
- 2.1k views
I am currently trying to transfer a website from Hostgator to another cPanel. I transferred the home directory, mysql database, changed the settings in local.config, and assigned db user permissions for the new db. Everything works except for the schedule search. From the source code it looks like everything in the head tags is not being loaded. The new server is running PHP 7.2, MySQL 5.7, and Apache 2.4. The old server was running MySQL 5.6 but I have been unable to install 5.6 because I don't want to break cPanel through an unsupported downgrade.
Last reply by DisposableHero, -
- 1 reply
- 2.1k views
When adding custom ranks. Adding a rank throws a "The hours must be a number" error even if the hours entered are indeed a number. This bug does not appear to be impairing functionality
Last reply by Nabeel,