Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 4 replies
- 6.7k views
Does anyone know what this error may be? I had to migrate from hosting after login it appears: Warning: unserialize() expects parameter 1 to be string, object given in /home/europask/public_html/core/classes/SessionManager.class.php on line 76 Line 76: return unserialize($_SESSION[$key]); Check Install: phpVMS Virtual Airline Administration Software Install Check phpVMS Build Number: 2.1.934 Checking PHP version [OK] PHP version is 5.2.17.x ASP Tags [OK] ASP-style tags are disabled Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! OK,'No errors found! :huh:
Last reply by Kairon, -
- 24 replies
- 6.6k views
Hello, gentlemen! This is my first post in this forum. I'm am the CEO of Brisa VA, from Brazil (www.brisalinhasaereas.com, several language versions ). We're setting phpVMS up, after two years using VAFS. We are very happy with what we already got from phpVMS, although there are a lot of things to do yet. But there is a bug stealing a lot of time our staff. All the pilots who try to register in our site recieve the same error message: "This e-mail is already in use!" I'm sorry if there is already a topic about it. If so, please let me know the link so I can check the answers. Best regards to everybody!
Last reply by ynotdoit, -
Pilot Status
by Kyle- 20 replies
- 6.6k views
Hey Guys, I been on that for a while and I'm trying to firgure out how to add different status and I'm lost here, So I have added the new options for the pilot status And What I coded like that for the stats listing..... <select name="retired"> <option value="0" <?php echo $activesel?>>Active</option> <option value="1" <?php echo $retsel1?>>Retired</option> <option value="2" <?php echo $retsel2?>>Banned</option> <option value="3" <?php echo $retsel3?>>On Leave</option> </select> And I'm trying to get the database to smarten up to get these numbers in…
Last reply by asunyer90, -
- 1 follower
- 28 replies
- 6.6k views
Hello, I am trying to restrict the aircraft that can be flown by a pilot by their ranks. I have selected the rank they have to be in the fleet list area of the admin panel. I have also added the line of code to the local.config.php to restrict it and set it to true and it still doesn't restrict pilots to fly certain aircraft. I am using Front Schedules put out by lorathon, and I tried adding the restriction code that is in the schedules_result.tpl, but that didn't work. Any ideas? Thanks in advance! Cory
Last reply by SiedlerP, -
- 11 replies
- 6.6k views
Hi! I have now a working phpVms thanks to your help:-) Can anyone help me setting up xAcars? i have installed xAcars but i am wondering what settings i need to do in xAcars to connect it to phpVMS... A quick guide anyone?;-) Thanks a lot!
Last reply by joeri, -
- 28 replies
- 6.6k views
hello, i have upload phpvms on my site but when i go to http://*****.altervista.org/phpvms/install/install.php the site give me this error Parse error: syntax error, unexpected '.', expecting '(' in /membri/aireagle/phpvms/install/install.php on line 63 why? i see the line 63 but i don't find any error similar error give me the site in other pages: syntax error thank's for all P.S. excuse-me for my english but i am not english
Last reply by aireagle, -
- 10 replies
- 6.5k views
Hi all ! I'm using FsCaptain to send my pireps to my VA and FsCaptain uses the same format of Fspassengers ! I followed the tutorial found on this web page http://www.fspassengers.com/?action=va to install Fspassengers in my VMS. It has added to my DB 2 new tables : 1- user_profile 2- flights Here's how flights table is made: CREATE TABLE IF NOT EXISTS `flights` ( `id` int(16) unsigned NOT NULL auto_increment, `datestamp` datetime NOT NULL default '0000-00-00 00:00:00', `UserName` varchar(22) NOT NULL default '', `CompanyName` varchar(35) NOT NULL default '', `PilotName` varchar(35) NOT NULL default '', `FlightId` varchar(10) NOT NULL default '', `OnlineNetw…
Last reply by Joburgtaxi, -
- 20 replies
- 6.5k views
I'm currently revamping my schedules and creating some more routes/schedules etc. I have run into a problem thats slightly baffled me. I exported my current schedules and get (its a bit squished displaying here) code flightnum depicao arricao route aircraft flightlevel distance deptime arrtime flighttime notes price flighttype daysofweek enabled AVE 1001A CYZF CYYC AVE-B21 17000 681.568 13:30 UTC 15:00 UTC 1.3 Daily Schedule 625 P 123456 1 AVE 1001B CYYC CYZF AVE-J31 33000 681.568 16:45 18:35 1.5 625 P 123456 1 AVA 1002A CYZF CYRT AVA-B14 33000 614.866 10:20 12:15 1.5 720 P 123456 1 AVA 1002B CYRT CYZF AVA-B14 33000 614.866 15:10 17:00 1.5 720 P 123…
Last reply by sayedzaafir, -
Cant figure out whats wrong with this or how to fix it: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Host '10.1.1.38' is not allowed to connect to this MySQL server (1130)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a8823547/public_html/phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 99 If anyone could help that would be great! Thanks!
Last reply by Qantas23, -
- 10 replies
- 6.5k views
My pilot list in the Admin Center is empty (0 of 0 pilots). If you go to the site or any other tab that gives a list of the pilots, they show up. Any idea as to the cause of the empty pilot list? Cant seem to find the issue in the code...
Last reply by Chad, -
- 14 replies
- 6.5k views
Hello all, I'm a little embarrassed to make this post, as I think I was the one responsible for this glitch. When a member on my site goes to upload their own avatar via profile_edit.tpl, a message at the top of profile_main.tpl says "Profile saved!" but the avatar is never changed. There aren't any error messages associated with this glitch, which is why I'm uploading the files that I think are related to it. Would anyone be able to help me out with this? If someone could just point me in the direction of where I have to look, it would be much appreciated. Thanks in advance! profile_edit.tpl <h3>Edit Profile</h3> <form action="<?php echo url('/p…
Last reply by Boogace, -
- 22 replies
- 6.4k views
Is there a way to have it so XACARS will display a log of the fight like in FSACARS?
Last reply by Nabeel, -
- 21 replies
- 6.4k views
Hi guys, im still having trouble in getting the map icons to correspond the the fsacars heading, i cant seem to find a setting for it but its still not working. Any ideas where this is?
Last reply by mark1million, -
- 10 replies
- 6.4k views
This error is so annoying! I have also tried the google recaptcha and that does not work either! Not sure what to do, no one can join my VA either. I have looked at all other forms too. My site is not a subdomain. ERROR for site owner: Invalid domain for site key
Last reply by web541, -
- 17 replies
- 6.4k views
Hey, So the registration error is still existing. What I'd like to do is disable the reCaptcha and use it as an admin only. I.e. to manually recruit pilots. The problem I am having though is reCaptcha is still screwing up and I can't seem to remove it. I've followed the instructions in a previous post but that just results in a white page. Any help would be appreciated in sorting this out. Cheers. Phil
Last reply by Strider, -
- 21 replies
- 6.4k views
Dear All i just need litlle help from you guys i dont want to show side menu of brilliance skin on rest of the pages instead of home page so what should i do now so it wont show on other pages.
Last reply by mynameiskhan, -
- 22 replies
- 6.4k views
Our VA is have some major problems with sending the logs with FSACARS. Not everyone is getting an error, but alot of people are. They get the error on the final step when they send the log. "error sending log" data base error. While some have no problems sending the logs, others can not. They have deleted ACARS and reinstalled numerous of times. Many of them have stopped flying with me. It happens with FS9 and FSX and with XP,Vista. Any help would be appreciated.
Last reply by Jeff, -
- 25 replies
- 6.4k views
I'm wondering how to get an altitude and speed chart on pirep_viewreport.php like the one in vataware? I know data can be extracted but dunno the implementation of the code. Any help?
Last reply by shakamonkey88, -
- 1 follower
- 26 replies
- 6.3k views
I'm having a weird issue with pilot pay. It's not adding up correctly on the PIREPs. For example, my rank pays $100.00/hr and I flew a 5 hour flight I only got paid $100.00. It doesn't matter if I'm using Smartcars, KACARS custom, or file a manual PIREP. I've recalculated the ranks and have ran the maintenance script but that didn't make any difference. I'm running version 2.1.936. Has anyone seen anything like this and know how to fix it?
Last reply by FDC001, -
- 19 replies
- 6.3k views
I am using powweb and my website is ready for publishing, how do I do this? I have tried Core FTP LE, Fireftp and FireZilla with no luck. Can't afford Dreamweaver. Thank you, Steve Bartlett
Last reply by Bluemax, -
- 13 replies
- 6.3k views
When filling a pirep should the time be in a Decimal like: .1 - 6 mins .2 - 12 mins .3 - 18 mins .4 - 24 mins .5 - 30 mins .6 - 36 mins .7 - 42 mins .8 - 48 mins .9 - 54 mins 1.0 - 60 mins or in Hours:Minutes? Just a few Pilots at the VA I'm a manager for said their Time until next promotion isn't increasing correctly when using Hours:Minutes.
Last reply by Nabeel, -
- 16 replies
- 6.3k views
I have three airlines in my VA, AVA,AVC and AVE, i'm trying to search for only schedules by each of them using this code, but i cant get it to work and i'm kinda tying myself up losing where i'm at. I know its fairly simple but i'm passed that stage. i'm editing the schedule_search.tpl <div id="airlinetab"> <p>Select Required Airline:</p> <select id="allairlines" name="airline"> <option value="">Select Airline</option> <?php if (!$allairlines) $allairlines = array(); foreach($allairlines as $allairlines) { echo '<option value="'.$allairlines.'">'.$allairlin…
Last reply by Alex, -
Add To Bid? 1 2
by Kyle- 34 replies
- 6.3k views
when i what to fly a route and i click add to bid and it syas no routes passed and my flight bid has no routes. Why that's?
Last reply by Kyle, -
- 13 replies
- 6.3k views
Hello, My phpvms 5.5.2 version working on subdomain. I want to put my live map with list at the bottom of map to my homepage (domain page) what should i do to do this? I tried with iframe but it didn't work for some reason. Please help. Thanks.
Last reply by OmerAslan, -
- 17 replies
- 6.3k views
Good eve to all, well some new pilots tried to register at my VA. They fill all the parameters (First Name, Last Name...) even the capcha and then finally the pressed "REGISTER!" and received the message "Could not open socket" How to solve the problem? I´m lack of ideas where to fix this. Please help. Thanks a lot!!!!
Last reply by Nabeel, -
- 6 replies
- 6.3k views
Upon on the edit of the local configuration file, the whole website turns out blank white (almost like a blank index.html file) I was wondering was there a problem in editing it... since I was only changing one value manually in FTP. (The number of digits in the pilot ID from 4 to 3.
Last reply by Nuclear, -
Signatures
by CPC900- 16 replies
- 6.2k views
Ok, I have read the forum, but don't think the answer is there?! I get this error now, and not sure why or what I might have done to get it: Warning: imagepng() [function.imagepng]: Unable to open '/home/########/public_html/CPC//lib/signaturesCPC0001.png' for writing: Permission denied in /home/########/public_html/CPC/core/common/PilotData.class.php on line 1001 Now I noticed a double "//" above in the "/home/########/public_html/CPC//lib/signaturesCPC0001.png" part and was wondering if that is the problem? If it is, I have no idea why there are 2 slashes there?!? Line 1001 in my PilotData.class.php is: imagepng($img, SITE_ROOT . SIGNATURE_PATH . '/' . $pilotc…
Last reply by CPC900, -
- 22 replies
- 6.2k views
Nabeel, In the finance and balance sheet page not all the expenses are populated on that pie chart, i used the admin url and the do as the data source but normal pilots would not be able to access that. Example, Using the admin url the pie chart is fully populated with the expense types.
Last reply by Ohio Express, -
Re-install
by kbohme- 13 replies
- 6.2k views
Hello again, Sorry to be such a pain. My installation had errors and therefore did not procees to step two where I enter all off the details about the airline and most importantly setup the admin user. I cannot therefore get to the admin section. I am trying to re-install vms but keep getting this error: Fatal error: Cannot redeclare class ezDB_mysql in /home/.sites/70/site4/web/vms/core/classes/ezdb/ezdb_mysql.class.php on line 299 I do not have access to phpmyadmin and therefore cannot erase the tables and start again. Any suggestions would be much appreciated. Thanks.
Last reply by Ryan2233, -
- 1 follower
- 13 replies
- 6.2k views
Hello, as you can see at www.travelservice-virtual.net I'd like to install phpVMS, but it shows this error: Fatal error: Class 'DB' not found in /var/www/vhosts/travelservice-virtual.net/httpdocs/core/common/SettingsData.class.php on line 28 Please, can you help me, where I have to search mistake ? Thank you, Michal Kozel
Last reply by Vangelis,