Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
Hi Do i need to use two SQL databases? like one for phpvms and the other for the forum. Or fo i need to use seperate ones? thanks
-
- 4 replies
- 2.9k 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, -
- 7 replies
- 2.9k views
Last reply by ATAvCEO, -
- 6 replies
- 2.9k views
Hi There, Some of our pilots are starting to want to use X-plane, When I went to do some testing I found I could not select an aircraft type. In kACARS for FSX there is a dropdown list for aircraft type to fly. Can some tell me how to select an aircraft in Xacars ver 2.5.6 (http://www.xacars.net/)? Or is there a better program to use? Thank you I await your reply David.
Last reply by OzFlyer, -
- 7 replies
- 2.9k views
Hi folks. Just getting back into the swing of things and I got a new domain for my website and tried to use Big Dump for the database and it failed. So i tired to do it manually via phpMyAdmin and it is not wanting to create several tables. Funny part is, it is the same server, but different domain name. I do not have any clue why it dont want to create them tables now. I went back to my old domain and created the same exact database and all info was imported successfully. Kinda odd huh? Heres one example. Its probably so dam simple that it is not even gonna be funny when I figure it out SQL query: CREATE TABLE `phpvms_fieldvalues` ( `id` int( 11 ) NOT NULL AUTO_I…
Last reply by Nabeel, -
- 10 replies
- 2.9k views
Can modules with file extension TPL be used with Simpilot v 5.5.2??
Last reply by CFVA, -
- 2 followers
- 14 replies
- 2.9k views
If i was to make an alliance airline with each airline having a different site how would i pull the info from each site? I.e Live Map, Pireps, Total schedules etc
Last reply by mattsmith, -
- 5 replies
- 2.9k views
Hi all! I've read some other people that had the same problem as me, but no one had response with the solution, so I ask it again, maybe this time I have more luck. My problem is that FsAcars, when I send a log, gives me and error that says "Error sending log, Database Error". My .ini is the automatically generated by phpvms. I've tried to delete the program and all its files and then reinstall again for 9 times, and always the same problem. Also, when I send the log, first, appears my phpvms web, but it says in big words "This Pilot Does Not Exists". Is very strange, because I can access to my pilot menu without problems. I've seen with this problem of the pilot do…
Last reply by Germy, -
- 12 replies
- 2.9k views
Hello, I am getting this error and i cant figure out what is causing it. Notice: The template file "SKINS_PATH/header.php" doesn't exist in /home/aloftvir/public_html/crew/core/classes/TemplateSet.class.php on line 231 You must be logged in to access this feature! Notice: The template file "SKINS_PATH/footer.php" doesn't exist in /home/aloftvir/public_html/crew/core/classes/TemplateSet.class.php on line 231 Ive tried switching all my files to php from tpl, i have created a blank header.php and footer.php and still can solve it. Any ideas? Thanks
Last reply by tdohrer, -
- 1 follower
- 8 replies
- 2.9k views
Many old timers here may recall the issue of flights being saved in the database as the wrong flight type. Namely charters. I filed pirep and in my pireps table, the flight type is listed as P when in fact it was a charter flight which should have been saved as flight type H. To confirm I had the flights set up accordingly, I double checked the schedules table in the database and sure enough, the flight type was in fact H not P. Does anyone recall the fix for this issue? I have searched and searched adn coming up blank. I found a couple hits but nothing serious. Thanks!
Last reply by Parkho, -
- 2 replies
- 2.9k views
In the Airports database, we still have the old ICAO codes for Johannesburg and Lusaka. New codes are: FAJS-FAOR FLLS-FLKK Jerry Mrima Founder FOF VA
Last reply by Jerry, -
- 2 replies
- 2.9k views
Hi guys i need your help , i am trying to display pirep and pilot pending in other page then those 2 page admin/index.php/pirepadmin/viewpending admin/index.php/pilotadmin/pendingpilots for example in other page like Dashboard i think i have to make some change in PilotAdmin/pilotAdmin.php but unfortunately all the time i got error in dashboard. kind regards
Last reply by alyousufi, -
- 8 replies
- 2.9k views
Total hours is not showing, and I have tried a re-calculation via the maintenance page. Hours show as 0 in VaCentral as well. Any idea how to fix?
Last reply by mark1million, -
Hello, I noticed there is an option to set jumpseat costs in my app.config.php/local.config.php after updating to simpilot's version. My question is simple; How can I add a jumpseat purchase form in to a page(let's say jumpseat.php) ?
Last reply by MichaelKattirtzis, -
- 10 replies
- 2.9k views
I was watching some stuff on the GoogleDevelopers channel and fell in love with HTML5. But I have a few questions because I have chosen to use HTML 5 to build my virtual airlines new site. 1. What browser (and browser versions) support HTML 5 + CSS 3? 2. Would it be hard to implement it into phpVMS? 3. (Off Topic) When is IE 9 being released? Thanks, Mitch
Last reply by Nabeel, -
- 7 replies
- 2.9k views
Hi, I upgraded to the beta 2.1.906. The live map was working fine before and doesn't work correctly now. Following the answer to the open ticket, please find the information requested. Question 1 : are you on the stock 'core_htmlhead.tpl' file? Answer : Yes - I revert to the standard Crystal layout to perform a comparative test. Same result. Question 2 :Also are there any Javascript errors, Check the firefox error log. Also, what browser and version? Answer 2 : Browser version used is Firefox 3.6 latest version. KO Error #1 Error : missing ) after argument list Source file : http://@@@@@/index.php/acars Line : 63, Column : 49 Code Source : center: ne…
Last reply by Nabeel, -
- 10 replies
- 2.9k views
Nabeel is there a parser or a way i can make a modification to import schedules to the system from IATA codes insted of ICAO codes? I have a massive sheet with new schedules all listed in IATA codes, i thought id try a sneaky test import and change to the geo names server but didnt work. Im just trying to save me a days work to convert the codes.
Last reply by Nabeel, -
- 9 replies
- 2.9k views
When I add a route I get wrong image when looking at it on a map. I get 'fix' img for a VOR and 'vor' img for a FIX. In file app.config.php following is stated: define('NAV_NDB', 2); define('NAV_VOR', 3); define('NAV_DME', 4); define('NAV_FIX', 5); define('NAV_TRACK', 6); But in the navdata table in MySQL a lot of fixes has type 3 defined and some VORs has mixed type 3 and 5 depending on airway. Is the definition in app.config.php correct or is the fault in the MySQL table navdata? Is this navdata.sql keept up to date? /BR Benny
-
- 7 replies
- 2.9k views
Hi, I was wondering if anyone has a nice list of price and expenses for their VA and would like to share with me. I find it very difficult to find a balance between ticket / pilot / fuel price and additional expenses. Your info/help would be great. Thanks! Best regards, Edwin
Last reply by Edwin, -
- 1 follower
- 7 replies
- 2.9k views
G'day Guys, Ive spent the last few hours updating my registration emails to incorporate more information, making it easier for new pilots to orientate themselves with the VA. I am having trouble just displaying the 3 digits of the Pilot ID, so i want just 001 not QFA001 to display. Also is there a way to display their password in these emails, it would look more professional than using 'the password you registered with' i've tried the following and neither have worked <?php echo PilotData::getPilotCode($eventinfo[2][code], $id->pilotid);?> <?php echo PilotData::getPilotCode($id->pilotid);?> As for displaying the password im not sure where t…
Last reply by Hash, -
- 8 replies
- 2.9k views
All, On my new website when new Pilot's sign up or even anyone, I can edit there profile eg. ranks and it says saved the settings. But the ranks arent showing as changing when i go back and look at the list of pilot's Same As New Pilots i assign them a rank and save it but when we accept them they go to the standard new hire but i have deleted that rank from my website Im clueless Cheers guys Website: www.aafv.com.au
Last reply by magicflyer, -
- 1 follower
- 8 replies
- 2.9k views
Hi to all! Well as i started to adding airports, no possible. I added Config::Set('AIRPORT_LOOKUP_SERVER','geonames'); in local.config and after then it was, but just for LDZA it cant...i first have problem with this airport on adding... Can u help me I just realise...on geonames, ldza is declared as airfield not an airport...how can i change to different search engine...maybe...or to change some settings to add airfield also...this is the problem im sure... Now i add from app.config to local this /* Can be 'geonames' or 'phpvms'. Geonames will use the geonames.org server to look up the airport info phpvms will use the phpVMS API server */ Config::Set('AIRPORT_…
Last reply by shiljo, -
- 19 replies
- 2.9k views
I wonder what happens if you have 100 flights in a airline. I guess that will be represented in a long list. I also saw that if I added a second airliner, that the flights of that airline will be attached to the same list. so one list of 200 records for 2 airliners. I guess the pilots will loose the overview. Is there a way to create more pages? Like schedule for airline one schedule2 for airline two etc I also wonder if I could make seperate blocks or pages per category of planes.
Last reply by Parkho, -
- 11 replies
- 2.9k views
Gentlemen, hi again: i wrote this code to show total passengers carried by pilot <?php $query = "SELECT SUM(load) as totalpax FROM phpvms_1pireps WHERE pilotid = '$pilotid' "; $result=DB::get_results($query); echo $result[0]->totalpax; ?></td> Dont work, Any help is welcome. Best regards.
Last reply by Strider, -
- 12 replies
- 2.9k views
Hey when ever i go to upload my Pirep with FSACARS i get a error saying Database error?? How can i fix this??
Last reply by Nabeel, -
- 14 replies
- 2.9k views
Hello my friends Currently, we are the work of the new virtual for uae files in a way phpvms There are mis-admins Page ------------------------------------------------------------------ An Error Was Encountered Please login first ------------------------------------------------------------------ I hope to complete the site and completed correctly And willing to help from the experts Language translation Google ..... ..... Best regards
Last reply by joeri, -
- 7 replies
- 2.9k views
My sidebar is not where it should be. (see the attatchment) the problem is on index.php/schedules/details/# any idea which page/template the problem is located? may also add iv'e got David Clark's Frontschedule. /B
Last reply by biokemisten, -
- 13 replies
- 2.9k views
Hi, Is there any way to have the schedules in nautical miles. I know in the local.config I can have either miles or kilometres but all the flying I do is always in NM.
Last reply by danmand, -
- 3 replies
- 2.9k views
Hi This is not a problem and I only need to make a limitation for my pilot. I describe what i want and if any one know it PLZ help me. I want to make current position for my pilot mean when one of my pilot flew from X to Y his current pisition change to Y and he only could fly from Y to other airport. and the same thing for my aircraft for example if aircraft A is in airport y pilot who want to fly whit A and his current pisithon is not in Y shold buy tiket and fly whit A something like FSAirlines. PHPVMS can suport something like this?
Last reply by mehdi289, -
- 8 replies
- 2.9k views
I changed over to my winter schedule, by importing it via my sql. I did this before, but now I get these errors?! Warning: move_uploaded_file(/home/woodsdom/public_html/CPC/core/cachecpc_schedules_Jan25.csv) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/woodsdom/public_html/CPC/admin/modules/Import/Import.php on line 233 Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php3HLTc1' to '/home/woodsdom/public_html/CPC/core/cachecpc_schedules_Jan25.csv' in /home/woodsdom/public_html/CPC/admin/modules/Import/Import.php on line 233 Warning: fopen(/home/woodsdom/public_html/CPC/core/cachecpc_schedules_Jan25.c…
Last reply by mark1million,