Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 7 replies
- 2.7k views
Is anyone else having issues with the PHPVMS 5.5.2 "Email all Pilot" email system ? I have 2 sites and both are letting me construct and send an email but not posting to members ? Thanks in advance
Last reply by shaun105, -
- 1 follower
- 7 replies
- 1.7k views
There was an aircraft in our fleet called "ANY" I made a bad choice of removing it from the DATAbase directly. When trying to load a flight in kACARS free by inputting the flight number then clicking the Get Flight Information button, we seem to be getting an unhandled exception error in kACARS. How can this be repaired? thnx
Last reply by hecrowell, -
- 7 replies
- 2.9k views
I have noticed that phpVMS isn't quite writing anything into the MySQL database. For example, if there is a new pilot registration, the Admin Center does nothing when i press "Accept Pilot" Same for "Profile Edit", it doesn't show any errors, but neither it updates anything. The only way i do it is via the phpMyAdmin through the cPanel. This is kind of frustrating everytime, does anyone know how to fix this??
Last reply by LeonardIGO4036, -
- 1 follower
- 7 replies
- 2.7k views
I ran into a wall with the monthly hub stats. I am trying to get the hours to reset every month. Shown on the red ribbon on the picture below. It only shows total hours. Here is my code. public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } <?php echo HubStats::TotalHoursBetweenDates('PACD', date("Y-m-01"), date("Y-m-t"));?> Any help would be appreciated!
Last reply by shakamonkey88, -
- 1 follower
- 7 replies
- 2.3k views
Hi, I am getting some strange errors in my errors.txt file, one of them is [28-Oct-2017 22:15:50 Europe/London] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Profile' does not have a method 'action.php' in /var/www/fly/core/classes/MainController.class.php on line 218 [28-Oct-2017 22:15:50 Europe/London] PHP Stack trace: [28-Oct-2017 22:15:50 Europe/London] PHP 1. {main}() /var/www/fly/index.php:0 [28-Oct-2017 22:15:50 Europe/London] PHP 2. MainController::RunAllActions() /var/www/fly/index.php:70 [28-Oct-2017 22:15:50 Europe/London] PHP 3. call_user_func_array:{/var/www/fly/core/classes/MainController.class.php:21…
Last reply by HCStrike, -
- 7 replies
- 1.8k views
Hello Guys , I have installed phpvms v5.5x master on my Debian 8 64bit server with PHP5, Apache2 and MySQL without any problems, after i finished the installation the site comes up without any colors or logos, i tried to log me in it doesnt work... Website link: www.ltuvirtual.de Greetings Marvin S.
Last reply by MRVS01, -
- 1 follower
- 7 replies
- 3.8k views
Personally, I made the request to simbrieing for the API key, I get by Mr. Derek via e-mail the key. I searched the script afterwards and did not find it, again I sent an email to Mr. Derek and he sent me the script https://github.com/vangelisb/Simbrief I installed the scripts as it is in the folder, however when I click on generate symbian, nothing happens ... Comments: - Using phpvms 2.1.936 - Insert the API key in the requested location - Open the script as requested. The brieinf script normally opens for the flight, shows origin, destination, etc., but does not generate the symbrieinf. Thank you very…
Last reply by Vangelis, -
- 1 follower
- 7 replies
- 2.8k views
Can someone just point out the differences between the various versions of phpVMS? What's the latest stable version?
Last reply by in2tech, -
- 7 replies
- 1.8k views
Hello! I'm getting this msg on the map of my VA Oops! Something went wrong. This page did not load Google Maps correctly. See the JavaScript console for technical details.
Last reply by LeeCley2017, -
- 7 replies
- 7.9k views
Why does my airport search don't work? It always says it's looking up and nothing happens.
Last reply by CanadaAirVirtual, -
- 1 follower
- 7 replies
- 2.6k views
Hello, I am trying to enter routes / schedules. After providing all the information, it says the flight with flight number, etc. has been saved successfully. However, the flight does not appear in the schedules section. Also, I have noticed that I can add manually aircraft just fine. When I am trying to import them from a file, it lists all the aircraft and says the import was successful. However, they do not appear on the list of aircraft later on. What am I missing?
Last reply by bbuske, -
- 1 follower
- 7 replies
- 2.3k views
Good morning and happy Christmas. I need to give a change of image and the Va, the person who had in charge for personal reasons can not continue, it would be very nice to have someone support to guide me a little. Thanks happy New Year PS: You can send me an email to: dfr_34@hotmail.com
Last reply by Volotea, -
- 7 replies
- 2.3k views
The graph that shows Pireps Counts during the past 30 days is stuck and "loading: just keeps spinning. No graph is being displayed. This was a convenient way for Admins to see a VA's priep counts during the past month. Is there a fix for this?
Last reply by ProAvia, -
- 7 replies
- 3.3k 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, -
- 7 replies
- 2.1k views
I am receiving the this ReCaptcha error: ERROR for site owner: Invalid site key reCAPTCHA I am using Nabeel's 5.5 version. I am using ReCaptcha v2 My domain registered with ReCaptcha is: http://phpvms708.000webhostapp.com These are my keys: https://gyazo.com/7e1c73f8e8ca0f0485e38239ce2da601 This is line is added into my local.config.php /* Keys for recaptcha, you can change these if you want to your own but it's a global key so it should just work */ Config::Set('RECAPTCHA_PUBLIC_KEY', '6LfxCZsUAAAAAOCCVBBECIKf4uOSg-Uh_UYlZ4bS'); Config::Set('RECAPTCHA_PRIVATE_KEY', '6LfxCZsUAAAAAOOQ9b5LO-iDAsEM9myVY0eT9Msu'); Here is a full log of m…
Last reply by pluto708, -
- 7 replies
- 2.1k views
Hello Folks, I wonder if it's possible to set the intervall of the data send to the website or is this set by the acars program? Currently there are updates every 30 seconds. I want to update maybe every 15 seconds - is this possible? Thanks!
Last reply by ProAvia, -
- 7 replies
- 2k views
Hi guys, I have a problem with searching for schedules. In the drop-down box, you give me all the airports instead of just departures. Thanks for a possible reply. This is the code: <div class="tab-pane active" id="tab_1"> <p>Select your departure airport:</p> <div class="form-group"> <select id="depicao" name="depicao" class="form-control"> <option value="">Select All</option> <?php if(!$depai…
Last reply by gio1961, -
- 7 replies
- 1.9k views
Hello, In the finance module, it's the total of flights by month wich is mentionned (scheduled flgihts + free flights). But i want to have just scheduled flights to have the right number. How can i do this please ? Actually it's like this (here $month->total return all the flights.) : <td align="center"> <?php echo $month->total; ?> </td> i try this without success : <td align="center"> <?php $scheduledFlights="SELECT COUNT(pirepid) as totalflights FROM phpvms_pireps WHERE month(submitdate)=".$month->ym." and (code='xxx')"; $resultScheduledFlights=DB::get_results($s…
Last reply by orobouros, -
- 7 replies
- 1.7k views
getting this on my webpage how do i resolve?? Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No database specified! (-1)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/gruponew/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 126
Last reply by ProAvia, -
- 7 replies
- 1.8k views
How do I push user back to his profile edit page if core_success or core_error is thrown? In the code below index() pulls profile_main.php which is not used (at all)--I can't set profile_edit because if I do then it shows no data. Is there way to force index() to move on to public function view($pilotid='') where the actual profile builds? public function index() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.php'); return; } /* * This is from /profile/editprofile */ if(isset($this->post->action)) { if($this->post->action == 'saveprofile') …
Last reply by Ither, -
- 7 replies
- 2.3k views
I couldn't find answer besides "CC Flight Tracker' module -- is there a secret trick to enabling raw data on PIREPS? I did shoot message over to SmartCARS to ask them but wanted to check here first. I found couple threads about it but they ultimately ended up as "SmartCARS can but I went to CC Flight Tracker."
Last reply by Ither, -
- 7 replies
- 2k views
I installed a new skin, but everytime I enter my site. It displays this: Notice: The template file "/home/airrobin/public_html//lib/skins/ElaSkin-2.0-master/header.php" doesn't exist in /home/airrobin/public_html/core/classes/TemplateSet.class.php on line 231 Activity Feed ARN0001 Samuel T has just joined, welcome aboard! View Profile Recent Reports No reports have been filed Newest Pilots ARN0001 Samuel T Users Online There have been 1 user(s), and 1 guest(s) online in the past 20 minutes. Notice: The template file "/home/airrobin/public_html//lib/skins/ElaSkin-2.0-master/footer.php" doesn't exist in /home/airrobin/publ…
Last reply by web541, -
- 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, -
Maintenance
by Ither- 7 replies
- 2k 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, -
- 7 replies
- 1.5k views
Hi I want to add the Register of the flight in the pirep email. Also I want to send that email to other email except admin mail such as operation email What should I do? Thanks in advance
Last reply by ProAvia, -
- 7 replies
- 1.9k views
Few things: First of all, would someone be able to help me customize the Airline Route Map and the Exam Center from Crazy Creatives for my VA, and help me make it so that you don't have to be logged in or on /index.php to view it? If not, could someone then help me custom code things like this for my VA? Email me at envoyair3492@gmail.com if you can help, it would be greatly appreciated.
Last reply by flyalaska, -
- 7 replies
- 1.9k views
Hi all, Currently when i have already 1 bid in my bids, i cannot to proceed to make 2nd booking, is there any option to allow 2 booking or more ? Yours,
Last reply by PikoSim, -
- 7 replies
- 1.3k views
Is there away to export the pilots list into CSV format? Rather then going through the db as it makes it very difficult. Something like the way exporting the schedules can be done. I use currently phpvms 5.5.2
Last reply by ProAvia, -
- 7 replies
- 2.1k views
I recently update my phpvms to the 5.5.72 version and the php tp 7.2, and i get this warning in the statistics table Warning: count(): Parameter must be an array or an object that implements Countable in /home/u827720769/domains/cubana-va.com/public_html/lib/skins/blueIce/frontpage_main.php on line 125 Any help is welcome
Last reply by flyalaska, -
- 7 replies
- 1.8k views
Hi, if I want to allow pilots to enter a custom amount of miles (if they have a multiplier or something) 1. would this work? $sql = 'SELECT SUM(distance) AS distance FROM '.TABLE_PREFIX.'pireps WHERE pilotid = '.$pilotid; $info = DB::get_row($sql); echo $info->distance; and 2. how could I get a PIREP field that would change the total miles for pilots thanks
Last reply by PikoSim,