Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 11 replies
- 3.3k views
Gday! You could add the following line public function connect($dbuser='', $dbpassword='', $dbhost='localhost') { $this->dbh = @mysql_connect($dbhost, $dbuser, $dbpassword, true); mysql_query (' SET NAMES utf8 '); //It is added if(!$this->dbh) ...... in a file /core/classes/ezdb/ezdb_mysql.class.php in the next release phpvms ? I had problems with the charset in Russian, after addition of this line of problems are not present!
Last reply by stasnosikov, -
I have a problem on the map The pilot can fly to any AIRPORT, aircraft on the map is just to one side. Anyone know how to solve?
Last reply by Fernando, -
- 11 replies
- 3.2k views
Hi Guys, Happy New Year. I Have A Problem With My Bids Template. When I Add A Bid I Can See It In /index.php/schedules/bids. But In Pilot Room It Don't Show Me Anything When I Add The Template Within The Page. <?php Template::Show('schedule_bids.tpl'); ?>
Last reply by Tameem, -
- 4 replies
- 3.2k views
Good morning everybody, Please i need just an information, I have set some ranks from 0-50 hours has the right to fly with ATR 72, and the next level, 50-100 i have selected all the Embraer 190. My question is is that pilot with 50 hours or more can fly only with Embraer 190 or also with old ATR 72 from 0-50 hours ? As you see in the table attached, for 50 Hours i see only E190 there no ATR 72 ! Looking forward to hearing from you soon, Yours,
Last reply by FlyingMachine, -
- 7 replies
- 3.2k views
hello guys i have installed phpvms 5.5 and tried to solve the reCAPTCHA error by this forum still the error remain to be there "ERROR for site owner: Invalid site key" but what i got confused is , before 2 month i already installed a va and solved recapchta using this thread but now it dosnt ,, why is it so ? am i doing somthing wrong ? thank you
Last reply by Curshad, -
- 6 replies
- 3.2k views
hello all i have a problem with registration of a new member when the form is filled and click on register they have a msg "could not open socket" i think it is due to recaptcha but i dont know how to solve this problem thnx for help
Last reply by simpilot, -
- 1 reply
- 3.2k views
Hello There I now wana change my STATUS column to animated gif images, how can i do that? I am not getting any idea where to change the code <META HTTP-EQUIV="refresh" CONTENT="30"> <div style="position:relative"><h1>Flight Stats</h1> <p style="text-align: right; position:absolute; right:5px;top:0;"><strong>Share</strong><span class='st_blogger' ></span><span class='st_twitter' ></span><span class='st_facebook' ></span><span class='st_yahoo' ></span><span class='st_email' ></span></p> </div> <img alt="" border="1" height="136" src="http://www.air…
Last reply by freshJet, -
- 7 replies
- 3.2k views
I just had a pilot message me and told me that he couldn't setup an avatar. No error message, it says the profile was saved, but the image didn't show up. I logged into my hosting server and did not see a new image in the libavatar folder. I then tried to change my avatar image and had the same issue. There doesn't seem to be an error message but the image won't change. I did a search here and found some references to permissions being set to 777 on the avatar folders. On my hosting account, all I get to choose is "read" and "write". It doesn't say anything about 777. The version I'm using is 1.2.700 Any ideas on what to try next? Dan
Last reply by Nabeel, -
- 8 replies
- 3.2k views
How do I go about deleting aircraft from my fleet? It seems that I can only edit, but they still show up in the aircraft selection menu on the schedule search, even if I disable them. I would rather delete them period. Thank you,
Last reply by MBrown, -
- 6 replies
- 3.2k views
Hi, normally we have this errors in log file, how i can fix it? thanks! ===== Time: 03.20.13 04:58:22 ===== Time: 03.20.13 04:58:22 Backtrace: DB::write_debug > DB::query > PilotData::updateProfile > Auth::ProcessLogin > Login->ProcessLogin > Login->login > Login->index > call_user_func_array > MainController::RunAllActions Query: UPDATE phpvms_pilots SET `lastlogin`=NOW(), `lastip`='83.53.112.115' WHERE `pilotid`= Error: (1064) - 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 '' at line 1 ===== ===== ===== Time: 03.20.13 11:25:28 ===== Time: 0…
Last reply by ARV187, -
- 2 followers
- 9 replies
- 3.2k views
Pilots are not getting paid for their flights, and when I try to reset payments on maintenance section, I get this Fatal Error Fatal error: Call to undefined method PIREPData::calculatePIREPPayment() in /home3/kishshey/public_html/skyline/va/core/common/PilotData.class.php on line 680 I am using Phpvms 5.5.x and PilotData.class.php has not been edited
Last reply by eliezerazevedo, -
- 2 followers
- 12 replies
- 3.2k views
Does anyone have any idea how I could include the jump seat in the administrative panel. pilots_details.tpl <form id="dialogform" action="<?php echo adminaction('/pilotadmin/viewpilots');?>" method="post"> <table id="tabledlist" class="tablesorter" style="float: left"> <thead> <tr> <th colspan="2">Edit Pilot Details</th> </tr> </thead> <tbody> <tr> <td>Avatar</td> <td> <?php $pilotcode = PilotData::GetPilotCode($pilotinfo->code, $pilotinfo->pilotid); if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'None selected'; } else { ?> <img src="<?php echo…
Last reply by eliezerazevedo, -
- 6 replies
- 3.2k 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, -
- 2 followers
- 3 replies
- 3.2k views
Hi guys. I installed phpvms and when i try to send a Mass email i receive the message below. Anyone can help me? My local.config.php is # Email Settings Config::Set('EMAIL_FROM_NAME', 'Vatsim Brasil Airlines'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@vatsim.net.br'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.sendgrid.net'); Config::Set('EMAIL_SMTP_PORT', '587'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'user'); Config::Set('EMAIL_SMTP_PASS', 'pass'); AH01071: Got error 'PHP message: PHP …
Last reply by Parkho, -
- 18 replies
- 3.2k views
I am new with all this stuff. I am using smartcars and phpvms defult crystal skin. Everthing seems perfect exepct; 1- My map on Live Map has been gone only grey color stays. And i did my first flight with my tracker, after the flight i can still see it on the list of Live map page. Howlong will stay after the flight? 2- I see my pirep info and i see numbers right like Kg but says lb.(pound) I think my smartcars send data as a kilo which is i like to see as Kilo. How can i fix it? But please explain easy way because i am new and i don't know much. Thanks, Omer
Last reply by servetas, -
- 18 replies
- 3.2k views
Besides the map not showing, I have a few other problems since the new update. Flight Bids not working on IE, now not on Fire Fox Pop Up login not working Users Online only shows on the users when on the index page.
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 3.2k views
Hello, Is there a way to change the maps from Google to Bing Maps? I've been searching in the 'acarsmap.tpl'. The only interesting thing that I think I should change is: var acars_map_defaults = { autozoom: true, zoom: 4, center: new google.maps.LatLng("<?php echo Config::Get('MAP_CENTER_LAT'); ?>", "<?php echo Config::Get('MAP_CENTER_LNG'); ?>"), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 10000 }; Thanks in advantage, Martijn
Last reply by druptown, -
- 11 replies
- 3.2k views
I have been having an issue for a week or more where one of my pilot will submit PIREPS, I approve them and they never show up on his PIREP list. It now appears that this has extended to another pilot. The appear in my recent pireps list in the admin center but not in their recent pireps list in their profile. Both pilots have had no problem until recently. Any ideas on that one?
Last reply by Nabeel, -
- 5 replies
- 3.2k views
Just a quick question, I did a small VFR flight to test the fsfk images etc and all worked great.. Except, it did not upload a landingprofile or verticalprofile map Could that be because a) the flight was only at 2500 ft and only 8 minutes in length? Just curious ...
Last reply by turtle6340, -
- 3 replies
- 3.2k views
I would like to know how I can put my page in Spanish?
Last reply by BastiDE, -
- 12 replies
- 3.2k views
Hello everyone, In the last month Im having some weird problems with ACARS, I have smartCARS and KACARS and suddenly when the pilots wants to send their pireps into the website they getting errors. In smartCARS : "Pirep filling error:The virtual airlines web server didn't confirm the pirep filling property with smartcars. This doesn't always mean that the pirep wasn't filed. Please verify that the pirep was filed on the airlines website. If it was filed, please click the cancel button on the acars tab cancel your flight. If it wasn't filed, please try again by clicking "file pirep" " In KCARS : There is no physical error but there is some so…
Last reply by mark1million, -
- 14 replies
- 3.2k views
Hello everyone, I installed phpVMS, and it seems to work, but I can not login or register. Can someone help me? Thank you. my website: http://www.mrflyaviator.com/index.php/
Last reply by Billaviz, -
- 0 replies
- 3.2k views
Hi, I am having trouble with my pilot_public_profile.tpl. In the image below as shown, the entire background of the pilot profile gets messed up when the pilot did not file a single pirep. On the second image, it shows that it is perfectly normal after filing a pirep. Any ideas how to fix the first image problem?
Last reply by sherming, -
- 2 replies
- 3.2k views
Can someone tell me how to get an updated pilot badge? I changed the background picture, so how do I get it so that it is that picture and not the default one? I went and edited the image and uploaded it.
Last reply by jacksonscott, -
- 17 replies
- 3.2k views
How do i increase the limit to what ever default is to 10 mb i have over 12,000 routes and i cant upload them, Kind Regards, Allan
Last reply by Allan, -
- 13 replies
- 3.2k views
Hi This there a variable to show the aircraft ICAO code and not the full aircraft name? Many Thanks
Last reply by mclaren99uk, -
Live Flight List
by Guest- 7 replies
- 3.2k views
Hi, Can somebody please help me out? I have been struggling with this for a while and cant figure it out. Below is the issue. http://vdalairlines.com/index.php/ The en-route flights box doesnt seem to be working. Below is the code i used, if somebody could take a quick look and suggest a solution, that would be great. <script type="text/javascript" src="<?php echo fileurl('/lib/js/acarsmap.js');?>"></script> <?php /* This is the template which is used in the table above, for each row. Be careful modifying it. You can simply add/remove columns, combine columns too. Keep each "section" (<%=...%>) intact Variables you can use (what they a…
Last reply by HighFlyerPL185, -
- 10 replies
- 3.2k views
Hi, I have set up PHPVMS and everything if fine... EXCEPT when I go to the routes and click "Add Bid". I get this "No Route Passed" error. I looked on the forums and there were solutions but they made no sence. (Take into account my brain is made of jelly!) If someone knows the answer, please explain below step by step on ho1 to resolve!!! Mush Appreciated! James Slater CEO - Thomas Cook Virtual
Last reply by servetas, -
- 1 follower
- 12 replies
- 3.2k views
Hi, I have an issue with the members trying to login in my VA web this msg appear after login : You must be logged in to access this feature! any suggestion ?! P.I i have used two Versions of phpvms v2.1.934 and now i am using Version simpilot 5.5.2 The problem appears in both versions since i have transferred my Domain to a new Server ...
Last reply by breenild, -
Hi there. Even though fsacars is no longer supported by phpvms I would like to ask all here if they have a fix for the known error of fsacars "Database Error" ? The reason for us wanting to use fsacars is because; 1. few of Our members are more familiar with fsacars. 2. we are planning an event for our members to fly any where they want (in simple words manual flight plans , manual flights) basically the event would be our members can fly where ever they want on what ever fleet they want either its in our fleet or not. If someone could help us that would be great full. Warmest Regards
Last reply by Jeff,