Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 12 replies
- 2k views
Hi. When I tried to update phpVMS I got this error message: Fatal error: Call to undefined method PilotData::updateflighthours() in /home/a8930745/public_html/phpvms/install/update.php on line 165 Can anyone tell me how to fix this problem?
Last reply by Nabeel, -
- 1 follower
- 5 replies
- 2k views
Hi guys! i've downloaded the full version from this site...but i think there is an error on it(for ex. local_config contain only "<?php") please check if this isn't only my problem
Last reply by simpilot, -
- 4 replies
- 2k views
On my briefing page I have the following code which gives me aircraft's name from schedules: <?php echo "{$schedule->aircraft}"; ?> Which outputs something like this: A320-214 I can also use: <?php echo "{$schedule->aircraftid}"; ?> Which gives me an ID of an aircraft from *aircraft* table. Knowing aircraft's name and id, how can I get aircraft icao code from *aircraft* database? (In aircraft database there are fields *id*, *icao*, *name* etc) Thanks!
Last reply by artem, -
- 4 replies
- 2k views
Hello, I've installed the lance skin on phpvms for my virtual airline. When i go to the registration tab and try and register a new test user, the form submits, but it says that there's no pending registrations in the admin panel. Any help would be appreciated.
Last reply by unitedva, -
- 0 replies
- 2k views
Download: http://www.phpvms.net/docs/downloadsShould be pretty solid.New Stuff Officially sync'd with Codon framework (http://www.nsslive.net/codon) Added license information to source files (GPL'd) Pilot profile shows PIREPs for that pilot Ranks are edit-able Images for Ranks - in the options, enter the URL to the image, full or the path to the image from the root Editable/Deletable schedules Login notifies the unconfirmed/rejected pilots, disallows their login Fixes PIREP/Schedules disconnected so editing/deletion doesn't affect NOTE: This *requires* the updated query below, or else you will loose any PIREPs made on that schedule Pilot profile moved out of …
Last reply by Nabeel, -
- 6 replies
- 2k views
hi I've seen some other virtual airlines using the great circle mapper, instead of google earth.. I was hoping someone could give instructions on how to implement it into a website.. http://www.gcmap.com/ thanks !
Last reply by md82, -
- 3 replies
- 2k views
This is an error I encountered when I installed LANCE skin: Warning: Invalid argument supplied for foreach() in/home/vistrojh/public_html/lib/skins/lance/frontpage_recentpilots.tplon line 3 How can I fix this?
Last reply by web541, -
- 6 replies
- 2k views
Hi Guys, when you add a page it gets added to the nav bar, how can i remove it? i have looked in the core_navigation.tpl and other places but i cant seem to find it listed. Thanks
Last reply by mark1million, -
- 8 replies
- 2k views
Very good day I came here because I'm having problem in AcarsMap, it does not appear to flight information, and what appears on the image below, can someone tell me what the problem is solvable and, if so what the solution to solve the problem, thank you for your attention! My Code AcarsMap: Code snipped by Nabeel
Last reply by Kairon, -
- 5 replies
- 2k views
In file NavData.class.php following should be inserted, to include DCT (Direct), used if no SID or STAR exists. // Remove any SID/STAR text $route_string = str_replace('SID', '', $route_string); $route_string = str_replace('STAR', '', $route_string); /*New*/ $route_string = str_replace('DCT', '', $route_string); /BR Benny
Last reply by Nabeel, -
- 1 follower
- 5 replies
- 2k views
Is anyone paginating their tables with http://www.datatables.net/index? I noticed that all my tables that use this are no longer working. I haven't touched anything. Anyone else have this problem?
Last reply by flyalaska, -
- 8 replies
- 2k views
Hello I am installing phpVMS for my VA. I have an error. I went in this file .../phpvms/install/install.php I put all the informations about my MySQL server. After that, phpVMS wrote tables in my MySQL server. But after that, I arrived on a page with a lot of errors like this : Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/3429c76e4ee535c636996d8dbaeaecb2) is not within the allowed path(s): (/var/www/s/st/ste/([my user account].perso.sfr.fr/public_html/:/usr/lib/php5/:/var/sitesmutu) in /var/www/s/st/ste/[my user account].perso.sfr.fr/public_html/phpvms/core/classes/SQL.class.php on line 594 What do i have to do to delete t…
Last reply by Nabeel, -
- 2 replies
- 2k views
Hello Peeps. I am working on a new Crew Center. I have renamed the Profile Module as Dashboard. My frontpage_main.php looks like this <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <?php if(Auth::LoggedIn()) { header('Location:'.SITE_URL.'/dashboard'); } else { header('Location:'.SITE_URL.'/login'); } ?> Now after I log in it still redirects me to Profile Module. I want it to be redirected to Dashboard Module as http://crew.siteurl.com/dashboard. I tried to dig deeper but was afraid to mess up. So any leads or fixes folks? Sincerely, Aaryan Kapoor
Last reply by Aaryan, -
- 6 replies
- 2k views
Hi, I've changed the public and private key to my own in core/local.config.php, but it gives me the error: Fatal error: Class 'DB' not found in /home/u107961649/public_html/core/common/SettingsData.class.php on line 31. I made sure to double check each attempt. I also tried using the default keys by copying it directly from core/app.config.php, but I still get the same error. I've done a complete reinstall of phpVMS, but to no avail. Any help would be greatly appreciated, thank you!
Last reply by smokey68, -
- 6 replies
- 2k views
Hi, whenever I click add airport, it won't look up info if I put in the ICAO code, and when I fill it in manually it shaws a page that says "No Airports Added Airport Successfully added" any help would be appreciated
Last reply by coryb12, -
Funciton Slip Error
by Guest N402KC- 7 replies
- 2k views
Hi, After filing a Manual Pirep, I am receiving the following error; Deprecated: Function split() is deprecated in /home/brian/public_html/core/lib/phpmailer/class.phpmailer.php on line 477 Any Fixes?
Last reply by Nabeel, -
[solved] An Installation Problem
by Guest Halil- 6 replies
- 2k views
Hi there guys, I just tried to install phpvms to my website but an error like this occured: I have installed and used phpvms in my local wamp server before and I didn't have any problems. I'm not using a free host. What is the reason of this error, I've really tried everything I can think of but couldn't solve it. Any kind of help is appreciated
-
- 3 replies
- 2k views
Can someone please post the link from the "Pilot Center" for Submitting Pirep. I deleted the link on accident. Much appreciated.
Last reply by Kyle, -
- 3 replies
- 2k views
Hello I have a Problem.Currently on my Testpage for our new Site. But i have a Problem with the schedules Detail Page http://testumgebung.lausitz-aircargo.de/index.php/schedules/details/66 My complete Menue is under the Map. I will show it on my right side..... Where can i figure it <h3>Schedule Details</h3> <div class="indent"> <strong>Flight Number: </strong> <?php echo $schedule->code.$schedule->flightnum ?><br /> <strong>Departure: </strong><?php echo $schedule->depname ?> (<?php echo $schedule->depicao ?>) at <?php echo $schedule->deptime ?><br /> <strong>Arriv…
Last reply by Industrialshadow, -
- 6 replies
- 2k views
I dont speak english, sorry about it... i have this problem whit my data base myslq in phpvms_schedules table: There was an error adding the schedule, already exists DB error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''1)' at line 25 here the code: -- -- Estructura de tabla para la tabla `phpvms_schedules` -- CREATE TABLE IF NOT EXISTS `phpvms_schedules` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` char(3) COLLATE latin1_general_ci NOT NULL DEFAULT '', `flightnum` varchar(10) COLLATE latin1_general_ci NOT NULL DEFAULT '0', `depicao` varchar(4) COLLATE latin1_general_ci…
Last reply by bsl0001, -
- 6 replies
- 2k views
Hi I want to translate the text of signatures For example change: "Total Flights" To "Vuelos Totales" Where can I do it? thanks!
Last reply by ProSkyDesign, -
- 1 reply
- 2k views
BUILD 254On the admin panel when adding Flight Schedules the page that displays is larger than my screen area (1024x768). Thus I am unable to manipulate certain buttons and fields. Scrolling appears to be disabled while this screen is displayed.
Last reply by Nabeel, -
HiThis news fuction is show the last 5 news as default, and I know we can change this.But all this news who not shows in the frontpage, is it possible to get this in a "news archive" and where are can I find this "old" news?
Last reply by Nabeel, -
- 6 replies
- 2k views
Hi all.. i have a problem with fsacars.. i want send LOG, and show me Browser and in is: "This pilot does not exist!" . And i dont know why is this show o_O. A click on OK and i have error: "Error Sending Log, Data Base Error". sendlogreport.html is EMPTY. I have Linux with Debian .. please help me
Last reply by Kyle, -
- 8 replies
- 2k views
Hi again, I have added the last login date to the pilot centre and for what ever reason it is displaying, Last Login: 01/01/1970, Would some one be able to point me in the right direction to change this to show the correct date please. As always any help greatly appreciated
Last reply by Colin, -
- 6 replies
- 2k views
Hi, i have the problem that many people have had with the admin page saying login and the login page just refreshing but not actually logging me in. However, i have tried everyone else's solutions from the other posts but nothing has worked. I have tried in many browsers with no luck and also on other computers. Both checkinstall and checkdb show no errors. PLEASE HELP
Last reply by samdy1, -
- 10 replies
- 2k views
I goto "View Flight Schedules" in "Flight Operations" and see the test flight I set up Flight Info Options TST0001(KSYR - KJFK) View Details Departure: 9:05 AM EST Arrival: 10:27 AM EST Pilot Brief Equipment: B737-800 (TST737-0001) Distance: 181.17nm Add to Bid Days Flown: Su M T W Th F S Route: IFR - KSYR | HNK (VOR) | STOMP (WPT) | HUO (VOR) | JFK (VOR) | KJFK Notes: IFR -…
Last reply by Strider, -
- 5 replies
- 2k views
Hello all, I've a new idea that's after 48 hours of flight booking, the pilot is withdrawn $100 (or to be able to prescribe in the config, how much money to rent for late flight) Example: Pilot had $200 he booked a flight, but doesn't make the flight, after 48 hours, automatic removed the flight from flight bids, and withdrawn $100 from pilot! Pilot have $100! sorry for my english, Thanks Artjom
Last reply by Nabeel, -
- 5 replies
- 2k views
I have two airlines in my system. I was wondering if a pilot could fly flights for both of those airlines, but have the major airline's pilot ID prefix.
Last reply by Nabeel, -
- 5 replies
- 2k views
I want my pilots to be able to buy things from my download center, using the virtual money they have earned from flying. How would i go about doing that, so it deducts from their profits. Thanks
Last reply by mark1million,