Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 9 replies
- 2.3k views
Hello Friends, i have installed the blueicev2 skin and all the modules where coming with the file. When i will update my Stats.data.class i will become the following Failure. "Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /www/htdocs/w01501e7/test.lausitz-aircargo.de/core/common/StatsData.class.php on line 879" on this line i have set up the following code from the Documentation public static function get_stats_by_cur_month($howmany) public static function TotalPilotMiles($pilotid) { $key = 'total_miles'; $key .= '_'.$pilotid; $total = CodonCache::read($key); if($total === false) { $total = 0; …
Last reply by vFAB, -
- 5 replies
- 1.5k views
I have an issue that it doesnt log me in. https://prnt.sc/rgtuqv I never had this issue when I installed it the first time and I had to re-intall and it gave me this issues. Does anyone have this error, I understand that it is in HTTP but It still doesnt allow it in HTTPs and SSL is fully enabled. It is very strange. Thanks.
Last reply by ProAvia, -
- 2 replies
- 1.2k views
Hello; Is there a way to hide or restrict the addon area in the admin center from pilots who have access to admin center? Thanks
Last reply by perryfincher, -
- 4 replies
- 1.4k views
Hello everyone I'm new to smartACARS So i just google and bought it but i having issue I'm using the latest 5.5 that provide on the pin Archive.zip
Last reply by Bwallnut, -
- 0 replies
- 858 views
Charter flights are always "delayed", as Schedules flights are normal in flight status. What should I do for charter flights to have their normal status? <?php $schedule = SchedulesData::getScheduleByFlight($pirep->code,$pirep->flightnum); $fltime = explode(".", $schedule->flighttime); $minstar = substr($fltime[1],0,1); $minstarmin = substr($fltime[1],1,2); $flmin = $minstar * 10; $flhou = $fltime[0] * 60; $flminu = $flhou + $flmin + $minstarmin; …
Last reply by garcez, -
- 3 replies
- 1.2k views
I saw ACARS Config how are they suppose work -Do I need install software to detect my location ? -How I install them
Last reply by ProAvia, -
- 26 replies
- 3.6k views
I am currently installing PHP v5, and I am recieving the error: Data too long for column 'lastip' at row 1 Here is a screenshot: https://prnt.sc/red7p9 I checked my database and it seemed to be there: https://prnt.sc/redf48 Thanks
Last reply by AMAviation, -
- 12 replies
- 2.6k views
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/tstamer/public_html/crew/core/classes/Config.class.php on line 108 Not sure what happened between this morning and now, but just went to my site (http://test.americanva.org) and on the home page I have a depreciated message. I don't know what needs to be done to correct it or hide the message. Can someone help? Here is the code for that area /** * Load all the site settings. Make the settings into define()'s * so they're accessible from everywhere */ public static function LoadSettings() { …
Last reply by ProAvia, -
- 1 reply
- 1.1k views
I am facing another problem. I am always being negative because of the price of fuel that is always making my values negative. Is there any way to resolve this?
Last reply by ProAvia, -
- 4 replies
- 1.3k views
This time I have a problem. About the map. In practice, the percentage numbers are not aligned, but are displayed vertically. I can't attach a photo because no pilot flies. This happens if I insert the map into the pilot's profile. If, instead, I open the map by link, there is no problem. The numbers in the percentage are clearly visible. css file.... <style type="text/css"> div.progress-container { border: 1px solid #ffffff; width: 150px; margin: 1px 1px 1px 1px; padding: 1px; float: middle; background: #333; } div.progress-container > div { position: relative; font-family…
Last reply by ProAvia, -
- 1 reply
- 885 views
Screen Shot 2020-03-08 at 9.37.00 PM.zip
Last reply by ProAvia, -
- 1 follower
- 3 replies
- 1.3k views
Hi Guys, I have a problem. For needs, I have 2 menus, one in app_top.php (for users who log in to the site) and the other app_top1.php (for users who visit the site). I use the Crewcenter skin where the underneath code is in the layout.php file, to hide the header / menu on the login and registration pages. <?php // var_dump($_SERVER['REQUEST_URI']); if (!isset($_SERVER['REQUEST_URI']) || ltrim($_SERVER['REQUEST_URI'],'/') !== SITE_URL.'/index.php/login' || ltrim($_SERVER['REQUEST_URI'],'/') !== SITE_URL.'/index.php/registration') { if(Auth::LoggedIn()) { Template::Show('app_top.php'); } } ?> <div id="content"> …
Last reply by Vangelis, -
Maintenance
by Ither- 7 replies
- 1.9k views
I've read every thread on this--still can't find answer. Likely because no answer exists is my best guess -- but here's to trying ... When the maintenance file runs in CRON (I own the VPS I'm on) it throws error about authorization--pilot ID of an admin is 100. Here is error I get (it's formatted just like error if I go to file directly without being logged into the crew center.) If I am logged in and run the admin/maintenance.php it completes with no errors. PHP 5.6.4 PHP Warning: Creating default object from empty value in /var/www/vhosts/walkerair.us/httpdocs/crew/admin/maintenance.php on line 26 Warning: Creating defaul…
Last reply by ProAvia, -
- 1 follower
- 4 replies
- 1.7k views
Hi guys! I would like to know how you guys use ACARSMAP outside of PHPVMS. Follow link with my codes: https://nascoli.com.br/files/files.zip
Last reply by vFAB, -
- 12 replies
- 2.1k views
I have this problem after updating smartCARS 2 Web Script Files. Please I need help. Thanks.
Last reply by shakamonkey88, -
- 1 follower
- 9 replies
- 2.7k views
Hi Everyone! "Houston, I´ve a problem" 😁 Hello everyone! I have been working on customizing my SKIN using AdminLTE. I have a problem, because I could not change the position that the messages appear. See image! I've tried to change the template files: core_message, core_error and core-success, but, nothing happens. Can someone help me?
Last reply by Nascoli, -
- 0 replies
- 900 views
Hi All I'm trying to get the map zoom in the view.php template to be a wider zoom! I've tried many setting for zoom under the Current Aircraft Location (this is the map for the individual aircraft, not the fleet, thats changes when zoom level is changed in map.php) Current code is: <h3>Current Aircraft Location</h3> <?php $location = vFleetTrackData::getLastFlightAircraft($aircraft->id); if($location) { $airport = OperationsData::getAirportInfo($location->arricao); ?> <div class="mapcenter" align="center"> <div id="currentlocation" style="width: 960px; height: 520px;"></div> </…
Last reply by CFVA, -
- 0 replies
- 803 views
Good afternoon guys, I have one more question. I have a problem on my system does not show the flight status list below the map, but shows the list of scheduled flights and I am not able to find where someone could help me with this part? Thanks
Last reply by Gtev, -
- 2 replies
- 1.6k views
Hi All I've created 2 Custom Fields for VATSIM/IVAO ID during registration. How do I get these added to the Pilot Centre to show? Using PHPVMS 5.5.2 Thanks
Last reply by CFVA, -
- 1 follower
- 7 replies
- 2.3k views
Hi, My website was working absolutely fine until two weeks ago when all of a sudden I got a number of errors which has resulted in preventing any users from getting on their account. " You need to be logged in to access this feature". New pilots can still register but no current pilots can access their account. I will attach some pictures below. I contacted my hosting company and they said it isn't a server issue but a PHP issue. The error log seems to suggest line 101: [02-Feb-2020 03:54:23 UTC] PHP Warning: Invalid argument supplied for foreach() in /home/sunflyvi/public_html/lib/skins/ocean_blue/frontpage_main.php on line 99 [02-Feb-2020 10:14:30 UTC] PHP Wa…
Last reply by mjrbradley66, -
- 4 replies
- 2k views
Hi there, I am using Mark Swan's crew center and CCFTracker to track flights at my VA. However, the live ACARS map on the dashboard does not function as expected. I get all information listed for flights except altitude (which reads 0) and all flights on the map show up at roughly 0,0. Screenshot attached. I have not made any modifications to the relevant files. https://ibb.co/ZfPhvdH Please note that I have not included the information bar in the photo to protect the privacy of my pilots. Thanks!
Last reply by DeletedUser, -
- 2 replies
- 1.3k views
Hi guys, I have this code that notifies the administrator of the slopes (Pilots and Pireps) directly from the skin. How can I add code regarding screenshots? (I use the David's ScreenShots Center module) ScreenshotsData.class.php file add: public static function countpending() { $query = "SELECT COUNT(id) AS total FROM phpvms_screenshots WHERE file_approved='0'"; $check = DB::get_row($query); return $check->total; } on sidebar_dashboard.php file (To display the data in the administration panel) <a href="<?php echo SITE_URL?>/index.php/screenshots/approval_list"><?php echo ScreenshotsData::countpending(); ?></strong> …
Last reply by gio1961, -
- 1 reply
- 1.1k views
Hi there, Having just released my VA, the problems are already rolling in!!! When trying to use the schedule search page on my crewcenter (by Mark Swan), I get this: https://ibb.co/T0KyrkL I need a solution quickly!!! Please send help XD William
Last reply by ProAvia, -
- 2 replies
- 1.2k views
Hi guys, I was trying to export schedules today and realized the output is completely messed up. This is on a relatively new phpvms install of phpvms (the php7.2 simpilot version) with no funny stuff or mods done to the backend. Can someone advise what's going on here and how to fix it please? Thank you. https://prnt.sc/r24d26
Last reply by shakamonkey88, -
- 0 replies
- 939 views
Sigh.. Its been a long day. I get home to try and figure our why my (imported to the database) schedules are not showing the aircraft registration on the admin view. One thing lead to another... I clicked "drop" instead of "empty" and now I do not see my schedules table in the database. Its gone. I must have deleted it. I need it back. I was going to manually add a table, but I can't find a template to make sure I have the correct columns. Somebody help me please!!! Nevermind - i figured it out. I still had the install.sql file. I extracted the section for the schedules, created a new .sql file and imported it.
Last reply by djtiger76, -
- 0 replies
- 1.1k views
Hello, sorry for my english mistake, I'm using the translator for this I had a single problem on my V / A website, it was tracking that didn't appear, so I looked for how to solve it on your forum and found some things, after that I changed it and my website died only the crew center ... Now I don't know how to go back, I really wanted your help. please help me. my website is gtev.com.br and the problem at the crew center is gtev.com.br/intraer
Last reply by Gtev, -
- 5 replies
- 1.5k views
Hello. So I recently uploaded a CSV of aircraft to my VA's website. They all "import" but then when I go to view them in the admin panel there are none and I get the "No aircraft have been added" error. I've tried to import directly in PHPMyAdmin and get a similar error in PHPMyAdmin. Any ideas how to fix this?
Last reply by ProAvia, -
- 1 reply
- 1.1k views
Hi there, I’m looking for recommendations for hosting providers which I can use for my VA. What hosting do you use/recommend? Thanks!
Last reply by vcal, -
- 3 replies
- 1.3k views
The export airport doesn't export a header row, like export aircraft does. Any way to add a header row to exporting airports? PHPVMS 5.5.2
Last reply by ProAvia, -
- 20 replies
- 3.1k views
Hi, I have been using PHPVMS on a free web host for testing, and I’m thinking about the future when I come to upgrade to paid hosting. How do I migrate to a new web host without loosing data? Thanks for your suggestions!
Last reply by DeletedUser,