Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 3.7k views
Hello Is it possible to install two separate phpvms entities in one mysql database? Currently all the phpvms tables have phpvms_ as a prefix, so I suppose I could change it, right? And then I could have both in the same database, but as two separate sets of tables? thanks Mischka
Last reply by Jeff, -
- 11 replies
- 3.7k views
I have edited this code until I was blue in the face . I can't seem to figure out how to remove the code (AA - American Airlines) and have it list the airlines alphabetically... American Airlines British Airways Continental Airlines ...and so on <dt>Select Airline: <font color="#FF0000">*</font></dt> <dd> <select name="code" id="code"> <?php foreach($allairlines as $airline) { echo '<option value="'.$airline->code.'">'.$airline->code.' - ('.$airline->name.')</option>'; } ?> </select> </dd>
Last reply by Jeff, -
- 13 replies
- 3.6k views
Good moornig guys! i did search in this forum how to configure FSFK, and follow any topics, but i have problems yet take a look when i try conect and when i try send log to my VA All folders have permission 777 Sorry if i not found this solution, but if anyone have the Solution, call-me! Thanks guys, nice Program ( phpvms )
Last reply by Marco A. Ferreira, -
- 15 replies
- 3.6k views
Hello, I am adding awards and i see the pictures on the award page but in the pilot center and profile page i can not see those images. Only says the name of the award. How can i fix this problem? Also is it easy to give awards automatically? Thanks
Last reply by OmerAslan, -
- 9 replies
- 3.6k 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, -
- 14 replies
- 3.6k views
Tried to get real life routes from a defunct airline but got nothing so far, tried flightaware. google.. you name it. Any tips?
Last reply by freshJet, -
- 10 replies
- 3.6k views
Can I list my Newest Pilots by date instead of their number? My current pilot list jumps around quite a bit and instead of listing the newest pilots it is listing the last two pilot ID's.
Last reply by Nabeel, -
Hi guys, Tried a search here but couldn't find the answer. Started to build a site with phpVMs, that is going well so far. Want to include FSPassengers, two questions tho. 1. where do I put the files provided by FSPax? 2. how do I link to those files so that the site skin is applied? Thanks in advance. Cheers TJ
Last reply by Nabeel, -
- 1 follower
- 13 replies
- 3.6k views
Hi all , Can anyone tell me how to make a link in my menu. I created a page using my control panel but i need to link it to go to my flight booking module. Thanks
Last reply by Jeff, -
- 6 replies
- 3.6k views
Hello, Does anyone know how to fill in the missing pilot ID's? For example, our system starts at LEV249, next is LEV250. Then... we have a major gap between LEV250 and LEV276 due to inactive members removal. We are now up past LEV310 and have a few other holes in there. Is there a way to get these holes filled without messing with any of the pilots already in the system? I know you can set them in the admin center but wont that mess up the current members? Thanks!
Last reply by Curshad, -
- 5 replies
- 3.6k views
I do apologise, I am quite new to this. But anyway recently I decided to start skinning by myself and not counting on others templates. Its going great however, I get stuck when I click on the links in the nav bar and it still stays on the home page? <?php /** * * STOP!!!!!!!! * * Are you editing the crystal skin directly? * DON'T * * Copy and rename the crystal folder. Otherwise it'll get * overwritten in an update. * * Also, READ THE DOCS * * http://www.phpvms.net/docs/skinning * */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" …
Last reply by HighFlyerPL185, -
- 14 replies
- 3.6k views
Maybe put on a flight a few aircraft. and may give access to the pilot on one type of aircraft? What happened to acars map
Last reply by lorlandi, -
- 11 replies
- 3.6k views
When i go to pilot center and click on "File a pilot report", the page coming up is totally blank. I found the Core\pirep_new.tpl file and i assume that is the one that should show up. However the page is blank, and that is for all pilots. Any ideas of what could be wrong?
Last reply by Topgun, -
- 11 replies
- 3.6k views
Hello, before using phpVMS I had a site for my VA The drivers did a lot of hours, Now I ask you not to lose them all, You can add the site hours flown by each pilot also added flights? Thanks!
Last reply by Caporrella, -
- 12 replies
- 3.6k views
Hello I am using GC Mapper to display recent flights on my website you can see it on my website. I want to change the current map style to the plain one ( like on gc mapper site) how to do that? Thanks!
Last reply by Tato123, -
- 10 replies
- 3.6k views
I noticed a small flaw in phpVMS with regards to the difference between the system's representation of time and the visual presentation of that time. Some time ago for example I pointed out that in the Schedules form it asks the administrator to enter the duration of the flight in HH:MM format (which is actually the best). However, when this same form is displayed again for editing, the original HH:MM is displayed in a format that contradicts the instructions of the program, i.e. During creation Flight duration: 00:30 Please enter time in HH:MM format During Editing: Flight duration: 0.5 Please enter time …
Last reply by Jetwave, -
- 14 replies
- 3.6k views
Hello, I was wondering, how would I be able to create a booking module where it looks for the system, for connecting flights as well. Like I search EHAM-KJFK and I find: EHAM-KJFK EHAM-LFPG via LFPG-KJFK EHAM-KBOS via KBOS-KJFK etc. I would appreciate any responds! Vincent, www.cloudvairlines.com vpeters@cloudvairlines.com
Last reply by Jeff, -
- 13 replies
- 3.6k views
Alright my question is on ranks. I changed the ranks in the system to my own custom(Removed New Hire). However when a pilot signs up on the roster it says "New Hire" until I go to the admin panel click edit by their name and click save. Then it goes to the first rank. So my question is: How do you change the default rank that is entered in the mysql database? Thanks!
Last reply by beerguts, -
- 1 follower
- 8 replies
- 3.6k views
I have looked through the forum and can't find a solution. I am getting the "No Route Passed" error but i get it on any skin i use. Please help!!
Last reply by magicflyer, -
- 24 replies
- 3.6k views
I updated phpvms to vers. 1.2.660 as orderd in the admin Menue:-) Since this update, we got the problem, that fsacars give out a databse error when our Pilots try to send their pireps - even so, the pireps get into the Web-sytem Edit I just found out, that also the fsacars log is corrupted it only loggs the "half" of the whole logg Here is the last logg i sendet ------------------------------------------------------ [2009/03/31 17:19:00] Flight IATA:EUV769 Pilot Number:EUV0001 Company ICAO:EUV Aircraft Type:A330-200 Aircraft Registration:OE-LAM Departing Airport: LOWW Destination Airport: LTAI Online: No Route:PLEASE ADD THE ROUTE 17:19 Zero fuel Weight: 1…
Last reply by Nabeel, -
- 15 replies
- 3.6k views
OK, so I just got my site opened, but pilots are saying that there is a lot wrong with the schedules. First of all, I'm getting the No Route Passed error that I can't find the answer to on here. Secondly, when I click View Details on the schedule, the white background doesn't seem to cover the whole page. I tried using clear:both but couldn't remember where to put it. That's all I can remember at the moment.
Last reply by freshJet, -
- 1 follower
- 13 replies
- 3.6k views
When the CRON job runs the following error happens: A non well formed numeric value encountered in ..........VMS/core/common/StatsData.class.php on line 171 It continues running and does the following" Reset PIREP Counts Updating Total Hours Count (question is always shows "found 1 flight hours for number" regardless of number of hours a pilot has - is this correct?) Now counting from PIREPS - Found 125774:08:00 total hours, updated Any fixes for the error?
Last reply by thunder175, -
- 1 follower
- 18 replies
- 3.6k views
Hi, Firstly, I should like to apologise for my English ! I wanted to propose my Virtual airline's website in different languages so with forum's explanation I did like this : http://forum.phpvms....ins/#entry22043 I started to translate and after a bit a problem occured, I tried to resolve it by myself without solution and I searched an alternative on forum where the same problem is exposed but the solution isn't published. See you here :http://forum.phpvms....-two-languages/ My issue : Maybe the problem is here : Please, Do You've any idea where is the trouble ? Thanks a lot
Last reply by Galihom, -
- 5 replies
- 3.6k views
Hello guys, I know there was once a topic about automatic register on the phpbb forum from the phpvms register but that's the small part of my problem and I'm here trying to find the awnser for rest of it. I don't consider myself a very good php programmer so please don't expect too much... So what I'm trying to do is to get a few things done like, registration, login, logout, account activation and finally but not least, a last posts page. Registration is done and working. Login is giving me an error that I will post in a few. Logout, don't know yet how to do it. Account activation, I thought I only had to remove the users actkey from the database but it didn't wor…
Last reply by Joaogl, -
- 14 replies
- 3.6k views
Hi, i am the Vice President of World Virtual Alliance, and since we have over 12 airlines we are stuck when adding routes because around 4000 it locks out the schedule to pilots, just wondering how i can change this so we can add 10000 if needed. Thanks, Liam Duffy Vice President World Virtual Alliance VA www.flywva.com
Last reply by Liam Duffy WVA VP, -
- 5 replies
- 3.6k views
I have the following error on pretty much all the pages. The line number changes with each page it seems. Warning: date() [function.date]: 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/Los_Angeles' for '-7.0/DST' instead in F:\Program Files\Apache Software Foundation\Apache2.2\htdocs\core\modules\news\news.php on line 45 or Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. …
Last reply by xhubix, -
- 8 replies
- 3.6k views
Hello, My website bidding system everytime I go to bid it goes too "Nor Route Passed" i have checked the config.php and it states as enabled so im stumped Thanks In advance
Last reply by James142, -
- 1 follower
- 2 replies
- 3.6k views
Hi, So while checking errors, I got following: ===== Time: 10.05.20 19:18:06 Backtrace: DB::write_debug > DB::get_row > OperationsData::getAircraftInfo > FinanceData::getLoadCount > PIREPData::populatePIREPFinance > PIREPData::fileReport > ACARSData::FilePIREP > smartCARS::filepirep Query: SELECT * FROM phpvms_aircraft WHERE `id`=A330-243 Error: (1054) - Unknown column 'A330' in 'where clause' ===== I searched in codes and found this bug (PIREPData.class.php), line 950: $pirep->load = FinanceData::getLoadCount($pirep->aircraft, $sched->flighttype); Now $pirep->aircraft should be corrected to $pirep->a…
Last reply by Rabso, -
- 8 replies
- 3.6k views
Hello i was trying to add a custom airport i have added it but seems to be way off the coordinates in the live map i have tried everything if any one can help be greatly appreciated. I though maybe i was inserting them wrong here are the coordinates: N36°02.03' W114°48.05' how would i insert that into the adding custom airport area. Kind Regards Wings Aviation CEO WA101-Allan allan@wingsonair.net http://www.wingsonair.net
Last reply by WA101-ALLAN, -
- 12 replies
- 3.6k views
Dear gentlemen. Part of my real world job involves tech writing. I have been working on my own to create a beginners guide for those who find themselves lacking the knowledge of php and particularly Phpvms. It will be a step by step illustrated guide (PDF) to help simmers to take advantage of this great freeware product. It isn't my intension to be technical but to provide a total walk through from unzipping through installation and a guide through the Admin panel. This is not sanctioned or certified by the folks here at phpvms, I just intened to help others and may serve to answer some of those general questions that find themselves on these forums. When it's finished I …
Last reply by Kyle,