Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 1.3k views
www.starallianceva.net.... that my new website. but when i log in or got other page is show up as my old website how do i change that in my FTP client. I trying to do is any page you go on you stay at .net website not other one Thanks
Last reply by Strider, -
- 1 follower
- 1 reply
- 1.3k views
Hi all, I am just wondering if there is any way to get the ACARS map onto our front page, which is coded in HTML and how we can do this? The link is: http://www.britishvirtualairways.co.uk/ Many thanks in advance, Josh | CEO
Last reply by Parkho, -
- 4 replies
- 1.3k views
Let me start off by saying if anyone thinks I know anything about PHP, they are mistaken. ;D What I'd like to do is eliminate the comma and hub ICAO from the line the rank is on. Then, I'd like to add "Hub: " followed by the Hub ICAO on the line below. In other words it would display OMG0001 Robin Frank <flag> <Rank> Hub: <ICAO> Total Flights: <number> Total Hours: <number> rather than what it does now. Thanks. All I need to know which document it is in and approximately where. Then, I can try to figure out how to change it. :
Last reply by CrashGordon, -
- 1 reply
- 1.3k views
Hello friends ... After I installed the new version of phpvms, several errors were found ... One was about time I send a PIREP, did arrive at the site .. and the FSFK FSACARS not work because of that, I've reseted the Table ACARS at the maintenance and did not work! At the time of acceptance the PIREP, when I click Edit, the following error occurs ... PHP Warning: Invalid argument supplied for foreach() in E:\home\autopecasmilian\Web\kafly\do\admin\templates\pirep_edit.tpl on line 19 The list of Airlines nothing appears, even if I create an admin panel or by the VA phpmyadmin.Minha appears in the database and does not appear in the admin panel See the picture…
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Hello, im trying to create a exam center but i dont know how to upload. ive read the instructions but i dont know how to upload. im using x10hosting. Thanks
Last reply by simpilot, -
- 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, -
- 0 replies
- 1.3k views
When going to the Live Map view the pilot information is not showing up correctly! It is displaying flightpilotid flightpilotname etc....instead of the real pilots info. Is this a Chmod problem? Any help appreciated! Thanks for your help! Test Site URL: http://southernbelle...index.php/acars
Last reply by in2tech, -
- 2 replies
- 1.3k views
Hi, after set Config::Set('ACARS_LIVE_TIME', 2); in my app.config now im having issues with accents in every page of my website (local). I already set my local.config and app.config to # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); Config::Set('DB_CHARSET_NAME', 'utf8'); I already set the layout.tpl <!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" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html;charset=utf-8" /> <title><?php echo $page_title; ?></ti…
Last reply by Junior, -
- 0 replies
- 1.3k views
I am getting this error when somebody tries to download XACARS, FSACARS and FSPassenger config files. Any ideas? Notice: The template file "/home/xxxxxxx//core/templates/xacars_config.php.tpl" doesn't exist in /home/xxxx/public_html/core/classes/TemplateSet.class.php on line 248 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/core/classes/TemplateSet.class.php:248) in/home/xxxxx/public_html/core/classes/Util.class.php on line 58 Warning: Cannot modify header information - headers already sent by (output started at /home/xxxx/public_html/core/classes/TemplateSet.class.php:248) in/home/xxxx/public_html/core/…
Last reply by Steve Bartlett, -
- 0 replies
- 1.3k views
Hi , i am trying to desgin new skins and would like to show new form to search flight by use RealScheduleLite template here an example how i want to do in frontpage https://w3layouts.com/wp-content/uploads/2016/09/flight_ticket_booking.jpg but when i search or write name or code of the airport it dose not show anything i am using look like form code in airport_search.tpl but in new form in frontpage NOTHING IS HAPPEN , NO AIRPORT SHOW once i click SEARCH i need to forward to flights available template
Last reply by MohammedALYousfi, -
- 2 replies
- 1.3k views
Hey guys (and ladies), I do not know where to find the welcome email that gets sent out to our new pilots. I adopted the support role from another fellow and he doesnt know where to find that welcome email. I need to change the wording on it but I do not know where to find it. Can anyone help? Thanks in advance. Vic
Last reply by vicsimvp, -
- 4 replies
- 1.3k views
Good afternoon, I´ve got a problem!! My virtual Airline still have 90 routes activ, but there a no flights shown in the pilot-center. Whats wrong? Admin-Center shows every single one, but I can´t find any flights to book in the pilot-center. I really need your help, ´cause yesterday everything works fine and up to today we didn´t change anything. Thanks for you effort and best regards from Germany. Tobias Meyer CEO North Air
Last reply by Nabeel, -
- 3 replies
- 1.3k views
Hello How can i send data into a database table ? I created field in phpvms_pilots table and name it current , i want send last location in phpvms_pilots table . <?php $allpilots = PilotData::getAllPilots(); foreach($allpilots as $pilot) { ?> <?php include 'db2.php'; $last_location = PIREPData::getLastReports($pilot->pilotid, 1, PIREP_ACCEPTED); mysql_query("UPDATE phpvms_pilots SET current=('$last_location->arricao') WHERE ID='$pilot->pilotid'") ?> <?php } ?> but no data insert in current field .
Last reply by faraz, -
- 2 replies
- 1.3k views
Hi Nebeel, I get the following error on the finances for this month, also i notice that the expenses are blank. I am not on the current beta not sure if this has been fixed, im on 2.1.910 56 is this bit of code in bold, <?php } $type = Config::Get('EXPENSE_TYPES'); foreach($month_data->expenses as $expense) { ?> Image below,
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Hello nabeel, I could not install the FSFK phpvms actually, I can send the logs, images do not come and not show the log flown. see my configs. /* FSFK Settings Your FTP Server, and path to the lib/images folder (from where the FTP connects from), IE ftp://phpvms.net/phpvms/lib/fsfk or ftp://phpvms.net/public_html/phpvms/lib/fsfk You want the path from when you connect to the FTP down to where the /lib/fsfk folder is */ Config::Set('FSFK_FTP_SERVER', 'ftp.starair.net'); Config::Set('FSFK_FTP_PORT', '21'); Config::Set('FSFK_FTP_USER', '***********'); Config::Set('FSFK_FTP_PASS', '***********'); Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE'); Config::Set('…
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Could someone please send me the php for the pilot roster so if they fly on Vatsim/Ivao. like http://www.greeceairwaysva.com/fss/index.php/pilots thanks Daniel
Last reply by poole3003, -
- 3 replies
- 1.3k views
Hey guys, I have this hub module in my localhost and I haven't done a thing to it yet, so I wanted to get it done. How can I call for the pilots like for example. I want the Hub CYYZ to get all of the CYYZ pilots into the Hub Page Roster. Any help would be great and I'll give you reps... (Always!) Thanks.
Last reply by Kyle, -
- 3 replies
- 1.3k views
Hello dear, after many tests on registration i have created many users, now i have XXX020 i deleted all of the users but if someone else registered automatically will have XXX021 even XXX020,XXX019,XXX018.... doesn't exist ho i can reset this ? Regards,
Last reply by FlyingMachine, -
- 1 reply
- 1.3k views
it says that my db class is missing!!!
Last reply by ahmed30, -
- 2 replies
- 1.3k views
Hi all, I need some help in the next issue, which is that when we are on the map live, flights that are reported with FSACARS time and remaining distance marks correctly, but if you report the FSFK, erroneous data . Could someone tell me where the error may come. I leave a screenshot of a test that I miss thank you very much
Last reply by AirLevante, -
- 0 replies
- 1.3k views
Hi everyone, I did'nt found any explanation about it on the net so I had to dig my way out of the problem, as kacars is not working cause of the switch issue, probably cause of my free hoster, but we need to begin somewhere so there it is! 1. Open the .ini file issued by the crew center of phpvms. With wordpad like. 2. Find the 4th line below [FSacars]. Suppose to be this one: UnitSystem=IS 3. Change whatever you have after ''='' by ''IS'', which mean International System, or Kg instead of Pounds. 4. Save. Ill give it a try on my next flight this afternoon and share my next pirep to see if everything is perfect. cya, Bernard
Last reply by regexpress, -
- 4 replies
- 1.3k views
i just took over this new site from my friend , my question is when somewone registers it wont sent me a email notice or even as admin on the website wont show up as user pending any fast fix thanks for your time
Last reply by bravo27, -
- 1 reply
- 1.3k views
xacars problems in linux. Disclaimer phpvms the xacars.ini I put it in the corresponding folder. The flight ised but eventually the pirep not sent. In the table below LiveMap, the DISTANCE / TIME fields always "0" during the flight. It is as if the fields were not well linked data xacars.ini [server] Address = http://www.mundoairlines.com/action.php/acars/xacars/acars PIREP = http://www.mundoairlines.com/action.php/acars/xacars/pirep FlightInfo = http://www.mundoairlines.com/action.php/acars/xacars/data User = user [ACARS] POSReportTime = 1 EnableLiveACARS = 1 EnablePIREP = 1 AutoPIREP = 1
Last reply by polirom, -
- 4 replies
- 1.3k views
hello i dont have the file local.config.php what to do?
Last reply by Tom, -
- 2 replies
- 1.3k views
I don`t know what happen but my PHPVMS website is not working every time when you go to the main site it comes up with a blank page can anyone help. http://virtualeraviation.com Thanks Eric Maresh CEO Virtual ERA Alaska
Last reply by Eric Maresh, -
- 1 follower
- 1 reply
- 1.3k views
Afternoon Ladies and Gents, I have a little issue. My pilot roster is not in order by number. It seems to jump around. Any idea as to how I could fix this? Thanks! Austin Link: http://flyalaskavirtual.com/index.php/pilots
Last reply by Parkho, -
- 1 follower
- 1 reply
- 1.3k views
Hi guys, I have a problem with my stats airlines. The Total hours by airline is not correct. I've total hours of all airlines. For view: www.staralliance-va.com/about/members Thank you. PS: I'm the webmaster and i'm french.
Last reply by Parkho, -
- 1 follower
- 2 replies
- 1.3k views
Strict Standards: Non-static method FinanceData::setExpensesforMonth() should not be called statically in /home/pgsva/public_html/phpvms/core/common/FinanceData.class.php on line 183
Last reply by kartalg, -
- 1 reply
- 1.3k views
Is there any way to set a benchmark landing rate for an individual flight in PHPVMS 2.5.x? I would like to be able to compare the landing rates of pilots with a pre-entered "optimal" figure, so they can receive rewards for lower rates and penalties for higher rates.
Last reply by servetas, -
- 1 reply
- 1.3k views
HI I INSTALLED PHPVMS EVERYTHING IS WORKING BUT I DOONT KNOW WHY I GET THIS AT THE TOP OF EVERY PAGE PHP Error Message Warning: fopen(/home/a2467382/public_html/vms//lib/js/jquery-front.js) [function.fopen]: failed to open stream: Permission denied in /home/a2467382/public_html/vms/core/classes/CodonCondenser.class.php on line 95 Free Web Hosting SOMEONE PLEASE HELP
Last reply by Nabeel,