Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 1.1k views
I am having trouble with the javascript error causing the No Routes Passed. I have read some topics about a javascript No Conflict code but don't know the correct code I need or where to put it. Will that fix the No Routes Passed error. I can usually fix this error by moving the script to different locations in the layout.tpl file or even the frontpage.tpl file but nothing is working this time. Any ideas! Thanks for your help!
Last reply by in2tech, -
- 4 replies
- 1.4k views
I got this error Warning: Invalid argument supplied for foreach() in /home/ercio/public_html/lib/skins/lance/frontpage_recentpilots.tpl on line 3 <ul style="margin-top:10px; margin-left:3px;width:100%;" class="list-group"> <?php foreach($allpilot_list as $allpilot) { ?> <li class="list-group-item"><img src="<?php echo Countries::getCountryImage($pilot->location);?>" alt="<?php echo Countries::getCountryName($pilot->location);?>" /> <a href="<?php echo url('/profile/view/'.$pilot->pilotid);?>"><font color="#2f2f2f"><?php echo $pilot->firstname.' '.$pilot->lastname ?></font></a>&l…
Last reply by ercio, -
- 3 replies
- 2.2k views
I have recently installed phpVMS in my website for establishing a virtual airline but facing some problems. The first problem is, whenever a person tries to register, they get an error "Unable to open socket". Also when I try to add airports manually I get an error "There was an error adding the airport". As a result we are unable to develop our website for our virtual airline. Also I'd like to mention that we are currently using a free host for developing our website but are planning to buy a host once we are ready to operate. The Link of our website is : http://virtualindiaair.net84.net/ Regards.
Last reply by StartVM, -
- 1 reply
- 1.2k views
We are just 3 days old setting up PHP for our VA using smartCARS. We have various issues due to fuel, pax and cargo prices among others and would like to review the PHP manuals. I found this link to phpVMS documentation in the control panel -- http://www.phpvms.net/docs/doku.php. However, every link we try is a deadend going to this note; "Not Found The requested URL /docs/setting_up_your_airline was not found on this server." There are a lot of subjects we would like to check out in that list but can't as almost all of them come up this way. Can you point me to the current location of these phpVMS User Guide subjects please? Thanks, Jerry
Last reply by simpilot, -
- 0 replies
- 1.1k views
How do I use the original templates login form, for pilots to login? This is code in my template for logging in: <li class="login-container"> <a class="login" id="loginpopup" href="#loginform"><i class="icon-enter"></i> <font color="#000"><strong>Login</strong></font></a> <!-- login panel --> <div id="loginform" class="login-form-container"> <h4><strong class="epicon-strong">Login</strong> to your Account</h4> <form action="#">[b] [/b]//Tried putting <?php echo url('/login');?> in the action area to the left, replacing # sign <div class="input-group"> <span …
Last reply by in2tech, -
- 5 replies
- 2.3k views
Hello, i have a Problem with Skins. I tried to use my own Skin by pastin a copy of Crystal in the Skins Folder and changing the topbanner but after changing the Skin in the Settings nothing happend.
Last reply by playfsx, -
- 1 follower
- 29 replies
- 7.4k views
I just started using Lance skin www.virtualvarig.com and get some errors 1 - pilot tab not showing any pilots. I added 1 hub , 2 airports 1 aircraft ad one route. 2 - cant register anyone , because no HUB or location can be choose. PILOTLIST <?php if(!$pilot_list) { echo 'There are no pilots!'; return; } ?> <style> .borders{ margin-left: 100px; margin-right:100px; } </style> <div class="borders"> <h3><?php echo $title?></h3> <table class="table"> <thead> <tr> <th>Pilot ID</th> <th>Name</th> <th>Rank</th> <th>Flights</th> <th>Hours</th> </tr>…
Last reply by TAV1702, -
- 1 follower
- 12 replies
- 2.1k views
Hi! My question is: It's possible to remove the code airline on the Pilot ID ? Ex: "AFR0001" to "123456" Thank you!
Last reply by boeing974, -
- 7 replies
- 2.2k views
I'm trying to figure out how to change the contact form to when an email is sent and I hit "Reply" in my email client it will automatically populate the field with the senders email address. Right now, when I hit reply the address is my website address that I have setup in PHPVMS. While this isn't that big of a deal if I'm on my laptop to copy and paste the senders address into the "to" area. However, I mostly answer emails from my phone and that is a little more of a pain. Does anyone have any ideas on how to do this? Thanks, Keith
Last reply by flyalaska, -
- 1 reply
- 1.4k views
Hi All of a sudden, a message has been appearing around the website: This is the piece of code that is causing the error, which is the same as I've always used and has never caused any problems: $pilotid = PilotData::GetPilotCode(Auth::$userinfo->code, Auth::$userinfo->pilotid); $id = PilotData::getProperPilotID($pilotid); There has never been any problems with this and all of a sudden it just started. Line 189 is "foreach($airlines as $a)" with the surrounding function - none of it has been modified. /** * Parse a pilot ID from a passed ID * * @param int $pilotid Pass the ID string * @return int Returns the integer database ID * */ public static fu…
Last reply by danielp1997, -
- 5 replies
- 2.1k views
Hi, i have this error on the registration page of my site: Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /home/u380707918/public_html//lib/skins/crystal/ also no hubs show up and when i submit the form it says: could not open socket could someone explain how to fix them in easy language/ someone do it for me? my website: http://europevirtualairways.pixub.com/ Joel
Last reply by servetas, -
- 1 reply
- 895 views
Hi I installed PHPvms and could handler all errors but administrative tab, I saw I have to go to sme table at phpmyadmin but when I try I get : Access Denied Unable to establish a PHP session. If you believe that this is in error or inadvertent, contact your system administrator and ask them to review your server settings I am kind new ,need step by step how to fix it Thank you
Last reply by ercio, -
- 1 follower
- 3 replies
- 1.6k views
Hello guys, We have a issue where the flights can't be seen after a pilot bids the flight then complete it its still missing in the booking page thoe the pilot complete the flight and file's the priep we are using the addon front schedule http://forum.phpvms.net/topic/2197-schedule-search-airline-aircraft-arrival-departure/ to search flights.I think the problem lies on when a pilot completes the flight files the priep i guess the system thinks it still bidded by the pilot thoe he completed the flight.So how to delete the bidded flights in the database i know we can delete it in the PHP VMS admin panel but i want to delete it from the database.??? websi…
Last reply by Parkho, -
- 5 replies
- 1.9k views
A virtual airline would like me to help them create a function in phpVMS in which the pilot can only bid from a flight that they had previously arrived from. I'm wondering if such function is possible, or should I suggest just reject flights that don't follow the criteria (that would seem mean, )? Haven't touched phpVMS for a whole summer, so I'm extremely rusty on the matter. Any input would be great, thanks!
Last reply by XLineVA, -
- 1 follower
- 2 replies
- 1.7k views
Hi i just wonder if there is any way that if i want to transfer all schedules from/to the specific airport for example if airport will be closed for some time.
Last reply by Kapitan, -
- 1 follower
- 3 replies
- 3.1k views
Hello all, I am attempting to start a virtual airline, so I have two questions. 1) Can I use this just for pilot center, acars, admin center etc. but not for making the website because I have already started on one in wordpress. 2) If yes, how? (have a very very basic knowledge of sql and html
Last reply by Vangelis, -
- 2 replies
- 1.4k views
Hello Community I have been having an issue lately with the Fetching Airports which won't fetch airports what so ever. I have set the below Config::Set('AIRPORT_LOOKUP_SERVER', 'phpvms'); Config::Set('PHPVMS_API_SERVER', 'http://api.phpvms.net'); Config::Set('PHPVMS_NEWS_FEED', 'http://feeds.feedburner.com/phpvms'); Config::Set('VACENTRAL_NEWS_FEED', 'http://feeds.feedburner.com/vacentral'); Config::Set('GEONAME_API_SERVER', 'http://ws.geonames.org'); But ever since i have done this before which is a must need to do before after installing phpvms and setted the Airport look up server. Is there an issue with the look up server at all? Because i cannot retrieve an…
Last reply by Falconair, -
- 3 replies
- 2.1k views
Is the add airport function in the admin panel not working anymore?
Last reply by simpilot, -
Accent
by PockerRock- 2 replies
- 1.7k views
Hello, and thanks for your help. The link for my webpage is tucanairlinesva.com If you can see in the main page there are some accents fine, but in the Welcome message, this appears Welcome to Tuc�n Airlines VA, you can sign up for free. �We hope you enjoy flying with us!, One is an accent the other one is an admiration sign from spanish ¡, i have tried UTF-8, ISO and i didnt manage to fix it so i need some help.
Last reply by PockerRock, -
- 0 replies
- 1.1k views
when I want to choose my flight I only can search by Dep icao , I would like to have aircraft and arrival icao also , and if possible all 3 combined , or all 3 by itself to work. <?php /** * phpVMS - Virtual Airline Administration Software * Copyright © 2008 Nabeel Shahzad * For more information, visit www.phpvms.net * Forums: http://www.phpvms.net/forum * Documentation: http://www.phpvms.net/docs * * phpVMS is licenced under the following license: * Creative Commons Attribution Non-commercial Share Alike (by-nc-sa) * View license.txt in the root, or visit http://creativecommo...s/by-nc-sa/3.0/ * * @author Nabeel Shahzad * @copyright Copyright …
Last reply by ercio, -
- 6 replies
- 1.7k views
My pilot is marked as retirement in 80 days how do I change it?
Last reply by ercio, -
- 0 replies
- 1.2k views
Hi, I have implemented a language selection, and I have created multiple phpVMS directories for each language e.g. under /en, /nl etc. The language selection option box posts data to a language_switcher.php which creates a cookie for the language and redirects the user to the respective language directory. I happen to be logged in across the domain. Once the script redirects me, the cookie is not getting initiated as the login boxes appear - but the session is there, as once I refresh the page or navigate to another one, I am logged in. How can I fix this issue. Would it help getting the session cookie and loading it before redirecting the user?
Last reply by HighFlyerPL185, -
- 4 replies
- 2.7k views
Hello, I am trying top have a stat on the front page showing all pilots that are active. The problem is that retired pilots are also classed as active, giving a misleading figure. In my thinking I need to count the pilots that have a status of not retired but am unsure what query to use? Thanks in advance, Greeham
Last reply by greeham, -
- 5 replies
- 2.2k views
i try many diferents code for this inssue any help? thanks
Last reply by WP4KXX, -
- 0 replies
- 1.3k views
hi could someone install php vms on my 1freehosting account i have tried lots of web hosts and i would like someone to install it and get it working please help! Joel
Last reply by joelwelford, -
- 1 reply
- 985 views
Hello, I work for a VA which has been having a few problems recently in terms of activity. I would like to E-mail all pilots hoaever the e-mail doesn't seem to be sent out even though it says that e-mails have been sent. Moreover I cannot seem to be able to enter flight plans and edit flights etc for events, I end up getting a fatal error code that goAes like: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 81 bytes) in /var/www/vhosts/flyhellenicairways.com/httpdocs/core/classes/ezdb/ezdb_mysql.class.php on line 277 Is there anything We can do from the admin panel to work around those problems? Dimitris
Last reply by flyalaska, -
- 1 reply
- 1.3k views
Hi. I need help to add a box on my phpvms. I want to add a white background behind this informations What sould I chang the code? THX
Last reply by Tameem, -
- 1 follower
- 3 replies
- 1.6k views
My index.php looks funny. If you go to my phpvms installation, on the /index.php page, I see all the code but not the results of said code. I don't really know how to describe it, so I've left the site as-is and I've let you see it here: http://www.flyopex.x10host.com/phpvms/index.php Please help! I cannot do anything like this, and my pilots can't file PIREPS when it looks like this... This is a new install on a free host using PHP version 5.4.
Last reply by flyalaska, -
- 2 replies
- 1.4k views
Hey folks, I am the H.R manager at DLH Virtual we recently have a problem where flight are missing thoe its scheduled we are using this module for searching flights and booking flight http://forum.phpvms.net/topic/2197-schedule-search-airline-aircraft-arrival-departure/ help is very much appreciated.. Regards, Denver Saldanha
Last reply by Denver, -
- 3 replies
- 1.7k views
Hello all, I'm getting this error when I try to install: Fatal error: Cannot re-assign auto-global variable _FILES in /home/flyopexx/public_html/phpvms/core/common/PilotData.class.php on line 436 I'm using X-10 Hosting (free). I am not using a beta of PHPVMS, but I have tried that. Any ideas on how to fix this error? Attached is a screenshot of the last screen I get.
Last reply by USArmyMP,