Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.8k views
What aircraft types does phpvms want? I have edited my aircraft for over 3000 routes twice now and still I get "aircraft XXXX does not exist". I was told I could up load the routes via CSV or is this wrong and I have to upload them 1 by 1 via "Flight Schedules and Routes"?
Last reply by Steve Bartlett, -
- 4 replies
- 1.7k views
That must be modified to recalculate the route number integer without decimals? 123nm = yes 123.2335 = Did not
Last reply by polirom, -
- 0 replies
- 1.1k views
Gents, I realize there is a thread on this somewhere, but I can't find it. We run a Air Force VA and it involves a lot of ribbons and medals. Presently they are displayed vertically and its like reading a scroll. Someone had a script for displaying horizontally in rows with x-amount per row. Can I be pointed to that thread....sorry...I looked all over. I stumbled on it once and have not been able to re-locate it.
Last reply by Bluemax, -
Hey there, I'm trying to configure the SMTP email settings & it doesn't seem to be working. I'm using SMTP as PHP mail never worked for me & was very slow, like 5hours to receive the email. This is the server I use with all my other sites/forums & it works. I set the following setting in the local.config.php file: # Email Settings Config::Set('EMAIL_FROM_NAME', 'Zip Virtual'); Config::Set('EMAIL_FROM_ADDRESS', 'flyzipvirtual@gmail.com'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'ssl://smtp.gmail.com'); Config::Set('EMAIL_SMTP_PORT', '465'); Config::Set('EMAIL_SMTP_USE_AUTH…
Last reply by mark1million, -
- 8 replies
- 2.3k views
My site is near completion; only one remaining problem that I cannot get solved. In the PILOT CENTER and PILOT PUBLIC PROFILE pages I have this problem: I am trying to add a table to show Aircraft usage by ICAO code. Once that pilot has flown that aircraft I want it to show in the table, so we can keep track of how many hours a pilot has spent in the plane so they can earn an award for certain aircraft. I was trying to pull out the information from what was showing from the ADMIN CENTER (Aircraft Reports), with no success. Can someone help me with this. I have the table created, but the information I am trying to get will not show. Here is how I have the table: <t…
Last reply by Nabeel, -
- 4 replies
- 1.7k views
Hi I do not understand what is happening. For two days when I want to book a flight from an airport, for example LEMD, only and appear 3 flights available, when in reality there are 50 available flights from the airport. This and the case two days ago. Before he went. In the database have administration panel get me 50 routes to the airport, however when trying to make the reservation do not appear. You can help me, Thanks
Last reply by polirom, -
- 2 replies
- 1.5k views
HI for some reason i cant remember why now but i changed the code in the profile_main.tpl, clearly this is not the right statement to get the next users rank and current hours as they are not showing up. <tr> <?php if($nextrank) { ?> <td colspan="2"><p align="center"><strong>You have</strong> <?php echo ($nextrank->minhours - $pilot_hours)?> <strong>hours left until your promotion to <?php echo $nextrank->rank?></strong></p></td> <?php } ?> </tr>
Last reply by mark1million, -
- 8 replies
- 2.2k views
I am trying to add this to my admin panel: http://www.dynamicdrive.com/dynamicindex17/ddaccordion.htm (The example with dogs, cats and rabbits is the one i want to add) I need some help on where and how i can implement this into my site. I have tried it before, and only the basic html shows up, no effect. (eg where to place the .js files, and how to link the code to the .js ect..) Thanks
Last reply by Jason, -
- 11 replies
- 2.4k views
I have the basic phpvms uploaded and working just fine. I do not know how to to write scripts or anything, so until I find a tech guy, how can I add Staff Members and is there a away to change flight hours? as the CEO of my VA I am not starting out as a Jr. First Officer, LOL.
Last reply by Steve Bartlett, -
- 6 replies
- 3k views
Hi Chaps, Is it possible to mix pax and cargo on the same flight?
Last reply by tutmeister, -
- 5 replies
- 2.7k views
Good Evening After Update to the new Version i become an Bug Bevore we have made the update we have flown 3 Flight after the update we have flown 16990 Flight. Thats not correct Total Flights: 16999 Total Hours Flown: 2.25 Total Flights Today: 0 Total Cargoschedules: 1 Total Aircraft In Fleet: 2 Total Fuel Burned: 1448 Miles Flown: 360 All News: 3 Please check this i dont know where come from the data Thanks
Last reply by jobi, -
- 0 replies
- 993 views
Hello A Friend have a Problem with this Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'TouchdownStats' does not have a method 'top_landing_this_month' in /srv/www/htdocs/vms/core/classes/MainController.class.php on line 218 have anybody a idea to solve this problem
Last reply by Industrialshadow, -
- 2 replies
- 1.6k views
I have a route of flight with a pilot who has booked her and her has not flown. How it can an administrator remove the route that a pilot has reserved. This should be taken into account for future versions of the system. An administrator would have to be able to visualize the paths that are reserved and remove them when booking the case as necessary, as it is the mine at the moment. I need help
Last reply by polirom, -
- 19 replies
- 6.4k 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, -
- 4 replies
- 1.8k views
Hi all, Wondering if there is a way - when a pilot gets marked inactive that the do NOT show up on the roster and they have to email the VA to get marked active again - not file a pirep Thanks Connor
Last reply by Nabeel, -
- 6 replies
- 3.2k views
WOuld like to know is there a way to set phpvms, to hide pilots who have been set to retired? I don't like having a roster full of pilots marked retired, looks bad for the VA. But when they file a pirep or get marked as active they are shown again.
Last reply by Nabeel, -
- 5 replies
- 1.3k views
As per the instruction on the PDF, I right click on the intall.php and then scroll down to options, however there is no options all I get is the following: Open Link in New Tab Open Link in New Window Bookmark this link save link as... send link... copy link Any suggestions? Thank you Steve Bartlett
Last reply by Jeff, -
- 22 replies
- 6.2k views
This one is getting pretty difficult for me to understand. I am wanting to have a table to show on my site that displays the airline logo instead of the airline name in it. I have the airline logos named as the 2 digit IATA code the same way my airlines are named as well (ex: Southwest= WN, Delta= DL)and they are all .gif images. Is there an easy way to pull this off?
Last reply by ARV187, -
- 1 reply
- 2.1k views
Hi, When I install phpvms on localhost with XAMPP, and run the phpvms installation, full fields of step 1 and click next I get this error. Fatal error: Uncaught < blockquote > < font face = arial size = 2 color = 000099 > < b > Last Error - < /b > [< font color = 000000 > < b > Access denied for user 'polirom'@'localhost' (using password: YES) (1045) < /b > < /font >] < br / > [< font color = 000000 > < b > </b][> < /font >] < /font > < p > < /blockquote > < hr noshade color = dddddd size = 1 > thrown in C:\xampp\htdocs\phpvms\core\classes\ezdb\ezdb_mysql.class.php on l…
Last reply by simpilot, -
- 15 replies
- 3.1k views
Is it possible to do this: I want to create a php url for an external URL (eg. youtube) Can you do this --> www.youtube.com translates to <?php echo YOUTUBE_URL?> and the youtube url entered would go there hope that makes sense Thanks!
Last reply by Jason, -
- 6 replies
- 2.2k views
For German Users Hallo Ich habe eine Frage Wie ist es möglich, das man einen Fluplan erstellt mit der eigenen Flotte Es sollte wie folgt funktionieren. Eine Cessna 208 ist in der Datenbank eingepflegt Diese wird nun gebucht und soll dann nicht mehr verfügbar sein. Das heißt zum Beispiel ein Flug von Berlin nach dresden wurde gebucht, und nun soll die Maschine verschwinden, so das es nicht möglich ist von dresden aus die Maschine zu buchen, bis sie gelandet ist. Ich hoffe es weiß jemand einen rat oder kann mich dabei unterstützen. For English Users Hello I have a question how is it possible that you created a Flightplan with its own fleet, it should work as fo…
Last reply by joeri, -
- 1 follower
- 7 replies
- 2.1k views
We have a couple inactive members. Local.config is set to default 90 days or we can manually place a member inactive. Problem is in the admin panel we show active and inactive members with the same count. When staff emails to active members only the inactive members receive the emails. Also it is my understanding that members, in our case if they don't file a report in 90 days, they should automatically go inactive. This has never worked. 30 - 60 - 90 days doesn't make any difference, system is not detecting this and it is becoming a problem with inactive members who receive emails. Don't want to loose their stats by deleting them totally.
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Looking to see if anyone got a list of codes to use around phpvms base install, would be a great resource to have.....For instance, list of codes that can be used in the Pilot Center, and pilot public profile, any help would be great..
Last reply by Allan, -
- 8 replies
- 2.7k views
Hi, What is the code for change a color in the text? Thanks
Last reply by Blu-Express VA, -
- 1 reply
- 1.4k views
Hello, I suddenly start to get this error when pulse in the PILOTS menu. Sometimes I can blank and do not leave the pilots that there is in the will and other times I get this error Config:set('VACENTRAL_ENABLED',_true); Config:set('VACENTRAL_API_SERVER',_'http://API.phpvms.net'); Config:set('VACENTRAL_API_KEY',_'908b41XXXXXXXXXXc2ae83a4f5a81360'); Warning: Cannot modify header information - headers already sent by (output started at /home/mundoair/public_html/config.php:4) in /home/mundoair/public_html/common.php on line 165 This is what makes the line 165 of file common.php $url. = $script_path; header('Location:_'_._$URL); exit; does anyone know which can be the…
Last reply by polirom, -
Hi i have a problem with my admin panel when i accepts pireps it shows this error to me Warning: imagettfbbox() [function.imagettfbbox]: Could not read font in /home/ahmad/public_html/VirtualPIA/core/common/PilotData.class.php on line 955 Warning: imagettftext() [function.imagettftext]: Could not read font in /home/ahmad/public_html/VirtualPIA/core/common/PilotData.class.php on line 969 Warning: imagettftext() [function.imagettftext]: Could not read font in /home/ahmad/public_html/VirtualPIA/core/common/PilotData.class.php on line 969 Warning: imagettftext() [function.imagettftext]: Could not read font in /home/ahmad/public_html/VirtualPIA/core/common/PilotData.clas…
Last reply by FiveStar, -
- 1 reply
- 1.1k views
Hello guys. I have been trying to setup phpVMS for some time now just to try it out for my VA that is coming soon. Anyway, the website is currently on free hosting until I am ready to launch. http://airserbia.elementfx.com/ Website here. phpVms here http://airserbia.elementfx.com/acars/ When I try to Login in kAcars with SRB0001 and my password it says !connection error. Don't know what to do? Please help quickly
Last reply by Nabeel, -
- 5 replies
- 2.2k views
Hi Guys, I have started my VA last week and am trying to work out how to get pilots. So far to market it I have: Placed A Link On Flightsim.com Registered with VA Central E-Mailed Around My FSX Using Friends. My Site can be found here I have also submitted my site to Google but another question I have is how do you add meta tags to phpVMS. Thanks in advance for the help. Nathan.
Last reply by Cor, -
- 5 replies
- 2.3k views
Hi all, I've been wondering if there is a way to make use of the revenue made by the airline. I've installed the pilot shop and it's working fine with pilots' money, but is it possible to use the total VA revenue in any way? Let's say the VA is buying a new aircraft - a good opportunity to decrease the revenue. A good solution would be to add one-time, single expense to the expense list, the thing is ... my php knowledge yet too limited, although I'm trying as I might. Could anyone advise or suggest a code snippet/modification?
Last reply by TAV1702, -
- 10 replies
- 2.7k views
I just need quick help Regarding CSV file it was not about uploading file that i know but uploading it without getting any Error from database Suppose we have schedules table and we export them via phpmyadmin in a format of CSV then after some amendments how we can re upload it do we save it into CSV format or other because i tried it but i am getting errors from Database Invalid field count in CSV input on line 1. regards Asmara
Last reply by Nabeel,