Support Forum
Any questions or bug reports go here.
7146 topics in this forum
-
- 2 replies
- 1.2k views
Hello, i'm new to php and phpvms. i've added a custom field in the pilot registration (ID IVAO). I want to display this custom field in the pilot pending table in backend, with a link to the IVAO profile of each pilot. I've tried some solutions but it doesn't work. Here's my last : pilot_pending.php <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <h3>Pending Pilots</h3> <?php if(!$allpilots) { echo '<p>There are no pilots!</p>'; return; } ?> <table id="tabledlist" class="tablesorter"> <thead> <tr> <th>Pilot Name</th> <th>Email Address</th> <th>Location&…
Last reply by orobouros, -
- 1 follower
- 9 replies
- 2k views
Hello, i actually test phpvms before using it for my company. All works well, i've solved several small problems but i have one to change currency from $ to €. I've try all solutions explained in phpvms files and on the forum. I've try the 3 UTF-8 codes for Euro. But nothing change on my site. Solutions i've tried in app.config.php : Config::Set('MONEY_UNIT', '&8364;'); Config::Set('MONEY_UNIT', '€'); Config::Set('MONEY_UNIT', '€'); Config::Set('MONEY_UNIT', "€"); Can someone have an idea to solve this ?
Last reply by orobouros, -
- 0 replies
- 1.1k views
Is it possible to create a different theme for the login file? Like 2 different themes 1 for the signed in users, and 1 for the users not signed in! Greetings, Jesper
Last reply by 2Jesper2, -
- 2 replies
- 1.3k views
Hi , I'm trying to hide the randomflights if the pilot has one or more reserved flights. Any idea to do? if(count(SchedulesData::GetBids(Auth::PilotID())) > 0) { echo 'You have flights to be performed.'; } else {
Last reply by eliezerazevedo, -
- 4 replies
- 1.5k views
Hi, I´m trying hide the RealScheduleLite if the pilot have one or more booked flights, here de code line 73: but thats the error: Parse error: syntax error, unexpected T_DOUBLE_ARROW in xxxxxx/realschedulelite_index.tpl on line 73 sorry about the bad english thanks
Last reply by eliezerazevedo, -
- 0 replies
- 718 views
I noticed on one of my flights when I had to do an emergency landing and diverted to a close by airport, that some data was incorrect. When completed I saw that the flight received full pay and the aircraft was placed at the original destination. My VA uses smartCARS for logging and tracking, so is this an issue with smartCARS or something with phpVMS? Maybe there is a code snippet that will resolve this issue? Thanks for any help.
Last reply by sgraypgh, -
- 22 replies
- 4.7k views
Does anyone know if there are any plans to make phpvms compatible with php5.4 or higher? I have found simpilots php5.5 version here https://github.com/V...rs/phpvms_5.5.x and here http://www.flyaka.co....5.x-master.zip but it seems it would be a nightmare to import my database from php5.3. There are lots of new fields added in tables preventing an import. Such as in the pilots table there is a new "payadjust" field. There are a bunch of new fields in the schedules tables, and probably a bunch of other tables as well. Does anyone know if there's a php5.4+ version that uses all default tables? Or are there any plans for an official 5.4+ version?
Last reply by Onno, -
- 2 replies
- 1.3k 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, -
- 1 follower
- 1 reply
- 1.1k views
hello i have 000 web host and i have followed every tutorial and on database setup, whenever i click next step i receive this: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'a8010011_phpvms'@'10.1.1.29' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a8010011/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 can someome please help me as i have no other options. p.s. i have deleted …
Last reply by Vangelis, -
- 1 reply
- 1.1k views
Hello, I Tried installing phpvms but i get this error Any help will be appreciated, Thanks!
Last reply by StartVM, -
Re-install
by kbohme- 13 replies
- 6k views
Hello again, Sorry to be such a pain. My installation had errors and therefore did not procees to step two where I enter all off the details about the airline and most importantly setup the admin user. I cannot therefore get to the admin section. I am trying to re-install vms but keep getting this error: Fatal error: Cannot redeclare class ezDB_mysql in /home/.sites/70/site4/web/vms/core/classes/ezdb/ezdb_mysql.class.php on line 299 I do not have access to phpmyadmin and therefore cannot erase the tables and start again. Any suggestions would be much appreciated. Thanks.
Last reply by Ryan2233, -
- 0 replies
- 1.3k views
Right, i create my own server with wampserver and laravel php. So, i wanted to install phpvms on my localhost:8000 however i am getting the following errors : https://gyazo.com/2d80e60b151e75dd6819842a47d0c96e https://gyazo.com/c728764886ebcf02ae2b179049beca6d https://gyazo.com/b5d3d500a46a8b21f91c26f1ec1194b6 I am not too sure why its giving me errors. I am thinking that its something to do with the configuration but i cant be 100%. Any help will be much appreciated. Thank you.
Last reply by Zakariya, -
- 0 replies
- 832 views
on the beginning days of this month i had started my own VA Site using the latest version of PHPVMS downloaded from the main site. However, i had encountered a frustrating problem that i cannot sumbit any PIREPS to the system. The MANUAL Submitting option processed and return me nothing but "No reports have been found. I submit via XACARS, it saids " creating default object from empty value in line 337 of PIREPData.class.php" I founded these code: public static function getReportDetails($pirepid) { $sql = 'SELECT p.*, s.*, s.id AS scheduleid, p.route, p.route_details, u.pilotid, u.firstname, u.lastname, u.email, u.rank, dep.name as depname, dep.lat AS deplat, de…
Last reply by James7193, -
- 0 replies
- 1.4k views
I am developing an Acars program for my Va, based in the APvacars, but iam need to send some pilot details as First and Last Name, Flights, Hours, Rank. I modified the APVAcar Module, the code now is /** * phpVMS - Virtual Airline Administration Software * Copyright (c) 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View license.txt in the root, or visit http://creativecommons.org/licenses/by-nc-sa/3.0/ * * @author Jeffrey Kobus * @copyright Copyrigh…
Last reply by ArthurHetem, -
http://185.116.215.48/~thomsonv/ Fatal error: Call to undefined method TemplateSet::setSkinPath() in /home/thomsonv/public_html/core/classes/Template.class.php on line 58
Last reply by servetas, -
- 5 replies
- 2k views
Hi there. Today I tried to upload the first batch of routes for my VA (again after some updates). The only difference between how they were when I first uploaded them (when it worked) and now is the fact I added about 50 routes. So I checked the "delete all schedules" box as I uploaded them since I was replacing them all but this time when I clicked on Airline Schedules there were none to be seen. I then noticed all my airports from my airport database were gone as well and I couldn't upload those either. I had my COO test it as well and he couldnt get them either. Anyone have any clue how to fix this issue? Thanks! -NotAnAvgeek
Last reply by StartVM, -
- 5 replies
- 1.5k views
Hello everybody. let me post here meet with the various problem phpvms the establishment of the company I have this error /home/francefrro/www/install/includes/Installer.class.php 261 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-fretairlines ( `code`, `name`) VALUES ('FF', 'France-Fret')' at line 1 thank you in advance for your help. sorry if there are mistakes in my post I do not speak french and I have everything translated with google translate. cordially paulo
Last reply by ptibibi, -
- 1 reply
- 1.2k views
I am new on the forum and thus French I am to sadden in advance of my translation. When I me connect in my site it puts me fatal one error: Fatal error: Class ' DB ' not found in/home/francefrro/www/core/common/Settin gsData.class.php one line 28 I have to delete the file: SettingsData.class.php /home/francefrro/www/install/includes/Installer.class.php 261 You have an error in your SQL syntax; and I réuploder but nothing changes. If quelq' one could me helped if he you plai because I am to block I does not understand nothing and if it was possible French could me helped. I you remerci in advance. Amicalement, Yann
Last reply by servetas, -
- 1 reply
- 1.1k views
Afternoon, I think I have finally got the reCaptcha working but when you fill in all the fields, the page on my site just seems to reload. Can anyone help me out at all? I am pulling my hair out trying to figure this out and I have little experience using phpVMS. Regards,
Last reply by servetas, -
- 4 replies
- 2.1k views
Hello everyone. I tinker a bit on www.uasgroup.org I bought a lot of units here and there ... I found this, it is free: https://github.com/suplere/phpVMS-EFASS Hard for me to install ... If anyone could help me out, that would be cool. I have an account on EFASS, the procedure is visible here: http://froom.de/forum/viewtopic.php?f=13&t=203&sid=c73bea0c77a91a49fa7648b389708204 For those who are unfamiliar, here is the link to EFASS I like this software because it is very complete. http://froom.de/efass/ I tested everything but the .txt file is not created .... You would have an idea? Thank you. Patrice www.uasgroup.org
Last reply by PatPico, -
- 1 follower
- 22 replies
- 7k views
Hi! I wonder is there any way to have total cargo carried under statistics on frontpage..heres the code, pls help <h3>Airline Stats</h3> <div class="box"> <strong>Total Pilots:</strong><?php echo StatsData::PilotCount(); ?><br> <strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?><br> <strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?><br> <strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?><br> <strong>Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?>…
Last reply by Industrialshadow, -
- 1 follower
- 3 replies
- 1.4k views
Hello Guys Have anybody a Idea to bring p my Schedule Results Site to this http://www.lausitz-aircargo.de/index.php/codeshare I will add to all Schedules my Airline Logo from Lausitz Aircargo. So im happy when a Guy give me Some Codesnippets or help me to figure it out. Cheers
Last reply by Industrialshadow, -
- 5 replies
- 1.6k views
I'm having trouble on how to login to the PHPVMS Admin panel
Last reply by web541, -
- 0 replies
- 875 views
Hi all, We are experiencing issues with the registration page. We are using the "Lance" skin, which reading through the support forum a lot of people have multiple issues with, including the registration issue. We've fixed most of the issues so far, but cannot seem to fix this one. Basically, when a user tries to register, they complete the forum, pass the captcha and upon clicking the "Register" button, the page just essentially reloads itself. Our site is located at www.alaskairvirtual.com Is anyone able to assist with this one at all? I have seen a number of threads on this forum about this issue but no one seems to have explained how they fixed it. Thanks
Last reply by iGavB, -
- 3 replies
- 2.2k views
When filing a PIREP using either of the above ACARS we are getting errors. By clicking once to file it is getting filed, however error messages are returned to the ACARS. If you 'click" file again it creates a duplicate. We have auto accept set to 'true' - We are not using the auto accept module. With kACARS the error is this Capture.jpg and with smartCARS error -
Last reply by smokey68, -
- 13 replies
- 2.4k views
i have been trying to fix this skin for my va but im at my wits end the pilot page dosent work the registration page dosent work i have no clue where the frack i put the google api key and the schedules page dosent work any help would be greatly apreciated
Last reply by shakamonkey88, -
- 6 replies
- 3.1k views
This table is huge in my database and I'd like to run the following as a weekly Cron Job: <?php $connect = @mysql_connect("localhost","username","password"); if (!$connect) { die('Could not connect: ' . mysql_error()); } @mysql_select_db("database"); // DELETE empties the table $query = "DELETE FROM `phpvms_sessions` WHERE `logintime` < date_sub(NOW(), INTERVAL 2 DAY);"; mysql_query($query); ?> Is there anything other than storing current login details that this table is responsible for that I would be screwing up by doing this? The reason I am doing the above is that I have changed the MySQL table to the Memory Storage Engine and I don't want…
Last reply by mark1million, -
- 1 reply
- 1.5k views
Hello; I would like to know if it's possible to use phpVMS users informations in an other file, for exemple I want to make a separate page for the pilot center and recover the total flight hours, the total flights ... informations. Thank's
Last reply by magicflyer, -
- 1 reply
- 1k views
When I try to install PHPVMS, I get this error Fatal error: Cannot re-assign auto-global variable _FILES in/home/jetvirt/public_html/core/common/PilotData.class.php on line 436 http://forum.phpvms.net/index.php?app=core&module=attach§ion=attach&attach_rel_module=post&attach_id=1682
Last reply by flyalaska, -
- 1 reply
- 1.2k views
How can you connect teamspeak to MySQL to create privilege keys to newly registered pilots within your virtual airline ?
Last reply by StartVM,