Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.2k views
I have downloaded the skin created by Nick Tyson, link http://vairline.org/ and when i go to edit the weblogo and the banner it doesn't update it just stays the same. Here is what i am doing i am going to the in the FTP under lib/skins/vairline/img i am getting the banner.png and editing it then replacing it back into the folder img, same with the weblogo, and it is still showing the default images to the skin. How come it doesn't up date?
Last reply by Jeff, -
- 20 replies
- 6.7k views
Hi guys i`ve got a problem with the maintenance.php and the bids removal. I have set the local config to : # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', false); and in the maintenance.php i`ve activated this for the cron job: if(Config::Get('CLOSE_BIDS_AFTER_EXPIRE') === true) { SchedulesData::deleteExpiredBids(); CronData::set_lastupdate('check_expired_bids'); } now the bids are removed after the period i`ve set but the flights don`t show up in my schedules again after the bid removal. So no one else can book them anymore. any ideas what`s wrong here? Would be nice …
Last reply by lorlandi, -
- 2 replies
- 1.6k views
hi all I have this problem with the award in the pilot center, you can send them to the head every 4 or 5 awards. link to the photo of my problem: http://s2.imagestime.com/out.php/i617105_Immagine.jpg thanks in advance and sorry for my english
Last reply by mattia, -
- 1 reply
- 1.6k views
Hi All what is the location where i ftp my files for my pilots to download when they select view downloads from Pilot centre?
Last reply by TennShadow, -
- 0 replies
- 978 views
Is there a way to change the news in the admin center when you first open it? Can you make it custom instead of the news from default news? Thanks! Edmund Kap
Last reply by edmundk, -
- 5 replies
- 2.2k views
Please im trying to install this template http://forum.phpvms.net/topic/4330-equivalency-ported-skin/ tot his site http://www.dominicanairways.web44.net/ can someone please help me
Last reply by Sava, -
- 2 replies
- 1.5k views
Hi, Im trying to find the code where when you change the pilot group it will update another row in my database with the date time now. Currently i have an external cron making all pilots inactive if they have not flown a flight within 7 days of joining, this runs just after midnight every day so i need a way of putting in an exception when the account has been made active again by an admin so im going to put a AND rejoin greater than 7 days clause in the sql statement I just cant find that code in the system on the admin side to edit.
Last reply by simpilot, -
- 0 replies
- 1.3k views
Hello there Okay! I've been trying to change the codes in a way to add the A/C id to the bids table in DB. Here is what i've done so far: 1- Added one column to bids table as "aircraftid". 2- changed the code in ScheduleData.class.php/ Add Bid section as follows: public function setBidOnSchedule($scheduleid, $bidid, $aircraftid) { $scheduleid = intval($scheduleid); $bidid = intval($bidid); [color="#FF0000"]$aircraftid = intval($aircraftid);[/color] $sql = 'UPDATE '.TABLE_PREFIX.'schedules SET `bidid`='.$bidid.' [color="#FF0000"]SET `aircraftid`='.$aircraftid.'[/color] WHERE `id`='.$scheduleid; DB::query($sql); if(DB::errno() != 0) return false;…
Last reply by Parkho, -
- 1 follower
- 7 replies
- 2.9k views
I have been searching the forum but cannot find anything, so im posting a new thread, if something like this exists please just point me in the direction of that thread:) My "problem" is that now when i push my pilot brief for my booked flight I get about four pages, one page with info in REALLY small text, and 3 pages with weather charts that are really small... Is there any "addon" that changes the layout of the pilot brief? what i want is more focus on the route. Any ideas? /Niklas (Oh nooo! I posted this in the wrong part of the forum, can a moderator please move it?)
Last reply by mark1million, -
Ok so i am using fivedev.net for web hosting and phpvms is already on the database it looks like but how do i actully install it so i can get it to work i am really stuck!
Last reply by jauger, -
- 2 replies
- 1.7k views
Ok i just ordered fivedev.net the mini. and i just paid 12.95 for a domain its boston-va.com and i just ordered every thing about almost 2 hours ago and i cant setup the domain. is phpvms allready installed? and i think i need help hehe
Last reply by Nabeel, -
- 1 reply
- 963 views
Where can i make sure that in the public profile of my pilots the Recent Pireps field doesnt overlap the sidebar? Is there a place to edit the size?
Last reply by Jeff, -
Hello guy's, E put in the directory("/public_html/core/modules/adicionar") this code: <?php class adicionar extends CodonModule { public function index() { Template::Show('adicionar.tpl'); } } ?> . now the problem is, when i put this(<?php echo $userinfo->firstname; ?>) in the file(adicionar.tpl), the pilot's name does not appear to me why? ho and i'm logged in....
Last reply by Joaogl, -
- 1 reply
- 1.1k views
hi is there any way to email a completed PRIEP to a diffrent email address other than the virtual airlines email address setup in the config?
Last reply by Nabeel, -
- 5 replies
- 1.3k views
I have read through the documentation, read through the forums, but i am still having error messages and google messages come up when i copy the URL from the install.php. I am not sure if i am totally getting wherei i am suppose to past the URL, so if some one could help that would be great. Thanks, Skylar
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Flight Departures Board error code only when some one flying.... Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/starall1/public_html/lib/skins/crystal-II/frontpage_main.tpl on line 55 Line 55 : while($row = mysql_fetch_assoc($result)){ how do i get ride of the error code...
Last reply by SAV_Brian_CEO, -
- 2 replies
- 2k views
Hi Can someone tell me what and how schedules route details is populated in the schedules table, as its making my schedules row massive.
Last reply by Curshad, -
- 1 reply
- 1.7k views
Is it possible to bid on a flight from the schedule_details.tpl page? I am trying to use this code to bid on the flight, but it does not do anything when clicked on. <?php # Don't allow overlapping bids and a bid exists if(Config::Get('DISABLE_SCHED_ON_BID') == true && $route->bidid != 0) { ?> <a id="<?php echo $route->id; ?>" class="addbid" href="<?php echo actionurl('/schedules/addbid');?>"><img src="http://www.mysite.net/lib/skins/cityportal/images/purchase2.png" srcover="http://www.mysite.net/lib/skins/cityport…
Last reply by Jeff, -
- 11 replies
- 3.3k views
Hi need help as soon as possible please. I had turned my auto ranks off to were i can choose what rank the pilot is. But now when i go to my pilot list not any pilot is listed. Please help. Thanks!
Last reply by Steve Bartlett, -
- 2 replies
- 1.6k views
Has anyone made code to show a preview if the signature image for the edit_profile.tpl?? I want to show the pilots a preview of the image for the drop down box.
Last reply by freshJet, -
- 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
- 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, -
- 1 reply
- 999 views
Hi everyone, I would like to know if the PHPvms system deletes pilots who have not filed any report for period of time. For example, if I set that pilots must file a report within 30 days and they do not do it, they will me removed by the system automatically. Regards.
Last reply by joeri, -
- 6 replies
- 1.8k views
hello I am trying to insert the sidebar in my frontpage of site ONLY. I am getting the error that the side bar is being displayed first and the rest content under it Here's a screenshot hope it helps Thanks
Last reply by P.I.A.S Virtual, -
- 4 replies
- 1.7k views
I am moving my phpVMS installation onto Windows Server 2008 R2, I have been hosting phpvms on shared linux plans before but want to consolidate and and since I have a server for asp.net application development I figure I would get rid of my shared host. The last windows server OS I used was windows 2000 professional. If anyone can help me out with permissions for the server to run phpVMS, I have the screenshot attached . Thanks
Last reply by t_bergman, -
- 2 replies
- 1.4k views
We are using kacars 1.0.1.0 and the acars map takes hours to update. I have to go on maintenance in the admin panel and clean the table. What's going on? Please do not leave unanswered.
Last reply by Luis H., -
- 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, -
- 9 replies
- 3.7k views
I want to make an RSS Feed for latest news. This is my code: lib/rss/latestnews.rss <?xml version="1.0" encoding="utf-8"?><rss version="2.0"> <channel> <title>Latest News</title> <link>http://www.freshjetvirtual.com</link> <description>All the latest news from freshJet</description> <lastBuildDate>Thu, 10 Nov 2011 06:36:50 CST</lastBuildDate> <language>en-us</language> <item> <title><?php echo PopUpNews::GetFieldValue($popupnews->subject);?></title> <description><?php echo PopUpNews::GetFieldValue($popupnews->body);?></description> <link>…
Last reply by freshJet, -
- 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, -
- 2 replies
- 1.1k views
Hi all, When you view - http://www.euroscotva.co.uk/index.php/Airports You can see that I have formatted the table although this affects the tables in the sidebar etc, and throughout the site. Is there anyway to ensure that the styling remains only in the content of that specific page? Cheers,
Last reply by Connor1994,