Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 13 replies
- 2.2k views
Hi, We have just started operations here and we have run into a few issues which I can't figure out why. 1) When pilots file PIREPs, it sometimes get duplicated and appears as two instead of one. Does anyone know if there is a solution for this?
Last reply by Strider, -
- 13 replies
- 2.7k views
Hi guys, i can´t add more than 30 planes in Admin, its normal? I try add more and see this error message: There was an error adding the aircraft But in list i can add 30 planes without problems. I use this version: phpvms_5.5.x Any idea? Thanks for help. Regards, Miguel
Last reply by mt007, -
- 13 replies
- 2.1k views
MOD note: OP is using BlueIce skin and having an issue with the instructions in that skin. I am trying to install phpvms 5.5.2.72. I am following all of the instructions in the readme. I copy and pasted this from the readme to StatsData.class.php, but it's not working. If I leave this part out my website works, but if I put it in, the website wont load. Any help would be greatly appreciated. Thank You.
Last reply by cfitz619, -
- 13 replies
- 1.9k views
How do I fix this function? StatsData::<?php echo PilotSircraftflownCounts($pilot->pilotid); ?> When I type this in, The output is the word "array" I am running phpvms 5.5.2 and TFDIdesign is the host. I do not know nothing about php, java script, I know basic HTML. Can anyone show me the script I need to add to this function to make it work? Thanks.
Last reply by Ricky310, -
- 12 replies
- 4k views
Fatal error: Call to a member function get_results() on a non-object in /home/sky1/public_html/test/login/core/classes/DB.class.php on line 124Cheers
Last reply by Nabeel, -
- 1 follower
- 12 replies
- 3.3k views
May have a fix, Open /core/templates/fsacars_config.tpl There's the line: CompanyICAO=<?php echo $userinfo->code?> Make it: CompanyICAO= Just blank. I can't duplicate this error, but let's see if that works as a fix. Report back please! Thanks
Last reply by Nabeel, -
- 12 replies
- 2.8k views
Hey when ever i go to upload my Pirep with FSACARS i get a error saying Database error?? How can i fix this??
Last reply by Nabeel, -
- 12 replies
- 3.1k views
Finished the install, got as far as the link to my Admin login. I clicked on that, all I get is a blank page. Any Ideas. I have changed the permissions as stated. Eddie
Last reply by flyalaska, -
- 12 replies
- 2.6k views
I dont know if its down or what but i updated, got no errors and by the way i love 1.2, just thought i would say that. But back to the topic the acars map dosent seem to show in firefox....shows just fine and dandy in IE...so i just thought i would throw that out there... And also when i updated for some reason not all but there are a couple of flights that when from having aircraft to now having any....nothing big just thought i would let you know of this as well.
Last reply by Wayne, -
Hi, When trying to post a PIREP the system justs redirects me to the login page and doesn't send the PIREP through to the Admin panel. The same happens when I try to search for flights eg. Departue Airport hit find flights and i'm at the login page. Any Advice?
Last reply by Nabeel, -
Whoa?
by flynryan692- 12 replies
- 2.1k views
So this just blows my mind. I haven't been able to get online for a week and when I go to check on my site guess what I find....nothing....I did view page source and this is all that is there. <div id="mainbox"> </div> <div id="sidebar"> <h3>Recent Reports</h3> No reports have been filed <h3>Newest Pilots</h3> </div> Just recent reports and newest pilots shows up in a black font. Anybody know what happen? I went into the main file and such and all the .tpl files and everything seems to be there.
Last reply by Nabeel, -
- 12 replies
- 2.4k views
I changed the background image for the sigs in lib/signatures/background and then reset the signatures. the image doesn't show, it just has a black background with the information of the pilots. Did i miss something? thanks
Last reply by flynryan692, -
- 12 replies
- 2k views
I am currently tring to upload a new skin which I am making for CableGuy, but can't upload it to phpVMS. I have made a Stand By phpVMS for testing things before putting them live and is how I got my admin panel back to normal again. I have been into the admin panel, general site and in the drop-down menu I have selected the right one and saved it. When I reload the page it doesn't seem to change. I have waited and it still isn't.
Last reply by goldenairways, -
- 12 replies
- 2k views
Hi. When I tried to update phpVMS I got this error message: Fatal error: Call to undefined method PilotData::updateflighthours() in /home/a8930745/public_html/phpvms/install/update.php on line 165 Can anyone tell me how to fix this problem?
Last reply by Nabeel, -
- 12 replies
- 2.3k views
Hello, Firstly, I'd like to thank the Developers for making such an awesome product. Now, to the issue. I've downloaded the full version, and uploaded the files to the root page of my site. When I attempt to go to www.-mysite-.com/install/install.php, or go to the First page(root), I get a white page with the black text: Index of /. Also, the Installation page in the DOCS section of the website is not clear at all, so if you would, please direct me through the whole process. Thank you verrrry much. Thanks, and any help is GREATLY appreciated. Cody Dewolfe Future Owner of LDS Airways EDIT- Please help as soon as possible, I need the website urgently. Thank you in adva…
Last reply by Nabeel, -
Just a quick one, how do you activate the live map? as its just a white page. Thanks ,Thomas.
Last reply by Thomas, -
- 12 replies
- 2.9k views
We have gone live at virtualnorwegian.com with phpVMS and some issues have been spotted: 1. Our pilots are using different setup regarding metric/imperial so some users will report in lbs some in kg. The problem is that when they have logged lets say 6000lbs, it is reported as 6000kg in the report(fsacars/xacars atleast)(our standard is EURO and KG. So we "pay" 2.2 times more than we should for our fuel ;D 2. During registrations, we get some internal server error(500) but the registrations apear in the admin center. The pilots do not get confirmation in the browser, so sometimes they try do reg multiple times... And our custom field is not parsed through(vatsim id) …
Last reply by Nabeel, -
- 12 replies
- 2.7k views
Hi everyone I've added in a pilot field for peoples VATSIM ID in the admin panel, and it is showing in the table as "vatsimid". I've then copied the text in the pilots_list.tpl that pertains to the addition of a custom field, and where it pulls the field name based on the pilotid, I've called it both "VATSIM ID" and "vatsimid", and neither are getting any results. I've added "<th>VATSIM ID</th> to the table headings, so the column is showing, but the dashed lines don't stretch across into the new column and it is completely blank. I'm obviously doing something wrong but I can't figure it out! Any ideas anyone? Also, how can I sort the pilot list by desce…
Last reply by mw308, -
I am having trouble with fsacars. For whatever reason it is not displaying on the live map on my website. It is however displaying on the live map for fsacars itself. Is there something more i need to do other than downloading the ini to input into fsacars. Also I saw where other where having the same problem and someone mentioned a solution for a fix for it by just going to the acars/flights page. Well when I try that this is the erro that pops up. Warning: ACARS::include_once(/hermes/web03/b510/pow.harrisire/JCV/core/modules/ACARS/flights.php) [function.ACARS-include-once]: failed to open stream: No such file or directory in /hermes/web03/b510/pow.harrisire/JCV/core/mo…
Last reply by Nabeel, -
- 12 replies
- 2.6k views
When I go to my phpVMS I get the following symbols in top left corner  And the following error messages when I try to log on to my phpVMS (newest version installed): Warning: Cannot modify header information - headers already sent by (output started at /global/booking2_1/core/app.config.php:1) in /global/booking2_1/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /global/booking2_1/core/app.config.php:1) in /global/booking2_1/core/modules/Login/Login.php on line 154 Gerald S. CEO Global Air VA
Last reply by flyGLOBAL, -
- 12 replies
- 3k views
I have created a group called Moderator. I have set the settings but users in that group are unable to access the admin panel. Here is how I have it set up. You see anything that I am missing. I don't want this group to have full admin.
Last reply by TAV1702, -
- 12 replies
- 2.3k views
Wondering if anyone has ever got the following whilst trying to upload a pirep via FSFK when i click on the globe it goes to 90% then says connection timed out. error report INet-Code:12002 Is this a server issue or a Internet connection issue? I am almost sure it is not a webiste problem. I have never had this before. It has worked great up until now. Nothing server or website has changed phpVMS Version 2.0.874
Last reply by TAV1702, -
- 12 replies
- 2.2k views
Hi, I'm looking for a link to contact us page but i don't know what is the codes for the navagation. Also i want to add one feild that so someone can chose to selece to contact to who like IT/Human Res./Support.
Last reply by Tom, -
- 12 replies
- 4.3k views
I am having a problem with the bid adding again, it keeps saying no route passed when I go and click on add bid. Anyone know how to fix this? Cheers Dan C
Last reply by TennShadow, -
- 12 replies
- 3.9k views
Hi Nabeel I'm getting a problem on 2.1.934 where when I send a mass email, it lists the contacts it has sent to, but no email is received. The contact form works fine. I've put a suspension on the outbound mail queue on the server and it catches the contact form mail, but nothing is caught for the mass email. I can't work out if this is a server setup problem or not. I am assuming not as the contact works. If it is I'll go back in and see if I can find the issue. Cheers Will
Last reply by mw308, -
- 12 replies
- 3.3k 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, -
- 12 replies
- 2.6k views
Hi Nabeel, I have created a custom field when registering "vatsimid" i want to pull all that field values in to a plain text web page, i thought the values would have been in the pilots table but the're not, i have had a poke about but any assistance would be appreciated. This is what i want, <?php echo PilotData::GetFieldValue($pilot->pilotid, 'VATSIM ID'); ?> Just a plain text file with all the CID's
Last reply by mark1million, -
- 12 replies
- 2.8k views
Hi Nabeel, I left it last month because i thought it was a glitch that would sort its self but its done the same this month. On my finances http://www.easyjetva.com/index.php/Finances during the month this tots up the expenses OK but when it comes to the end of the month or a new month this goes blank, yesterday it was running at about 956000 and today (new month) 0. Any ideas? Cheers
Last reply by mark1million, -
- 12 replies
- 2.9k views
Hi, How do you edit the contact us page so the user can decide who to send it to e.g CEO or VCEO and so on. Regards
Last reply by TennShadow, -
- 12 replies
- 4.2k views
Nabeel, Is there an easy way i can send to twitter the recent pireps feed as it does in VA central?
Last reply by mark1million,