Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 11 replies
- 4k views
Aircraft ICAO:A320 CodeAircraft Name/Type (i.e B747-400):A320-219 Full Name (Boeing 747-400 Combi):Airbus 320 Aircraft Registration:EC-JFN Link to download aircraft Link to aircraft image Range Weight Cruise As i understand this must filled in to create an aircraft but it seems that is not working to add an aircraft : Can anybody help to add Aircraft
Last reply by Strider, -
- 6 replies
- 4k views
Im trying to display the latest flight details of a pilots last flown flight. Using this code <?php echo $report->depicao; ?> <img src="/airplaneicon.png" alt=""> <?php echo $report->arricao; ?> FLIGHT: <?php echo $report->code . $report->flightnum; ?> AIRCRAFT: <?php echo $report->aircraft; ?> DATE SUBMITTED: <?php echo date(DATE_FORMAT, $report->submitdate); ?> but what i get is this The airport ICAOs are correct and so is the flight number but the aircraft and date are either not what i want it to show or wrong. The aircraft assigned to that flight is the second aircraft on the database but i want it to …
Last reply by RamiAbouZahra, -
- 10 replies
- 4k views
I want to make a phpvms mod (of course i will add `based on phpvms` and link to the site, but... Can i? After all, i have access to the source.
Last reply by Nabeel, -
- 8 replies
- 4k views
I installed a test version of phpVMS on an old domain and it worked perfectly (once some host-related problems with mySQL were sorted out). I bought my new domain name, set up the domain and did the same, clean install of phpVMS on the new domain, but I can't navigate away from the home page on this install. Neither can I log in - it just returns to the home page with the non-logged in menu items showing. The log-in isn't being recorded in the database either. The URL changes to reflect the menu item chosen, but the page doesn't display. checkinstall.php and checkdb.php return OK for all items. I have PHP 5 installed and I installed phpBB into a sub-domain to see what…
Last reply by KenHughes, -
- 13 replies
- 4k views
I was caught by surprise if this error: Do not know what aconceteu pq on the first installation in other host things worked, but this time there gave this error, anyone know how I can fix? This image was only one part has several other errors.
Last reply by Kairon, -
- 8 replies
- 4k views
Displaying different badges for inactive pilots. would that be a major job?
Last reply by CrashGordon, -
- 1 follower
- 2 replies
- 4k 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, -
- 6 replies
- 4k views
Looking to move my admin center link from main nav, to my footer. I robbed the code out of the core nav for the admin link and it gave me a parse error on site and messed up the entire layout. Here is the code I tried to use. <?php echo $MODULE_NAV_INC;?> <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'">Admin Center</a></li>'; } ?> I'm thinking I might just need to go with the following <?php if(Auth::LoggedIn()) { if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { echo '<li><a href="'.fileurl('/admin').'"&g…
Last reply by Petey, -
- 11 replies
- 4k views
Gents, I would not post this if it envolved a single member issue but I have been getting emails from many members all day concerning our custom Kacars. This started today. This is the message they receive when they try to log on to their vamccars Website Warning Encountered Notify system administrator of the switch error. Data not recieved switch = verify I have seen this on an old forum post and a comment was made cocerning server adding stuff to the xml? If it is a server issue I have no clue how to approach them with a question. Getting this message in the admin panel I went to server database and found this (Fields empty Warning: Unknown: open(/var/php_sess…
-
- 10 replies
- 4k views
Hello friends, I have a problem to import my schedule. I am importing only 200 at a time. What the problem? because of the error?
Last reply by CN@ndo, -
- 11 replies
- 4k views
Hi All, How would I go about listing a pilots PIREPs whether they've been accepted or not in a table so I can show it on their profile? Cheers, CS
Last reply by Colin, -
- 7 replies
- 4k views
Any idea why the weather charts are seemingly a few days old when you look at the weather brief for a flight?! Is there a setting to get the latest charts in a config somewhere?
Last reply by Nabeel, -
- 14 replies
- 4k views
getting blank pages when i view them any idea how resolve the problem
Last reply by smurphy, -
- 13 replies
- 4k views
I have uploaded your scripts, set the permissions but when I try to get to the install page it just shows up as a blank white page.
Last reply by Nabeel, -
Hi, On my bids page im getting the following, rather than my list of bids: $bid->flightnum; ?> depicao; ?> to arricao; ?> aircraft; ?> (registration?>) deptime;?> arrtime;?> distance;?> Is there any known fix for this? (Using latest beta)
Last reply by Tom, -
Hello I am new to phpvms, and I am trying to install a chat module for my VA. The module is called freichat, and i installed it, and it works fine, appart from the fact it only works on my homepage, and as soon as you start navigating on the site, the chat disappears. The module requires me to add a couple of lines in core>templates>core_htmlhead.tpl but the issue still came when I copied it there, I then put that file back as it was, and went into my skin's layout.tpl file, and pasted it there before the <head> tag, and again, same issue. Any ideas?
Last reply by Jeff, -
- 18 replies
- 4k views
Hi all, my name is Antonio Sessa and i'm webmaster of new Virtual Airline : vvair.it This VA is the official va of www.volovirtuale.com , the first italian flightsimulation portal. We've choice to install phpVMS for our site. I've first problem after installation : if i change anything in General Setting Page (format date, google key etc) and click on SAVE SETTINGS i receive "Settings were saved" message but the setting was lost! I've set right permission on folder core and lib Anyone can help me ?
Last reply by Nabeel, -
- 17 replies
- 4k views
I just want to add to the "pilots_list.tpl" where the pilot last landed at after the total hours are listed. Now, I can obviously add <th>Last Location</th> for the option in the table but how/where to I get that data from?? I am a bit confused how I would code that?! I want to pull the Last entry in pireps:arricao in the database for the pilot, but I am at a loss for how to code the line pertaining to it. I was thinking: <td><?php echo PilotData::GetFieldValue($pireps->arricao, 'Last Location'); ?></td> But that is obviously stupid
Last reply by CPC900, -
- 12 replies
- 4k views
hello can someone guide me on how to display pireps airline code wise? iv tried using this code but doesnt seem to work. Using ALLPIREPS module. my code: <table width="100%"> <tr> <th>Flight Number</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Flight Time</th> <th>Submitted</th> </tr> <?php foreach($pireps as $report) { if($report->flightnum =="ABC") ?> <tr> <td><?php echo $report->code . $report->flightnum; ?></td> <td><?php echo $report->depicao; ?></td> <td><?php echo $…
Last reply by STARs, -
- 1 follower
- 6 replies
- 4k views
Dear sirs, I am running a phpvms simpilot 5.5.2 version, months ago, with php v 5.6.30 everything normal, but now my provider hosing i guess made an update in that php version, the index.php always hows error " This page isn’t working xxxxxxxxxxxxxxx.com is currently unable to handle this request. HTTP ERROR 500 " But if i proceed to index.php/login it works perfectly also all functions except when visiting domain.com/index.php Any ideas ? Yours,
Last reply by Parkho, -
- 15 replies
- 4k views
Is it possible to do this: I want to create a php url for an external URL (eg. youtube) Can you do this --> www.youtube.com translates to <?php echo YOUTUBE_URL?> and the youtube url entered would go there hope that makes sense Thanks!
Last reply by Jason, -
- 19 replies
- 4k views
Hello I have some problems sinse I've done the last update. All the ranks changed ! In the admin Panel, in the pilot list, it does not show the total hour WITH the reported hours. Moreover, the total hours is not correct (even if calculate whithout the reported hours). That's why the ranks have been changed. What can I do ? I have the last build 1.3.785. If you want to see the problem : http://stephane_skyaway.byethost31.com/phpvms/index.php/pilots For example, the total hours of FSW001 in the admin panel is 76.15 The total hours of the pilot list sould be at least 150.00 hours (approx)., so approx 90 hours in the panel admin (+ 60 reported hours). Stéphane
Last reply by Nabeel, -
- 11 replies
- 4k 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, -
- 4 replies
- 4k views
Hello friends i find the boarding pass module where the download !!! PLEASE HELP ME thanks
Last reply by Toyuko, -
- 17 replies
- 3.9k views
hey guys, I downloaded the xacars config from the pilot center, and placed it in the correct folder, but inside the program I cant connect. http://allegiantvirtual.com/install/checkdb.php
Last reply by md82, -
- 12 replies
- 3.9k views
I'm having some problems in the installation. Here is the problem (try to solve, and explain me in the clearest way please):
Last reply by Eicosav, -
- 8 replies
- 3.9k views
Hi, I have set up a VA and I am currently just testing it before releasing it. Everything works apart from the live maps. As you can see from this image It doesnt work. I am using XAcars and I am using the xacars.ini file that is personalised for every VA. I dont understand it I havent edited the maps module or anything, Please help Lewis
Last reply by nabpp, -
- 6 replies
- 3.9k views
Hi Guys I have PHPVMS 5.5.X from SimPilot and everything works fine My problem is reCaptcha reCaptcha is working fine on the default skin crystal, here is a image of the captcha working: i installed a new skin from the user FlyAlaska thats called OCEAN BLUE V2 its only now using php not tpl anymore and when i go to the new skins registration page i get this error: something with the recaptcha same error in the contact form page to: i get this error only with the new skin OCEAN BLUE V2 not with the default skin I dont know what to do to fix this? My Website Link : http://www.ryanair-va.com/virtual/ Thanks.
Last reply by mjrbradley66, -
Hi guys, for privacy reasons, I have to display only the name of the pilot and the first character of the last name, how can I edit this code? <?php echo $pilot->firstname.' '.$pilot->lastname?> Grace for a possible response
Last reply by gio1961, -
- 2 replies
- 3.9k views
Hello Everyone, I've purchased a module from CC and am having issues with it. I have tried to reach them via emailing them directly and using their contact us page on their website....anyone else have any ideas? I don't want to ask for support from here, since I know it's a payware item...but figured I'd ask if they happen to check these forums.. Thanks!
Last reply by Dyl1103,
