Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 2 replies
- 1.7k views
Hello, I made a new site, I have a problem with the map, When I open the page of flights online, the map does not appear is blank just below the data, but also information from the pilot will not appear on tababela. If I change the layout of the map appears, has some script that should insert? My link to Tracking (Map) http://voegolv.net/index.php/acars
Last reply by fardly83, -
- 1 follower
- 70 replies
- 12.2k views
Hi, Has anyone ever produced something that sends an email to the pilot when their pirep has been accepted. I have looked in the forums and have found similar like email pireps data but have been unable to find what I am after. Maybe even an email to say Pirep accepted or if rejected and the reason ?? Looking forward to hearing from someone
Last reply by FlightDeckES, -
- 1 reply
- 1.6k views
Hello everyone, it has been quite a while. I was trying to install phpvms for my new VA when I get this error message: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'flanzvi_joe'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home5/flyanzvi/public_html/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 99 when it says that it is installing the tables. I double checked all of my permi…
Last reply by Fernando, -
- 8 replies
- 2.3k views
Hello, I knoow for a fact a pilot filed his flight (I've also filed a manual pirep) and afterwards nothing is being sent through can Someone PLEASE HELP ME THIS IS URGENT i have 40+ pilots that may be doing flights today . Also when i go to the Admin Center, ALLLLLL pireps filed from Last month and a week ago are gone (deleted) but the Flight DATA is still within the website becaz the "Top pilots Landings" page is still showing the pilot's landing rates ( http://skybahamasva..../TouchdownStats ) Problem @ http://skybahamasva.co.cc/ Would this problem occur with clearing cache's or something? I NEED URGENT HELP PLEASE!
Last reply by Parkho, -
- 2 replies
- 1.2k views
I'm having problem with the module. My error: Estimated enroute time: Fatal error: Call to undefined method Util::FormatDuration() in /home/voegolvn/public_html/core/templates/result.tpl on line 224 Line 224 is: PHPVMS: Version 2.1.v2.1.935
Last reply by Fernando, -
- 4 replies
- 1.9k views
Hi all, i´m confuse regarding the renamed, last night i downloaded the Rev v2.1.935-0-g7303aa0 - security fix, updated to 2.1.935 but in all template folders the files are in .tpl , can tell me please wich is the correct procedure to upgrade the .tpl files to php. Thanks very much for the help.
Last reply by lorlandi, -
- 0 replies
- 803 views
Is this possible? For example to be able to tell kACARS the number of passengers for a flight?
Last reply by freshJet, -
- 4 replies
- 2.6k views
I can't get kACARS to connect to my site. I just installed the kACARS free module (v1.0.1.1) and am using the appropriate client but when I try to connect it gives me a connection error.
Last reply by servetas, -
- 5 replies
- 2.7k views
Hi, You can add expenses on a pirep. For catering or so. I tried this out, and found out, that it did not function. In the send pirep, I see the expenses, but under Reports and Expenses it is pretty empty. If I click on expenses it says: No expenses have been added So is there a switch to set? RobB
Last reply by aarbee, -
- 5 replies
- 1.9k views
I wonder if it is possible to fill in a pirep, for an existing plane, but you did not fly one of the existing schedules. I did find some dead-links, but no answer. Greetings, RobB
Last reply by aarbee, -
- 5 replies
- 1.6k views
I recently switched hosts and now I've found that my briefing page has no CSS. It looks like what you'd get it you replaced index.php with action.php, although I'ev checked the URL and it's definitely index.php. I don't want to post the code and the page is locked for crew only so I can only describe it and hope that someone can offer a suggestion as to why it won't display? I've already tried looking through the code to see if there are any missing tags etc Also, I use tabs for the different parts of my briefing and it only works when I click the first two, the other three do nothing which is why I thought it was due to a missing tag.
Last reply by freshJet, -
- 7 replies
- 2.9k views
This is the error : Warning: file_put_contents(/var/www/vhosts/volovirtuale.com/httpdocs/vvair/core/cache/phpvms_users_online.cache): failed to open stream: Permission denied in /var/www/vhosts/volovirtuale.com/httpdocs/vvair/core/classes/CodonCache.class.php on line 210 What should i do?
Last reply by servetas, -
- 5 replies
- 3.5k views
Does anyone know how I can add a moving picture banner to the front of my website, if possible can someone pass me the code please
Last reply by Parkho, -
- 8 replies
- 4k views
Hey all, I understand any questions should go here, so I have a question that bothers me... is anyway an admin can edit (add/remove) the funds that the virtual airline has that is more to simulate more complex financial transactions, for example: - say the aniline will get a loan of $100 mil. for purchasing new or used planes - can we (manually, or in another way) add this amount of funds to reflect this kind of loan? - say 2-3 months down the road, the airline will pay back the loan and the interest, say $125 mil. - is anyway we can deduct this amount to reflect this kind of transaction? now, I know on the payback side, we could include it in the airline expenses …
Last reply by Ghiby, -
- 1 follower
- 8 replies
- 2.9k views
Hi all, If a pilot files a manual pirep it gives a landing rate of 0. I understand why this happens but I have been reading this post http://forum.phpvms....t-modification/ and would like to use it. I think I display it a different way as I keep getting errors. I have it on my front page and this is my code. <h2>LAST FIVE FLIGHTS</h2> <div style="width:550px;height:130px;border:2px solid green;"> <?php> $count = 5; $pireps = PIREPData::getRecentReportsByCount($count); ?> <div> <table> <thead> <tr> <th>Flight </th> <th>Departure</th> <th>Arrival</th> <th>Duration</th&…
Last reply by freshJet, -
- 9 replies
- 2.5k views
ok, so im trying to determine the net income only based off of gross income - fuel price per pirep. the code i have looks like this: $gross = FinanceData::FormatMoney($pirep->load * $pirep->price); $fuel = FinanceData::FormatMoney($pirep->fuelused * $pirep->fuelunitcost); $netincome = $gross - $fuel; echo $netincome; the value it returns is 0, no matter what. if i echo each gross and fuel separably it shows the numbers properly. What exactly am i doing wrong here?
Last reply by SparrowBD, -
- 10 replies
- 4.1k views
Any News on the Fuel Pricing. I'm getting fed up of having to change the fuel price to 5.1 to something more reasonable.
Last reply by CGlobe, -
- 4 replies
- 2.1k views
Estimated People My name is Ignacio, and I'm taking my first steps in phpvms. I was able to install and configure the system well, the problem I have is that every time I edit a pilot, your ranking changes at the lowest rank. Any idea how to solve it (if possible). I seach this problem in this forum but not find any post for that. Best regards
Last reply by imnemina, -
- 2 replies
- 1.4k views
Hello all I recently have formally created my virtual airline Reach Airways Virtual (http://www.reachva.com) and I found I am having issues with PIREPS submitted not counting towards a pilots total flight count. The hours updates (though I had to force it through the maintenance settings in admin centre to refresh them) but the total flight number. For example there is a pilot who as flown a flight and it shows his hours from that flight (2.13 hours) but under his flight number it still reads 0. How can I fix this issue? Using kACARS_free if it helps. Regards, Adem
Last reply by reachva, -
- 0 replies
- 1.2k views
Hi there, I'm trying to get sum of revenue for a pilot's all PIREPS, so here is the function: public static function totalrev($pilotid) { $sql = 'SELECT pilotid, SUM(revenue) FROM '.TABLE_PREFIX.'pireps WHERE pilotid='.intval($pilotid).' GROUP by '.$pilotid ; return DB::get_results($sql); } And I have the following in my .tpl file: $pilotid = Auth::$userinfo->pilotid ; $row = PIREPData::totalrev($pilotid); echo FinanceData::formatMoney($row); And I get nothing. please help me find out where I'm wrong. Thanks
Last reply by Parkho, -
- 22 replies
- 8.1k views
G'day Guys, I am creating a popout login page, this page requires the form in a HTML document which is fine, but is there a way of calling a particular file to integrate the HTML document with my site, currently none of the php for the login form is working as its not a tpl file and im presuming the sites functions require a particular file to be called within the HTML document for any of the php to become effective. Anyone know how i can go about getting this to work ? Regards Tylor
Last reply by Tylor Eddy, -
- 1 reply
- 1.8k views
I have a failed installation. I have configured the php.ini and still the same. I give an example below. Strict Standards: Accessing static property Contact::$post as non static in C:\xampp\htdocs\caribbean\core\classes\CodonModule.class.php on line 67 Thank Manuel Alejandro
Last reply by selwynorren, -
- 3 replies
- 2.2k views
Can someone help me? I'm with the problem module popup new, I am inserting the news, when the pilot opens the content, is only showing the credits of the module, the message is blank. Anyone know how to solve?
Last reply by alpyeni1, -
- 1 reply
- 1.8k views
Hello Guys I got the following 505 internal server error: ........................................................................................................................... Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Apache Server at tripvirtual.biz Port 80 .............................................................................................…
Last reply by joeri, -
- 0 replies
- 973 views
hello Friends I was thinking of creating a way to block the trial of a pilot if he did not pass the exam, work well. The test would be using free exam module When the pilot clicks on the exam would be redirected to the requested examination. If the pilot close the page or do not pass the exam, to ask again, would open a popup message saying the following information "You did the test in less than 5 days. Return to complete the time!" Do we need a system that locks the same IP that the pilot restart your computer to reset the IP, which is identified that pilot already took the exam
Last reply by Fernando, -
- 5 replies
- 1.9k views
Hello, im curious as to if its possible to view individual pilot finances. basically whether its built in or a script. just looking to see if its possible to make a script to see which pilots are making money for the airline and which are hurting it. thanks a ton!
Last reply by Parkho, -
- 0 replies
- 1.9k views
Hello Guys! I was wondering if anybody has added a layer onto there live map of the atc on vatsim? which looked like IVAO has on there just online map http://www.flying-the-winglets.de/images/IVAO_Webeye_small.jpg Thanks Jacob
Last reply by avdesigns, -
- 7 replies
- 2.7k views
Hello In my install package I found a file called navdata.sql which seems to contain sql statements that create a table with data about navigation aids. This is all very well,but the file is so big that none of my text editors can open it: they all crash. Not to mention copying and pasting it to the phpmyadmin and executing it Is there any way around it? Any tools or maybe this tabledata is available somewhere as a csv file to normally import to phpmyadmin? grtz Mischka
Last reply by mischka, -
- 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, -
- 0 replies
- 877 views
Sorry removed it was nothing a CTRL + F5 Couldnt solve Jacob www.flyaero.co.uk
Last reply by avdesigns,