Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 5 replies
- 3.1k views
Hi all! I've read some other people that had the same problem as me, but no one had response with the solution, so I ask it again, maybe this time I have more luck. My problem is that FsAcars, when I send a log, gives me and error that says "Error sending log, Database Error". My .ini is the automatically generated by phpvms. I've tried to delete the program and all its files and then reinstall again for 9 times, and always the same problem. Also, when I send the log, first, appears my phpvms web, but it says in big words "This Pilot Does Not Exists". Is very strange, because I can access to my pilot menu without problems. I've seen with this problem of the pilot do…
Last reply by Germy, -
- 1 follower
- 8 replies
- 3.1k views
Many old timers here may recall the issue of flights being saved in the database as the wrong flight type. Namely charters. I filed pirep and in my pireps table, the flight type is listed as P when in fact it was a charter flight which should have been saved as flight type H. To confirm I had the flights set up accordingly, I double checked the schedules table in the database and sure enough, the flight type was in fact H not P. Does anyone recall the fix for this issue? I have searched and searched adn coming up blank. I found a couple hits but nothing serious. Thanks!
Last reply by Parkho, -
- 1 follower
- 8 replies
- 3.1k views
Hi to all! Well as i started to adding airports, no possible. I added Config::Set('AIRPORT_LOOKUP_SERVER','geonames'); in local.config and after then it was, but just for LDZA it cant...i first have problem with this airport on adding... Can u help me I just realise...on geonames, ldza is declared as airfield not an airport...how can i change to different search engine...maybe...or to change some settings to add airfield also...this is the problem im sure... Now i add from app.config to local this /* Can be 'geonames' or 'phpvms'. Geonames will use the geonames.org server to look up the airport info phpvms will use the phpVMS API server */ Config::Set('AIRPORT_…
Last reply by shiljo, -
- 14 replies
- 3.1k views
Good evening i want after user login no need to relogin next time stay logged in thanks in advence
Last reply by FlyingMachine, -
- 1 follower
- 13 replies
- 3.1k views
Hi I had this problem. I use Smart Acars... Help pls!! [01-Nov-2016 16:25:22 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/travelsk/public_html/php/core/classes/ezdb/ezdb_mysql.class.php on line 99 [01-Nov-2016 16:25:29 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<fon…
Last reply by Parkho, -
- 7 replies
- 3.1k views
My sidebar is not where it should be. (see the attatchment) the problem is on index.php/schedules/details/# any idea which page/template the problem is located? may also add iv'e got David Clark's Frontschedule. /B
Last reply by biokemisten, -
- 7 replies
- 3.1k views
Hey guys I tried using this code to display an image on the day the flight is flown: <?php if($route->daysofweek == 1) { echo'imagehere' ; } ?> Now, if I want to display a empty entry if there is no flight on that day, I will use this: <?php if($route->daysofweek == 1) { echo'imagehere' ; } else { echo''; } ?> For some reasons, this isnt working and its either showing nothing or the image shows up even though there is no flight on Day 1. Does anyone have a quick fix for this? Thanks in advance and have a good sunday. Pierre
Last reply by simpilot, -
- 3 replies
- 3.1k views
Build 279Warning: Invalid argument supplied for foreach() in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/modules/PilotProfile/PilotProfile.php on line 35
Last reply by Nabeel, -
- 13 replies
- 3.1k views
Dear All, As a requirement of VATSIM airline I need to have the ability to place the User I.D on the roster. Is there anyway I can do this at all?
Last reply by Nabeel, -
- 14 replies
- 3.1k views
Getting this error when pilots apply.
Last reply by Nabeel, -
- 9 replies
- 3.1k views
When I add a route I get wrong image when looking at it on a map. I get 'fix' img for a VOR and 'vor' img for a FIX. In file app.config.php following is stated: define('NAV_NDB', 2); define('NAV_VOR', 3); define('NAV_DME', 4); define('NAV_FIX', 5); define('NAV_TRACK', 6); But in the navdata table in MySQL a lot of fixes has type 3 defined and some VORs has mixed type 3 and 5 depending on airway. Is the definition in app.config.php correct or is the fault in the MySQL table navdata? Is this navdata.sql keept up to date? /BR Benny
-
- 1 follower
- 14 replies
- 3.1k views
Hello everyone, I have since a while ago had some kind of wierd bug on the webpage. I have no clue of how to get rid of it, tried everything, re installing phpvms, updating etc. Can anyone please help me? This is a very serious issue because it affects the entire virtual airline. I meant, what are we whithout a working website? Please have a look - www.novairvirtual.net it is that wierd bug code that appears all the time, preventing from signing in, starting acars etc. Thank you so much in advance! Regards, Sasha Sem-Sandberg (Novair Virtual)
Last reply by servetas, -
- 13 replies
- 3.1k views
I tried using many methods of displaying the pilots Id on the main menu, i tried: <?php echo PilotData::getPilotCode(); ?> also: <?php echo $pilotcode; ?> full example: <li><a href="<?php echo url('/pilots'); ?>"><?php echo PilotData::getPilotCode();?></a></li> (etc) I can only get these to work, when i am in pilotcenter, i need them in my core_navigation main.
Last reply by in2tech, -
- 3 replies
- 3.1k views
this is my modified schedule boarding pass. tpl It seems I have learned JUST enough php to screw it up. Can someone fluent in php please tell me why "I have an unscheduled end in line 111 the last line of this code. I have gone over it over and over and can't see an error but it worked till I changed one of the if icao gate schedules because I was not getting the proper selected gates just weird three digit random numbers. It DID work properly and then I added two airports, there were too many and now it doesn't work. Thank you. <?php # This will only show this message if it's not a popup window # Ends on line 13-15 if(!isset($_GET['newwindow'])) { ?> <h…
Last reply by tgycgijoes, -
- 11 replies
- 3.1k views
Config::Set('SIGNATURE_TEXT_COLOR', '#FFFFFF'); This doesnt change the color of the txt Should be dark blue with #003366 that i added to my local_config and i used the reset button lots of times Dave
Last reply by Curshad, -
- 12 replies
- 3.1k views
Good day does anyone know exactly to fix the add/ aircraft error as i am currently having this issue and because of this nothing is appearing in my smart cars.
Last reply by DDm, -
- 7 replies
- 3k views
Hi, I upgraded to the beta 2.1.906. The live map was working fine before and doesn't work correctly now. Following the answer to the open ticket, please find the information requested. Question 1 : are you on the stock 'core_htmlhead.tpl' file? Answer : Yes - I revert to the standard Crystal layout to perform a comparative test. Same result. Question 2 :Also are there any Javascript errors, Check the firefox error log. Also, what browser and version? Answer 2 : Browser version used is Firefox 3.6 latest version. KO Error #1 Error : missing ) after argument list Source file : http://@@@@@/index.php/acars Line : 63, Column : 49 Code Source : center: ne…
Last reply by Nabeel, -
- 9 replies
- 3k views
How can I create a page with airport data? For example: Table with: Airport Name, Airport ICAO, Country, Latitude, Longitude, Fuel Price, Airline Schedules from or to the airport.
Last reply by ProSkyDesign, -
- 9 replies
- 3k views
Can this be done in PIREP Edit instead of going into the DB? Sure would be nice. Even as the submitter, you can't.
Last reply by RocketRod, -
- 1 follower
- 5 replies
- 3k views
Dear folks i am willing to put search function by airlines please help this what i have in schedule_searchform.tpl <h3>Search Schedules</h3> <?php if(Auth::LoggedIn()) {?>[/size][/font][/color] [color=#000000][font=Verdana, Arial, Helvetica, sans-serif][size=2]<form id="form" action="<?php echo actionurl('/schedules/view');?>" method="post">[/size][/font][/color] [color=#000000][font=Verdana, Arial, Helvetica, sans-serif][size=2]<div id="tabcontainer"> <ul> <li><a href="#depapttab"><span>By Departure Airport</span></a></li> <li><a href="#arrapttab"><span>By Arrival Airport&l…
Last reply by jamyboy, -
- 7 replies
- 3k views
Hi, I was wondering if anyone has a nice list of price and expenses for their VA and would like to share with me. I find it very difficult to find a balance between ticket / pilot / fuel price and additional expenses. Your info/help would be great. Thanks! Best regards, Edwin
Last reply by Edwin, -
- 9 replies
- 3k views
Hello all, I'll have on each page within the admin center, in the upper left corner, an error called sidebar_dashboard.php. Due to this error I can't add anything, because the sidebar is gone. I appears to happen to all the pages not only the dashboard. Does anybody know an fix for this? Thanks KLM
Last reply by jrodosu, -
- 1 follower
- 6 replies
- 3k views
Hey I am working for CodeShare flight module for my virtual it seems to me everything is work and i can book a flight but should first to add the flight to the system. this is my virtual website http://www.omanair-va.org/ --- and this is direct link for codeshare http://www.omanair-va.org/index.php/Codeshare what i want to do , when someone book a flight it will move him to schedules booking page to display information of the flight but i want to separate the normal flight with codeshare flight in other word , i want to create a new tpl file for example schedule_boarding_pass.tpl schedule_briefing.tpl to display different design for code share flight. now i…
Last reply by alyousafi, -
- 9 replies
- 3k views
Where is this defined? It doesn't seem to be a php function and I want to change it so all the dates recorded are GMT. I've already set the php default timezone to GMT in local.config.php, however this doesn't seem to affect now(); How can I change it? Thanks
Last reply by savagegrave, -
- 7 replies
- 3k views
Dear Valued Members of Phpvms Forum i came across on a stage where i need a news/blogger for my html based website can anyone please help me out here what should i do to get an News/blogger with my own custom skin. where it should have newest post option new article option. i hope you guys will understand. Regards Ahmad
Last reply by cloudsurferuk, -
- 13 replies
- 3k views
i have been trying to fix this skin for my va but im at my wits end the pilot page dosent work the registration page dosent work i have no clue where the frack i put the google api key and the schedules page dosent work any help would be greatly apreciated
Last reply by shakamonkey88, -
- 16 replies
- 3k views
.930 My pilots are reporting that even though they file the Pirep correctly giving a correct Dept ICAO and Arr ICAo when it arrives at admin for approval the Arrival filed hs been populated with the Departure ICAO. I haven't changed anything in the pirep tpl's. It means that the Fleet table also is not being updated correctly with the last filed pirep position. Any Clues or is this a BUG! Thanks Alex
Last reply by Alex, -
- 11 replies
- 3k views
I have been trying XACARS and i did a flight from my bid stack and i got this. As you can see the information was submitted successfully but the data is in the wrong fields. Any way to fix this?
Last reply by Nabeel, -
- 6 replies
- 3k views
Airline with code FLY,032,EGLL,LOWW,,FLY1003,,688.323,09:20," 11:40"," 0"," "," 300"," P"," 16"," 1" does not exist! Skipping... Airline with code FLY,033,LOWW,LBSF,,FLY1003,,435.457,12:40," 14:15"," 0"," "," 300"," P"," 1"," 1" does not exist! Skipping... Airline with code FLY,034,LBSF,LOWW,,FLY1003,,435.457,15:55," 17:45"," 0"," "," 300"," P"," 1"," 1" does not exist! Skipping... Airline with code FLY,035,LOWW,UUDD,,FLY1003,,901.619,19:00," 21:45"," 0"," "," 300"," P"," 1"," 1" does not exist! Skipping... Airline with code FLY,036,UUDD,LOWW,,FLY1003,,901.619,02:35," 05:35"," 0"," "," 300"," P"," 2"," 1" does not exist! Skipping... Airline with code FLY,037,LOWW,LCL…
Last reply by 5SA CEO, -
- 7 replies
- 3k views
hello all i am stuck again building a new template i need to change the width of the finance charts and stuff i alterd every code i found related to that but it keeps the samle width as you seen in the picture the chart is smaller but the black sheet stays large regards joeri
Last reply by tutmeister,