Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 1 follower
- 27 replies
- 5.3k 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
- 937 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.5k 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.4k 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.6k 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
- 922 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.4k 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
- 799 views
Is anyone running Simpilots Tour MOD on php7? Just wondering for future update.
Last reply by flyalaska, -
- 0 replies
- 896 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.3k 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
- 858 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
- 963 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
- 841 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.1k 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
- 940 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
- 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.6k 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.8k 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, -
- 1 follower
- 6 replies
- 1.7k views
All of a sudden, I am unable to bid on a flight. When I press "Add to Bid" I get this error: 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 Its so weird as it was working earlier. I completely reinstalled phpVMS, yet I still get the error.
Last reply by jacobmatthew, -
- 7 replies
- 2.7k 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, -
- 2 replies
- 1.3k views
Hi All, Ok, I managed to write a few elegant lines so that the user can select the skin. Write the following in your core/codon.config.php $user_skin=$_GET['user_skin']; if (isset($user_skin)) SessionManager::Set('user_skin',$user_skin); $user_skin=SessionManager::Get('user_skin'); if (!empty($user_skin)) define('CURRENT_SKIN',$user_skin); include CORE_PATH.DS.'bootstrap.inc.php'; // paste the above just before this line Then, if you write www.yourairline.com/index.php?user_skin=crystal it will change the skin to crystal, or whatever you write there. Note that when the user just goes to the index.php, they get the default skin that you specified in the …
Last reply by mischka,