Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 6 replies
- 1.7k views
Hi All; First I would like to congratulate you on a great looking product so far. I know it is something I am doing wrong but after going through the setup (which was exceptionally easy) I could not figure out how to sign-in as the administrator to get to the admin panel to begin setting up my VA Airline. I can sign in using my email address and password that I use to setup the site but once I sign in that way I do not see the admin panel. It appears that it is as if I am a standard pilot with standard authority. Your assistance will be greatly appreciated. I am on bluehost and the site is setup as an add-on domain in a sub-directory. Buy the way nearly a year ago I p…
Last reply by palmettoexpress_ceo, -
- 6 replies
- 2k views
Hello eveyone, My name is Carl and i just opened up http://swava.net (Southwest Virtual). I used a new template and worked with the html and css to get it where I wanted it. Although it's not finished, it has come very far. The live map will not display!!! Could somebody please check out the code and tell me why? I'm not amazing with code, so any help would be highly appreciated. Thanks again, Carl Klinker CEO of SouthwestVirtual Airlines & ATC
Last reply by Nabeel, -
header.tpl
by Toyuko- 6 replies
- 1.6k views
Ok i have been trying to to get a new title bar in on top of my header image it works but the title bar seems to overlap the header image. http://jlvirtual.x10hosting.com//index.php Heres the code in header.tpl ive been working with. Lines 82 to 87 <img src="http://jlvirtual.x10hosting.com/lib/skins/JAL.Skin/lib/img/jlhead.png" /> <p> <p> </div> <div id="header"> </div>
Last reply by Nabeel, -
- 6 replies
- 3.1k views
First, the FSACARS plane icon on the LiveMap does not change its heading. Second, some of my VA members are encountering a FSACARS crash while starting their flight. Any help would be greatly appreciated! Thanks, Carl
Last reply by Nabeel, -
- 6 replies
- 1.8k views
I'm working on one of these phpVMS sites and I'm not sure if my client updated the site or what he did (communication can be quite delayed) and we're getting this message: A few things going on here: 1. Note the double / after "public_html" in the template file url. 2. Note that Constant "CURRENT_SKIN" is not defined apparently and the constant's name is output. odd result if you ask me. I defined it in the core/codon.config.php and it fixed that problem which revealed to me another... 3. Constant "SITE_NAME" is not defined and is also being output simply as the constant's name. 4. I'll venture a guess that the problem with $pilots is due to the other variables bei…
Last reply by phpfreak, -
- 6 replies
- 1.6k views
Hi Folks, I may have missed this somewhere, but I am getting some strange images in the flight listings after doing a search. I have attached an image of it from a Firefox page. In IE, it shows as small boxes. Any ideas? Thanks, Chuck CYXU
Last reply by wrenchca, -
- 6 replies
- 1.8k views
Below is the bug report from my site. Issue : Hours for flights flown using FSACARS are not being counted correctly when the PIREP is filed from within FSACARS Example : http://www.ceruleanairlines.com/main/index.php/profile/view/4 Should show as 4.7 not 4.07 Original Report : Quote I filed a PiREP today for one of the ferry flights in the MD83. I filed a 4.7 hour flight with the use of FSACARS (which i didn't show up on the map.) However on my pilot page it shows 4.07 hours, basically getting docked over .5 hours of flight time. Can we please just use tenths (.1) and not go to the hundredth (.01) It would make life so much easier Smiley
Last reply by RogerB, -
- 6 replies
- 1.6k views
I have been told to make a new topic for this. I asked about a week ago how to remove the Departure Time, Arrival Time and Day of Week from the schedules. I was told that it wasn't possible but I should keep it there for VACentral, I don't want to use VACentral as I want my VA to remain as it is. In the General Feature Request section I then asked about changing and the ability of deleting current fields (not adding just custom fields) and I got told that I could do it by changing some code to a default value of 0 for the fields I didn't want, I just assumed that it was in the admin panel part for schedules so I changed the value to 0 but now have the 'Time Flown', 'Detai…
Last reply by Nabeel, -
- 6 replies
- 1.7k views
Hallo to everybody,i'm the director, of an a virtual airlines i have a problem: i have add some award,and i have add this award to some pilot, but, when i go to the pilot profile, the award there isn't. Can you help me please!?
Last reply by RogerB, -
- 6 replies
- 1.7k views
Currently creating a new VA site and want to use FSACARS we have installed the files off the SATA site and when we try to send a pirep it throws an error. In the error.log is says [ERROR 26.05.09 15:45:29] PILOT: EZEEZE003 - Error opening report file - EZEEZE00320090526120100.txt I'm sure Nabeel had some probs like this just wonder if anyone can help us figure it out. Please no replies about using VMS as its not the solution i need thanks Nabeel for VMS it got my VA off the ground!
Last reply by Nabeel, -
- 6 replies
- 2.4k views
Im trying to create a page viewable from the main site of all the flights in the system, which i've done, but i only want to view X at a time with next and prev links undereath is this possible with the way PHPVMS is done? or would it be easer to do it in my own code? my current code: <? class Flights extends CodonModule { public function Controller() { $schedules = SchedulesData::GetSchedules('', true); if(!is_array($schedules)) return false; foreach($schedules as $sched) { $vars = get_object_vars($sched); $xml .= '<schedule>'.PHP_EOL; foreach($vars as $name=>$val) { $val = strip_tags($val); if($name == 'id' || $name == 'leg' || …
Last reply by Nabeel, -
- 6 replies
- 2.1k views
The route map module that was made by Nabeel called Modules and API Tutorial, Part 1 and 2 on the tutorials page is missing :'( I would really like to get it up and running on my site ASAP. If it is at all possible could someone that has it please bundle it up and make it available to me somehow. Any help most apprecaited .
Last reply by Nabeel, -
- 6 replies
- 1.6k views
I already have a rough idea about this, but I have to ask....how much headache are we talking to remove the code from the flight numbers? We only run one VA on this software so having the IATA on the front is redundant. Not only that, but it can be a bit confusing having pilot numbers and flight numbers with the same format. I took a look around the code and I'm not too sure that I am up to the task. :- It would have to edited out of the schedule pages, the pireps, the map and I don't even know what else...yet. Is it possible Nabeel? Chuck CYXU
Last reply by wrenchca, -
- 6 replies
- 1.6k views
Hi, I'm working on a phpvms site for someone and suddely last night, after the owner added some schedules, he was unable to log in again. The other users also cannot login, when they log in it says "Not logged in" I added a test account to the database and it didnt let me in when it wasnt confirmed, it didnt let me in when i got the password wrong, and it didnt let me in when everything was right either. Help please
Last reply by Strider, -
Signatures
by roboa- 6 replies
- 1.8k views
Hi, Is there a way to move the text on the signatures around? cheers, roboa
Last reply by roboa, -
- 6 replies
- 1.5k views
Hi folks, i tried to add the Airport of Windhoek Eros (FYWE) But when i type in FYWE as ICAO Code it says that it found nothing. However, how can i add him? thx for help
Last reply by namva, -
- 6 replies
- 2.6k views
Can anybody tell me at all where in the CSS the area to change TEXT link colours is, this is where the usual blue and purple is on the page. If it doesn't exist where can I add it in? Thanks, Jack
Last reply by roboa, -
- 6 replies
- 1.6k views
Hi Folks, Anyone out there using the MD-11 by PMDG with FSAcars? We had one pilot using it and he quickly ran us bankrupt. The fuel used came in as the following weight... -9.21059e+08 :o As a result, our fuel costs for the month are now over 921 million dollars. Quick question, if I try to edit the finance data table, will this cause me any grief? Secondly, has anyone else seen this behavior before? And if so, have you found a way to correct it? Thanks, Chuck CYXU
Last reply by Nabeel, -
- 6 replies
- 1.8k views
I recongnize that the system displays ranks on the basis of hours and that I could probably alter something, somewhere to credit our pilots for time served under our old system, but our "executives" shouldn't have their hours displayed because I'd have to set executive rank hours absurdly high to prevent some one from replacing me as CEO. ;D Is there something I missed that would allow me to display executive ranks that are independent of hours?
Last reply by Nabeel, -
- 6 replies
- 1.7k views
It looks like if the password is less than 6 characters the system don't accept the registration, and shows up the form with the password field empty. if anyone want to verify this, ask me the link.
Last reply by Nabeel, -
- 6 replies
- 1.7k views
For some reason the registration page is not working. It just reloads when you fill in all details. Anyone know how to fix this? Cheers Dan C
Last reply by Nabeel, -
Quick question... Not exactly phpVMS related in itself, but.... Someone has copied my site. They have taken the source from each and every page, changed the wording (in some cases, word) and my images are shown, as well as the website being identical apart from having different member names, pireps etc. It actually looks, to me, like they have downloaded the whole directory from /home upwards and uploaded it onto their server. Now, correct me if i'm wrong, but this is an absolute disgrace, i've spent hours, probably hundreds of hours making, designing, editing, coding, you name it, with it, and i refuse to let some thieving scum take advantage of it. ...which leaves m…
Last reply by Nabeel, -
- 6 replies
- 2.5k views
Hello peps. were do i get a phpVMS API key? - Emil
Last reply by polirom, -
- 6 replies
- 2k views
When i try to modify my profile it returns the following message: Fatal error: Call to undefined function imageantialias() in /var/www/virtual/italianaviation.com/civile/htdocs/core/common/PilotData.class.php on line 724
Last reply by NGS, -
- 6 replies
- 1.3k views
Hi Nabeel, I did an update back on the 13th of September using the latest Beta at that time. I have noticed that the transfer hours are not being added to the signature. I am almost positive that they did before. Cheers, Chuck
Last reply by Nabeel, -
- 6 replies
- 2k views
Hi, whenever I click add airport, it won't look up info if I put in the ICAO code, and when I fill it in manually it shaws a page that says "No Airports Added Airport Successfully added" any help would be appreciated
Last reply by coryb12, -
- 6 replies
- 1.9k views
Hi all, I have a template and it works great, however I have been having to copy and edit every single .tpl possible to get the DIVs to be inside the design template. it just seems like there should be another way am I missing something. I tried editing something like page content.tpl but that didn't work. Thanks, Chad
Last reply by Nabeel, -
- 6 replies
- 1.7k views
Hello Guys, is there any chance to use a callsign twice in the schedules? Thanks in advance Chris
Last reply by Chris, -
- 6 replies
- 1.6k views
Hello and my apologies in advance if this has been discussed. I searched and came up blank. I am adding routes and I keep going back to pilot center and viewing schedules. Now I'm just wondering, is it going to cut off adventually and start giving page numbers such as only show 20 schedules per page or something like that? As you can tell if one had hundreds of schedules available for pilots to bid on that day, that page would be a mile long if it did not crash the website first. ;D I'll go do another search and if I find my answer, I will come back and delete this one. Thanks in advance. Ray
Last reply by Nabeel, -
RSS?
by atlanticva- 6 replies
- 1.5k views
Can you explain exactly how that works and what do we need to add to our site? We would like to link our RSS to our twitter and facebook status. Thanks for all your help
Last reply by atlanticva,