Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 3 replies
- 1.5k views
Hello Im getting some errors Those errors apear when i visit my site Warning: Cannot modify header information - headers already sent by (output started at /home/ryanairv/public_html/virtual/core/local.config.php:1) in /home/ryanairv/public_html/virtual/index.php on line 74 Warning: Cannot modify header information - headers already sent by (output started at /home/ryanairv/public_html/virtual/core/local.config.php:1) in /home/ryanairv/public_html/virtual/index.php on line 76 Warning: Cannot modify header information - headers already sent by (output started at /home/ryanairv/public_html/virtual/core/local.config.php:1) in /home/ryanairv/public_html/virtual/index.php…
Last reply by StartVM, -
- 3 replies
- 1.4k views
Hello, I have 2 genral quesrions regarding this 1. How do I edit the IDs of individual pilots So I can give the first IDs for my staff // Found it in the Admin Panel [EDIT] 2. I have seen some airlines has custom Pilot ID Structure where each Hub starts with a different number. How to achieve that? Thanks
Last reply by Ariel, -
- 5 replies
- 2k views
i try many diferents code for this inssue any help? thanks
Last reply by WP4KXX, -
- 6 replies
- 2.7k views
I can no longer access the forum from my mobile it just keeps redirecting. Is this a problem with my phone or the forum?
Last reply by simpilot, -
- 4 replies
- 1.9k views
When on the pilots list table in admin. If I sort by status I get a blank page. Is there a fix for this?
Last reply by flyalaska, -
- 4 replies
- 1.4k views
Hi , how do I add a link to my pilot center for download fsacars,ini ?
Last reply by servetas, -
- 3 replies
- 1.3k views
Hello, Is there a possible way to clean up the url structure of my PHPVMS site. Example : http://myva.com/index.php/profile --->>> http://myva.com/profile http://myva.com/action.php/Ops/map --->>> http://myva.com/Ops/Map Thanks
Last reply by Kishshey, -
- 0 replies
- 778 views
Is there any place to get some routes to give the VA a kick start for the testing phase? Thanks
Last reply by Kishshey, -
- 4 replies
- 2k views
Hello all! I installed PHPvms and I added a .cvs file full of airports - 37,590 to be exact! I could add schedules and added 49, then suddenly I got this issue: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 8968127 bytes) in /home/flyourwo/public_html/core/classes/CodonCache.class.php on line 202 How do I fix this and what is the problem? On line 202, it says the following: $value = serialize($value);
Last reply by eyeballtopia, -
- 5 replies
- 1.7k 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, -
- 5 replies
- 2k 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, -
- 2 replies
- 1.2k views
is it possible when a pilot performs a flight and it is not accepted by the airline stuff the next flight will be the last non accepted??? whe are using Auto Pirep and the Real Schedule Lite....
Last reply by Iraklis, -
- 2 replies
- 1.4k views
Simple question please. What version of PHP is the phpVMS?? My wed server is using PHP version 5.4.40 Thank you.
Last reply by servetas, -
- 12 replies
- 3.5k views
Greetings everyone, If any of you know how to get a fullscreen acars map as a separate module, please let me know how to. Your help would be appreciated much. Thanks
Last reply by Iraklis, -
- 1 reply
- 1.2k views
Hi I have looked all over but I can not find how to export pilots information in the new version of phpvms. Does anyone know? Thanks.
Last reply by servetas, -
- 5 replies
- 2.1k 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 reply
- 999 views
What is causing this? Works fine on my server, but not on another server! Using the default acars.tpl file with no changes and this is the default crystal skin. http://screencast.com/t/IA3fhPch and this http://screencast.com/t/jn0Orw4z And is also not showing info on flight board! Thanks! Is it a php version error?
Last reply by in2tech, -
- 3 replies
- 2.1k 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, -
- 0 replies
- 974 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, -
- 1 follower
- 4 replies
- 1.7k views
How do I add money from aircraft sales or loans?
Last reply by TennShadow, -
- 4 replies
- 1.3k 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, -
- 16 replies
- 2.5k views
I am having issues with pilots who are on leave or inactive. They are wanting to fly again. I reactivate them. Within 24 hours they go back on leave again automatically. Most of the time before the pilot is able to fly again. Is there a way to disable this feature or extend the time after they are re activated?
Last reply by simpilot, -
- 1 reply
- 1.1k 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, -
- 1 follower
- 12 replies
- 1.9k 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, -
- 0 replies
- 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, -
- 1 reply
- 820 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 reply
- 1.3k 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, -
- 1 follower
- 2 replies
- 1.5k 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
- 2.9k 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.2k 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,