Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 9 replies
- 2.1k views
Hi All, I have a couple of strange things happening and hope someone can help. Firstly, When I view a flight schedule, After the metar the is a box called schedule frewquency. This box is blank and to the right of the box is an icon (red cross) it cant seem to find the image but I dont know what image its looking for. Secondly, We have a very large list of schedules and when searching I get a message saying " A script running is causing Internet Explorer to run slowly and may become unresponsive" When the schedules that I searched on list out, they are on a clean white page with no skin or css. Any help appreciated. John
Last reply by Nabeel, -
- 4 replies
- 1.6k views
Hello, I am missing a lot of lists, or better said what should be in a list, after I have moved from one host to another. Most issues I had after moving where related to write-rights. Some had to do with a newer PHP. But I still have 2 kinds of errors. 1 is related to the admin part. I am missing the contents of several lists like: Pilots Schedule Schdules Airports The contents are visable in the database itself. But not via the admin panel. I do not even see an error message. I had other issues, that where solved by: PilotData.class.php Deleting this $_FILES from this line (436) public static function saveAvatar($code, $pilotid) CodonModule.class.php add th…
Last reply by aarbee, -
- 3 replies
- 2.1k views
Okay, so i recently just installed Phpvms on a domain of mine. The pilot list is not showing at all. It is just blank, even on the crystal skin. I have tried on several Web Hosts, just doesn't wanna show up. Really weird.
Last reply by disconett, -
- 5 replies
- 1.4k views
After the newest update I have noticed that some planes are not showing up on the schedules. Not just one plane, example no DC-7's are showing. Any ideas?
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, -
- 9 replies
- 1.4k views
Sorry i tried to find my last post about this. I still have routes that are enabled for today but don't show. Example: today my beech charters are 2003,4,5,6,7,8. Routes 4 and 6 aren't showing.
Last reply by RogerB, -
- 3 replies
- 1.1k views
We updated to the latest version of the PHPVMS and now we have no scedules in the phpadmin. Its strange because via the scedules link on the homepage, all the routes are still in and can be selected, but none in the admin panel. Any idea how to fix?
Last reply by Mr.CaribSKY, -
missing stats
by Guest FWX001- 3 replies
- 976 views
Hi, I have 2 problems!!!! the first is: my enlish is not so good and the second problem is: I can´t see the statistic ower my pilots profile. this is my website: My link thx 4 help regard Ramon
Last reply by Nabeel, -
- 4 replies
- 1.9k views
Okay big brainers, I was looking through the Schedules Results and can't find out how to add a Mission page that has a list of flights that pilots can bid on. I am not very good at figuring how the flight results are pulled out of the system. If it cannot be done, then they will just have to manually search for the flights, which in my opinion is just a hassle.
Last reply by Jeff, -
- 10 replies
- 2.8k views
Can modules with file extension TPL be used with Simpilot v 5.5.2??
Last reply by CFVA, -
- 2 replies
- 1.3k views
Here's the deal. I want to add a new field to the schedules table. I've done this before with the bids but it was a bit easier in that case because when you went to edit the php files there was very little to change, whereas with the schedules there's a bit more. Question is, is there an easy way to do this? And is there any way to prevent the changes being overwritten by updates? I know the usual way round the update overwrite issue is to create a new class file but this isn't going to work in this case because I need to modify an existing one. Any ideas?
Last reply by freshJet, -
I made a module so pilots can add flights to the database. I cleared the errors, but it sid it can't find the class "Auth" or "PilotGroups". Help me please. Here's the relevant code (.php) It is the action for a form that u put the departure and arrival airports etc. I only put the relevant part, below it connects to the database and updates the table where flightnum=$pilotid. Help is appreciated, I searched and fund out the code changes depending on location of the file or something so thats what I'm guessing happened. <?php $pilotid = Auth::$userinfo->pilotid; echo $pilotid; ?> <?php if(PilotGroups::group_has_perm(Auth::$usergroups, ACCESS_ADMIN)) { ?>…
Last reply by tutmeister, -
- 0 replies
- 1.1k views
Good morning guys. When you receive an email (contact form) this is not "formatted" correctly, but all fields are displayed confusingly. Is there a way to solve this problem? thank you in advance
Last reply by gio1961, -
- 1 reply
- 1k views
Alot of the new modules me and Daryl have been working on ever since the 2.0 update have this error: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Fleet::download' was given in /home/afva/public_html/pacific/core/classes/MainController.class.php on line 292 Any Ideas? Thanks, Mitch
Last reply by Nabeel, -
- 3 replies
- 1.1k views
Warning : call_user_func_array() expects parameter 1 to be a valid callback, class 'Mcars' does not have a method 'index' in /home/*****/public_html/*****/core/classes/MainController.class.php on line 218 Does anyone have any ideas? I got this error when writing my module. BTW it's for the Admin Center... Thanks, Edmund K.
Last reply by Kyle, -
- 1 reply
- 1.1k views
Hello, Im wondering if there is a module to display staff vacancies, and also so pilots can apply, Thanks a lot!
Last reply by Jeff, -
- 2 replies
- 2k views
Hello guys. I wonder how does for modules work out the skin folder? I created an area reserved for pilots in phpvms the root folder, but the modules do not work there. Any suggestion? For example, the flight booking module Codeshare, shows no shedule that page, while the skin is. Thanks!
Last reply by brunoquadros, -
- 2 replies
- 1.4k views
Hello everyone. I incris VA UAS on SIMPILOT GROUP GROUP. http://www.simpilotgroup.com/airlines/detail/10574 I go into the options to download the module stats. Everything is OK... I place the module / core, but then? I test the connection, and I have this message: The Simpilotgroup Stats Module is not connecting to UAS GROUP. You have an idea? thank you in advance Patrice www.uasgroup.org/phpvms
Last reply by PatPico, -
Hello guy's, E put in the directory("/public_html/core/modules/adicionar") this code: <?php class adicionar extends CodonModule { public function index() { Template::Show('adicionar.tpl'); } } ?> . now the problem is, when i put this(<?php echo $userinfo->firstname; ?>) in the file(adicionar.tpl), the pilot's name does not appear to me why? ho and i'm logged in....
Last reply by Joaogl, -
- 5 replies
- 1.4k views
I want to show on my front site a "flight board" showing flight activity like the info under the acars map API but cant figure out how to get just that info without the map. Anybody help? Thanks
Last reply by Nabeel, -
- 3 replies
- 1.7k views
Hallo guys, How can i skin a module? Do i need to do that with a css or with something else? Kind, regards
Last reply by pachaleke, -
- 0 replies
- 876 views
Hello, Can anyone tell me how to put a map google in the event module of the David Clark? Thanks
Last reply by RuiMiguel, -
It has a pilot's flying way to win money in a non-registered route VA?
Last reply by Fernando, -
- 0 replies
- 839 views
Is there a code to display the pilots fights for the month?? Regards, Allan
Last reply by Allan, -
- 1 reply
- 1.3k views
Hi, on monthly finance report some error appear, "Warning: Invalid argument supplied for foreach() in /xxxx/xxxx/xxxxx/xxxx/core/templates/finance_balancesheet.tpl on line 55" the current month is February with details as follow : ------------------------------------------- Cash and Sales Gross Revenue Flights: Total number of flights: 4 $ 0.00 Pilot Payments: ($ -4,497.48) Fuel Costs: ($ -47,738.20) Total: ($ -52,235.68) Expenses (Monthly) Expenses Total: $ 0.00 Totals Total: $ 122,772.60 ------------------------------------------- --------------------------------------------- Instead the graphic chart appear this message: Open Flash Chart JSON Par…
Last reply by Nabeel, -
- 1 follower
- 7 replies
- 2.7k views
I ran into a wall with the monthly hub stats. I am trying to get the hours to reset every month. Shown on the red ribbon on the picture below. It only shows total hours. Here is my code. public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } <?php echo HubStats::TotalHoursBetweenDates('PACD', date("Y-m-01"), date("Y-m-t"));?> Any help would be appreciated!
Last reply by shakamonkey88, -
- 2 replies
- 1.1k views
Hello, I trying to see if there is any codes or program i can add to the website to see monthly information like ... how many pilot joined, PIREPS submitted, hours flown, fuel used for one month? Example::::: hours for Febuary = 500 hours PIREPS for Febuary = 200 Fuel used for Febuary = 35,125 Gallons ... Is there any program i can add to see this kind of information... thank you
Last reply by Strider, -
- 1 reply
- 1.1k views
Hi Guys, The landing rate, at the moment we have an all time great list of defined amount, would it be possible to display a monthly top landing rate? I have tried hacking about the code for the stats but failed miserably, any help would be greatly appreciated, Thanks.
Last reply by Nabeel, -
- 0 replies
- 1.1k views
Hi there, We are running a virtual air force, with no income from passengers, etc. Is there a way where you can set your monthly income,or perhaps yearly? Regards, Jakes
Last reply by Jakes, -
- 2 replies
- 1.5k views
Hey, I want to know how to retrieve monthly data for a statistics report that I make at the end of each month. Last month was the first full month of operations for freshJet so this is my first report. I basically need: No. of Flights flown (PIREPS) No. of Hours Flown No. of New Pilots There is more but I can do that myself. I'd be grateful to anyone who could give me some answers.
Last reply by Nabeel,