Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 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, -
- 1 reply
- 1.6k views
Hi Nabeel, Just thought you might like to know that the TopRoutes function in StatsData.class.php needs a slight change to the SQL query to make it work. The query as it currently stands is $sql = 'SELECT * FROM `'.TABLE_PREFIX.'schedules`'; if($airline_code != '') { $sql .= " AND `code`='{$airline_code}' GROUP BY `code`"; } $sql =' ORDER BY `timesflown` DESC LIMIT 10'; However, this doesn't work as the 'AND' needs to be a 'WHERE'. Also, there's a period missing before the = in the 2nd sql join. The other thing which I had to change in order to get it working on my site, was to remove the GROUP BY `code` since no results were returned if …
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Hey, Say I wanted to use the email function to email someone, with the email contents being in a TPL file, how would I go about it? Since the add to bid thing is JS, might be a little more complex. Kieran
Last reply by Nabeel, -
- 1 reply
- 1.5k views
I was updating to build 914 and i got this error: Fatal error: Call to undefined method ezDB_mysql::build_where() in /home/jlvirtua/public_html/core/classes/ezdb/ezdb.class.php on line 329 What should i do?
Last reply by Nabeel, -
- 1 reply
- 921 views
I've added test file to download , and when i click download its saying www.(deleted dont want to share yet.net)/index.php/downloads/dl/www.(deleted dont want to share yet.net).net/images/please.bmp Path to download is : www.(deleted dont want to share yet.net).net/images/please.bmp Any idea's ? Maciej.
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Hello nabeel, I could not install the FSFK phpvms actually, I can send the logs, images do not come and not show the log flown. see my configs. /* FSFK Settings Your FTP Server, and path to the lib/images folder (from where the FTP connects from), IE ftp://phpvms.net/phpvms/lib/fsfk or ftp://phpvms.net/public_html/phpvms/lib/fsfk You want the path from when you connect to the FTP down to where the /lib/fsfk folder is */ Config::Set('FSFK_FTP_SERVER', 'ftp.starair.net'); Config::Set('FSFK_FTP_PORT', '21'); Config::Set('FSFK_FTP_USER', '***********'); Config::Set('FSFK_FTP_PASS', '***********'); Config::Set('FSFK_FTP_PASSIVE_MODE', 'TRUE'); Config::Set('…
Last reply by Nabeel, -
- 1 reply
- 1.1k views
On all pages of my VA site I have always in the footpage those messages: Warning: Unknown: open(/var/php_sessions/sess_1c28396183379991f52db597aab408e8, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0 Where that come from? Can somebody help me?
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Hello, Someone I have made a site for using fivedev is having a problem with their emails not sending. I ran checkinstall and it only showed errors I expected it to (modified some files). Thanks, Tom
Last reply by Nabeel, -
- 1 reply
- 970 views
Hey, I'm wondering if there is any php codes to put into my footer to show people's IP address whom is visting my site?
Last reply by Tom, -
- 1 reply
- 949 views
Hello, I created a page to show all the scheduled routes. I put this in that pages .htm file <?php MainController::Run("Routemap", "index"); ?> It works but only shows the first 25 routes. On the forum I read about some references to a limit but I can't find where that limit is set. How can I increase the limit of routes that it shows? Thanks
Last reply by Nabeel, -
popup news
by joeri- 1 reply
- 2.6k views
hello i am using the popupnews from simpilots after updating to the 2.1 i am getting this error Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'PopUpNews::popupnewsitem' was given in /home/tntvirtua/domains/tnt-virtual.be/public_html/core/classes/MainController.class.php on line 218 so the news isnt working annymore to be more precise the news is there but if i want to read it i get this error
Last reply by simpilot, -
- 1 reply
- 1.4k views
This line is wrong in pirep_edit.tpl. On variable "pirep" we have depicao. Line 45: <input name="arricao" class="airport_select" value="<?php echo $pirep->depicao;?>" onclick="$(this).search();" />
Last reply by Nabeel, -
- 1 reply
- 891 views
Since the upgrade all my scripts that are displayed with a <php include are not showing up. Has the way those scripts are displayed have changed? I looked in the error console, I clicked on the jquery-front link in the console and the code below was highlighted. That is closing tag. Is there an error in that tag? Also my ACARS map still shows v2. There were no errors during the update. }(jQuery));
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Hello friends ... After I installed the new version of phpvms, several errors were found ... One was about time I send a PIREP, did arrive at the site .. and the FSFK FSACARS not work because of that, I've reseted the Table ACARS at the maintenance and did not work! At the time of acceptance the PIREP, when I click Edit, the following error occurs ... PHP Warning: Invalid argument supplied for foreach() in E:\home\autopecasmilian\Web\kafly\do\admin\templates\pirep_edit.tpl on line 19 The list of Airlines nothing appears, even if I create an admin panel or by the VA phpmyadmin.Minha appears in the database and does not appear in the admin panel See the picture…
Last reply by Nabeel, -
- 1 reply
- 954 views
Is there a way to show 0 pireps on the graph on the admin home page? As it always shows a minimum of 1 pirep. Cheers Dan C
Last reply by Nabeel, -
- 1 reply
- 1.1k views
Does anyone else get this error? In Admin View bids the flightnumb shows instead of the pilot ID (see the image) The top one, the route number shows correctly but the pilot id is using the route number prefix instead of AVA0011 as it should. This is the line from the template. <?php foreach($allbids as $bid) {?> <tr id="row<?php echo $bid->bidid?>"> <td><?php echo $bid->code.$bid->flightnum."({$bid->depicao} - {$bid->arricao})"?></td> <td><?php echo PilotData::GetPilotCode($bid->code, $bid->flightnum).' - '.$bid->firstname.' '.$bid->lastname; ?></td> <td><?php echo $bid->d…
Last reply by simpilot, -
Hi, i have problems to edit expenses on admin panel after update to 930 following message appear: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Finance::editexpense1' was given in /home/xxxxxx/transpolar.cl/core/classes/MainController.class.php on line 218 I created a new expense and try to edit with same resoult. Create and delete works ok. Regards
Last reply by Nabeel, -
- 1 reply
- 1.5k views
Hi friends... How do I center the live map on my page?? http://www.kafly.com.br/do/index.php/acars Look around and help me, please ... Thanks ..
Last reply by simpilot, -
- 1 reply
- 1k views
hello friend. I have a problem on the page registration_mainform.tpl, all riders who register the same error appears. Error: Could not open socket I await help.
Last reply by simpilot, -
- 1 reply
- 1.4k views
Hi there, All the new updates look great and work just as well, but there is one thing that is bugging me. Maybe I'm just too used to it, but I still like it. Right now with the new Google Maps whenever I look at the map of all my flights, they are shown as completely straight lines, whereas the lines previously were curved to follow more closely to the actual flight path. I have not checked, but I assume that this is also appearing on the Live ACARS Map. I would be 150% satisfied if there was a way to get the curved lines back. Thanks in advance.
Last reply by Nabeel, -
- 1 reply
- 962 views
Can anyone offer some help, I want to capture the ipaddress of anyone that uses the contact us form (contact_form.tpl) i have added the following to the form but do i need to modify the contact.php code in the modules folder as well? <input name="ip" type="hidden" value="<?PHP echo $_SERVER['REMOTE_ADDRESS']; ?>"> All that is displayed in the mail currently is -ip
Last reply by Nabeel, -
- 1 reply
- 1.2k views
Hello I created a new Airlie by ADMIN but does not appear in admin but when I access the database it normally appears, I am putting some pictures to show How do I fix the problem? Thanks
Last reply by Nabeel, -
- 1 reply
- 936 views
Hi guys, i have version 2.0 so how i install version 2.1.930? I have try but i received many errors. Can someone help me? Thx very much. Regards, Miguel
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Hello friends ... I have a serious problem in FSFK ... he can not make the connection to the server ... and can not download WEB.txt. Look at the picture .... Help me!
Last reply by Nabeel, -
Fatal error
by faraz- 1 reply
- 1.2k views
Hello Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Too many connections (1040)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/****/public_html/****/core/classes/ezdb/ezdb_mysql.class.php on line 99
Last reply by Nabeel, -
- 1 reply
- 1.3k views
Hey I just did the update and now I'm not able to log into the site. Any ideas? Here is my DB check: Checking phpvms_acarsdata...OK Checking phpvms_adminlog... [ERROR] The table phpvms_adminlog is missing! Checking phpvms_aircraft...OK Checking phpvms_airlines...OK Checking phpvms_airports... [ERROR] The column chartlink is missing! Checking phpvms_awards...OK Checking phpvms_awardsgranted...OK Checking phpvms_bids... [ERROR] The column dateadded is missing! Checking phpvms_customfields... [ERROR] The column value is missing! Checking phpvms_downloads...OK Checking phpvms_expenselog...OK Checking phpvms_expenses...OK Checking phpvms_fieldvalues...OK Ch…
Last reply by Nabeel, -
- 1 reply
- 1.2k views
hi all anyone know how long before the tutorials are back on the site and also if there maybe new vdeos like how and where to put the codes for any new releases or add ons as i think they are a great idea and very useful sometimes even for people that know the ropes thanks
Last reply by Nabeel, -
- 1 reply
- 1.7k views
i will shortly explain what i developed and what is my problem. first of all, its the dispatch system (check addons board). this dispatch system works like a real one and includes some more tables to the database. this table includes the routes (but only depicao, arricao, id and distance). Once the dispatcher adds a route to a pilot, it will be created in the phpvms_schedules (so normally, there are all flights stored in but we dont store it there, we just keep it there as long as the flight is not yet flown) my "index" is in this case the bidid so lets for example say, we have 2 pilots, both fly the same route (just different equipment, date or what so ever) there will b…
Last reply by hjhjhgjgjh, -
- 1 reply
- 1.1k views
I have one problem, that when i upload an avatar on my VA and it said profile settings saved, but it did not upload when i checked my FTP and my avatar is not there and it does not chage my profile picture. What is the issue of it?
Last reply by Kyle, -
How can I remove an aircraft from my fleet? It's set to inactive, but can I delete it?
Last reply by TAV1702,