Support Forum
Any questions or bug reports go here.
7146 topics in this forum
-
- 5 replies
- 1.8k views
Does anyone know how to display on the routes map a routing across the Atlantic ie using the following format. GORLO UL980 LAM/N0477F380 UL179 CPT UL9 STU UP2 BANBA/M084F380 DINIM 5000N/02000W 4500N/03000W 3900N/04000W/M084F400 3600N/04500W 3200N/05000W 2700N/05500W RKDIA/M084F400 A516 OBIKE The system doesnt line the coordinates 5000N/02000W or 5000N02000W or 5000N 02000W Thanks, Mark.
Last reply by ProAvia, -
- 7 replies
- 1.6k 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
- 12 replies
- 7.8k views
hi to all members of phpvms a have a litle problem yesterday i try to add a new airport and the search for the new airport dont run. Fetching airport data... and dont find nothing. best regards thanks.
Last reply by AidasP, -
- 1 follower
- 27 replies
- 5.5k views
hello there guys and gals i'm using the lance skin and i'm having an issue where the schedules page when you search is duplicating the header and footer i have inclueded a picture of what is happening https://va.atlasgaming.group thats the link to the website i have scoured throw tpl and php files and i just cant pick out whats gone wrong also one quick question i would like the ability for my pilots to add routes to the airline like admins can through the admin center i was thinking maybe i could just create a page and have it render the object used by the admin center to add a schedule but i'm not entirely sure how this would work any help is greatly apprecia…
Last reply by flyalaska, -
- 1 reply
- 946 views
Hi All, I was wondering if anyone could help me. I've brought a virtual Airline, before I brought it I was told that they would help me to get it back up and going. Which I thought was great as I don't know anything about php phpvms and SQL. The transfer took place a few weeks ago and I'm still waiting for that support. I've found this website tonight and I was wondering if anyone would willing help me out. please message me if you are able to help. Or maybe advise me who could help me out. Thanks
Last reply by mark1million, -
- 1 follower
- 5 replies
- 2.6k views
Hello I have a little problem, I want to show the Flown_routes_map in the main profile. Unfortunately this shows all the routes. I'm using this code <?php MainController::Run('RouteMap', 'index'); ?> Can someone help me? Thanks
Last reply by RuiMiguel, -
- 1 follower
- 4 replies
- 1.6k views
Hi community I have a question. Is there a way to simplify or improve this code? I would like, if there is no information to the airport, a text like example: no gate info available. PS I'm a beginner with php <?php $zurich[] = "Terminal 1 Dock A"; $zurich[] = "Terminal 2 Dock B"; $zurich[] = "Terminal 3 Dock E"; $zurich[] = "Dock D"; $zufallsIndex = rand(0,sizeof($zurich)-1); if($info->destination[0]->icao_code == 'LSZH') echo $zurich[$zufallsIndex]; elseif($info->destination[0]->icao_code == 'BKPR') echo "Stands 201 - 203"; elseif($info->destination[0]->icao_code == 'GCFV') echo "Stands 18 - 22"; elseif($info->destination[0]-…
Last reply by magicflyer, -
- 1 reply
- 1.1k views
Flights are not being displayed on the actual route. They are always shown approx 1/4" off of the actual route (see attached photos). The info from ACARS is correct as I can monitor the flight using 3rd party software on my iPAD it is correct. Any suggestions, appears to be some offset.
Last reply by DesComm, -
- 11 replies
- 3.6k views
I have an custom skin for my panel center, but when i will add an bid i got an no route passed error, here go my layout.php: <!DOCTYPE html> <!-- Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2 Version: 3.7.0 Author: KeenThemes Website: http://www.keenthemes.com/ Contact: support@keenthemes.com Follow: www.twitter.com/keenthemes Like: www.facebook.com/keenthemes Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project. --> …
Last reply by DLH001, -
- 24 replies
- 3.5k views
Is there anywhere I can check the status of vaCentral? My VA has over 6,000 PIREPs waiting to be sent and I wanted to check if vaCentral was up and it's an actual error on my end or if vaCentral isn't up and running right now.
Last reply by mischka, -
- 12 replies
- 1.7k views
Hi, i have a error in the installation, i did follow very carefuly the steps, when i open the web page appears this message. Please help. Thank You error phpvms.zip
Last reply by servetas, -
- 0 replies
- 942 views
Hi, the routes map wont show when on mobile, but works fine on desktop. Here is my flown_routes_map.php file: <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php /** * * */ ?> <h3>My Routes Map</h3> <div class="mapcenter" align="center"> <div id="routemap" style="width: 800px; height: 600px;"></div> </div> <script type="text/javascript"> var options = { mapTypeId: google.maps.MapTypeId.ROADMAP } var map = new google.maps.Map(document.getElementById("routemap"), options); var flightMarkers = []; <?php $shown = array(); foreach($pirep_list as $pirep) { // Dont show…
Last reply by jacobmatthew, -
- 6 replies
- 1.5k views
Is it possible to let all pilots book only one flight? Because, as you may know, pilots can book as many flights as he wants, as far as I know, so let's book only 1 flight? Example: Same as other VAs, when you book a flight, it blocks where you are searching for the flight and switches to my bids - Using Fltbook And I'm also trying to map the route on the bids, how is it possible? Ex: http://prntscr.com/h42z1s Thanks, Carlos
Last reply by mischka, -
- 1 follower
- 7 replies
- 2k 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, -
- 1 reply
- 1k views
Firstly I apologise if this not the correct forum area for this post. And admin please feel free to move it to the correct place. I am really new at doing this and what I want to know is this, is there a way to create a flight schedule for lets say EGKK to EGPH, but when adding a bid I can select the aircraft I want to use for it. What I dont want to do is create multiple schedules for the same route, but for each aircraft I might use it for. Any help and assistance would be very welcome Thank you Rob
Last reply by servetas, -
- 4 replies
- 1.2k views
I bought a new web page Business page separate from my VA page. After that my php/vms quit working. Now I get this error. I tired running a update and was unable to do so. I keep getting errors. No matter what I do This seems like a simple fix. Probably one little thing but I don't know where to start looking Honestly. Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user 'north863'@'localhost' (using password: YES) (1045)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </…
Last reply by NSX665, -
- 1 reply
- 816 views
Is anyone running Simpilots Tour MOD on php7? Just wondering for future update.
Last reply by flyalaska, -
- 0 replies
- 917 views
Hi All, Just a quick question, whenever someone attempts to login they get "Login to access this feature" however this only occurs on Tablets or Mobile Devices. Logging in on a computer works fine no issue. Is there a fix for this? Regards,
Last reply by elcapitan, -
I'm trying to log into cpanel but my password isn't working. Cpanel says they don't have that. Who do I contact to get a new password?
Last reply by servetas, -
- 5 replies
- 1.4k views
Hello, I am wanting to uninstall phpvms from my website. I recently became primary admin/ webmaster for a VA that is in need of something new. We have been experiencing too many problems and want to look for new directions. We feel phpVMS is not the best fit for us. I want to try to keep my site intact and just uninstall phpvms and recode for another manager rather than having to build a whole new site. I am not familiar phpVMS so a little help would be greatly appreciated! Thanks in advance!
Last reply by servetas, -
Can't select a flight. When I try to search schedules, nothing appears, whether I'm searching be departure airport, destination or aircraft type. Reloaded the flight schedule but still no luck. Monday morning issues? David Red Historic Airline Group
Last reply by reed0427, -
- 0 replies
- 873 views
I am installing v2 on a php7 server. I am getting an error on installation. Warning: mysqli::__construct(): (HY000/2002): No such file or directory in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb_mysqli.class.php on line 97 Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core…
Last reply by flyalaska, -
- 2 replies
- 992 views
Hello, I am creating my own admin template as shown on the shot below, I am trying to show the menu on all pages, that works if i put the line in the layout. I am using the freeware crewcenter as a guide on hot to set things up so the following lines are present in the layout to show the menu everywhere. Only problem is that the menu based in the app_top.php is also visible in the login page. Does anyone lnow how to exclude this from the login and registration pages?
Last reply by ncd200, -
- 0 replies
- 859 views
Hello, My new admin template is running but i cant find out why i recieve the error no route passed. I know for sure it is a jquiry error. but dont know how to fix this. Can anyone take a look at my layout? The link is crew.silverwingsva.com Kindly regards, Rick
Last reply by ncd200, -
- 2 replies
- 1.2k views
Hi, I installed the exam center pluggin for my VA this morning and it had lots of error messages however I found a forum post on here which helped me with that, but now I have encountered more that I don't know how to fix on the page. (see first pic). Then I went to the Admin panel version and there were tones more but all strict standards errors. (2 pics below first) Code for this: Admin Part Issue Code for Admin errors Any help would be most appreciated. Thanks Matthew
Last reply by mjrbradley66, -
- 0 replies
- 961 views
Hi, I recently came across this error. If I set URL_REWRITE to true, it will give this error when you try to bid on a flight. Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Schedules' does not have a method 'viewaction.php' in /home/u107961649/public_html/core/classes/MainController.class.php on line 218 I have searched the forums, and it seems I'm not the only one experiencing this problem. I haven't find a solution yet, so I'm hoping someone can help me figure this out.
Last reply by jacobmatthew, -
- 2 replies
- 1.2k views
Hello, I'm trying to customize the JumpSeat of Fltbook from web541. However when I go to select the airport for JumpSeat the price does not appear in the box. http://prntscr.com/gzzgwj (It was to appear where the red place is) This is my code: <div class="col-xs-6"> <p>Cost:</p> <div class="input-group"> <input type="text" id="jump_purchase_cost" class="form-control" readonly> <span class="input-group-addon"><i class="fa fa-dollar"></i></span> </div> </div> Original code: <tr> <td align="center">Cost:</td> <td align="left"><div id="jump_purcha…
Last reply by CarlosEduardo2409, -
- 1 reply
- 1.1k views
I'm trying to log into cpanel to make updates to the website but apparently I have forgotten the password to log in. How do I go about retrieving it, or getting a new one?
Last reply by servetas, -
- 4 replies
- 1.7k views
Is there a way logout a person out after x_minutes of inactivity? We have a issue where some members login using a phone or other device and forget to logout. We want the system to logout them out after a period of time.
Last reply by servetas, -
- 1 follower
- 17 replies
- 2.9k views
Hello everyone, so I'm trying to make a module for the pilots to send suggestions of routes. But when I click to send it it does not send the email. My core/templates/routesubmit_mainform.php - MY BUTTON CODE <input type="submit" class="btn btn-primary btn-block btn-flat" name="submit" value='Submit Route'> My core/modules/RouteSubmit.php - MY SENDEMAIL CODE <?php class RouteSubmit extends CodonModule { public function index() { require_once CORE_LIB_PATH.'/recaptcha/recaptchalib.php'; $this->set('title', 'Add Schedule'); $this->set('allairlines', OperationsData::Ge…
Last reply by servetas,