Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 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, -
- 3 replies
- 6.1k views
Hello everyone, how to make that conclusion was by a single field, rather than all at once each? core/templates/profile_edit.tpl <?php if($customfields) { foreach($customfields as $field) { echo '<dt>'.$field->title.'</dt> <dd>'; if($field->type == 'dropdown') { $field_values = SettingsData::GetField($field->fieldid); $values = explode(',', $field_values->value); echo "<select name=\"{$field->fieldname}\">"; if(is_array($values)) { foreach($values as $val) { $val = trim($val); if($val == $field->value) $sel = " selected "; else $sel = ''; e…
Last reply by KDTeam, -
- 7 replies
- 1.8k views
Hi. I have a quick question. I have installed a fresh install of phpVMS and as we all know from my previous post, I have a databse issue trying to restore my old one. I have the site up and running with all of my airports, dloads, fleet and all. Now I wasnt to add my schedules, but now MaxLoad is no longer used. Can anyone tell me what part of this following snippet is the max load? I was thinking I might be able to manually remove the max load from each one or something like that and I could then import the corrected info so I would not have to redo a couple hundred schedules. Here is the insert with 1 of the schedules. Can you point out which part is maxload please? An…
Last reply by Nabeel, -
- 5 replies
- 2.2k views
Is it possible to filter flights through each airline inside of the pilot center flight search i have 5 airlines inside of phpvms and was wondering if there is a way to filter the flights, meaning separate passenger flights from cargo flights and so on. Please help! Kind Regards, Allan CEO Wings Aviation
Last reply by Nabeel, -
- 2 replies
- 1.4k views
Good eve, question, to simulate as real as possible, it would be nice to add a one-time expense to the monthly balance. I mean it will be used when buy an aircraft etc... Any chances to integrate?
Last reply by CEO North Air, -
- 2 replies
- 1.5k views
Hello, just a quick question. On the pages you can make in the admin-panel, is it possible to get the userinfo for your login displayed on there? Bad explanation but hope you understand what I mean Thanks for your help!
Last reply by ln-asm, -
- 4 replies
- 1.5k views
I noticed that the buit in editor in admin, drops random characters when pasting in source code or attempting to edit source code. Has anyone else experienced this, or is it more evidence that I live in a strange universe?
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, -
Hi, i can't edit expenses, in admin panel when the expense is selected the respective expense data appear in blank. Regards
Last reply by Brian, -
- 3 replies
- 1.5k views
Hello all I'm created a new va, but i have a problem The problem is: Fatal error: Class 'DB' not found in /home/vhosts/mywebsite/core/common/SettingsData.class.php on line 28 Regards
Last reply by Nabeel, -
- 14 replies
- 4.3k views
Got a problem when I add an airport, went to add EGLL and when i clicked Add and refreshed the page it didnt show up so I added it again and it said "This airport had already been added" yet its not showing could anyone help pls sorry if this has already been answered Also just found this any ideas about this one: [/url] P.S Sorry about the crapy twilight backround my sisters laptop
Last reply by TAV1702, -
- 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, -
- 0 replies
- 810 views
Hi Nabeel, would it be possible to add a notes section or history in the admin section of the view pilots. I would like to be able to add comments about pilots which would be for admin eyes only like a private history tab or something like that, just somewhere to keep pertinent information about the pilot.
Last reply by mark1million, -
- 4 replies
- 1.4k views
I have noticed recently that on the schedule, if Sunday is not checked it will not show up on the schedule results. I am running phpVMS version 934
Last reply by Nabeel, -
I've a questions, how can I do 1. that's in the Briefing shows the firstname and lastname pilot?? 2. tahat's the time-not a single number 1:20 and the conclusions separately at first hours : minutes example: (<?php echo "{$schedule->deptimehours}"; ?>:<?php echo "{$schedule->deptimeseconds}"; ?>)
Last reply by Artjom, -
- 8 replies
- 4k views
Does anyone know a good free host? Post here please.
Last reply by MrAmsterdam, -
- 2 replies
- 2.5k views
Hi Nabeel I've run up against a problem with Xacars. When flying with Xacars it is sending flight information to the xacars.txt log file, and there is an entry for "[gs]". However in the log.txt file I'm getting a sql error saying that "gs" cannot be ''. I've confirmed this directly in the database. I've then set the gs field to varchar(11) and the error in the log goes away, however the flight is not shown on the map at all. Any solutions? Thanks Will EDIT: I'm also getting a large amount of SQL errors saying that "fieldname" doesn't have a default value. I've been getting around it by disabling the "NOT NULL" setting for the erroring field.
Last reply by mw308, -
- 2 replies
- 1.2k views
I'm wondering if this is a database uploading error or just missing co-ordinates from the database. When i input a route giving just the waypoint name, some of the waypoints do not have lat info in the database but do have lon. This results in the waypoints obviously being in the wrong place and the routemap looking like a badly placed bowl of spagetti. Is this a known issue or an error uploading the nav.sql?
Last reply by Alex, -
- 4 replies
- 2.1k views
Hi, I would like to have a table to show all airports in the database. I'm looking for something like the admin Airports Table, without the editable function. Can anyone help me? Thanks. Sergio Gomes EuroEagles CEO
Last reply by CrashGordon, -
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, -
- 8 replies
- 1.9k views
Hello Folks, I created my own Virtual Airline. It's everything ok except when my friends try to acess my website. I can acess without problem. They put the site and can't acess my page, it doesn't work. Some of my friends acessed my page but the design didn't work, the page was with no organization. I can acess with no problem but they can't... Try yourself and give me a explanation please! If you access tell me here. Eicos Airlines Virtual
Last reply by CrashGordon, -
- 6 replies
- 1.7k views
It occurs to me that php VMS provides a page to publicly list pilots and hubs, but none to list the fleet. I think that might be a nice feature. You know, ICAO code, full a/c name , tail number, and an option for a graphic. Until that happens, does anyone care to share an example of such a page. At my age, I'm too old a dog to learn new tricks.
-
- 26 replies
- 11.6k views
Before 2.1.930, I was able to desplay a number of different languages. With .930 and .934, I can't. For example, this used to be Greek. ¸Î½Î¹ÎºÎ® Î¥ÀηÃÂεÃία ÃŽ ληÃÂοÆοÃÂιÎν What happened?
Last reply by Nabeel, -
- 6 replies
- 1.5k views
Hi guys, After the update i added some expenses, but when i look at the finacial reports, this is what i get: 2010-03 42 € 3,131,204.00 € 1,394.40 € 0.00 (€ -1,650,439.88) € 1,479,429.93 2010-04 32 € 2,579,122.00 € 1,955.37 € 0.00 (€ -1,466,179.79) € 1,013,595.17 the 0.00 stands for expenses.... it looks like it's not calculating anything... and this problem is for all the previous months as well. My domain name: serious-airlines.com
Last reply by MrAmsterdam, -
- 0 replies
- 1.1k views
Nabeel Could you create an Aicraft List page in admin panel ('Add & Edit Fleet' menu) like the new Airport List ('Add & Edit Airports' menu)
Last reply by M-Queiroz, -
- 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, -
- 7 replies
- 2.5k views
Hello all, Not sure if anyone else is getting this but, in the Admin Panel Sidebar the links in-between Dashboard and View your site is bigger than the rest. Is anyone else getting this problem, or does anyone know of a remedy for it?
Last reply by Jeff, -
- 3 replies
- 1.9k views
Hi Nabeel Running 2.1.934 I'm clicking on my inactive schedules page in the admin panel and instead of getting my 3 or 4 inactives I'm getting the whole list of schedules. Also within the active schedules page I have listed my few inactive ones.
Last reply by Kapitan, -
- 8 replies
- 1.7k views
I think I had this problem long ago, but don't remember what cured it. The drop down menu for the departure airport disappears after selecting the airline and if the airline is deselected, the list of airports is incomplete. The arrival airports are fine. Any Ideas?
Last reply by Nabeel, -
How can i update my phpVMS at the new version???I have already download it but i don't know waht to do.....
Last reply by Nabeel,