Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
Problem loading phpVMS
by Guest- 3 replies
- 1.1k views
Good morning, Since 3 hours or so I'm facing problems with my phpVMS. It seems that it loads for a long time and finally it doesnt work. The link is: http://syr-va.org/vmssyr Files inside the folder are working like http://syr-va.org/vmssyr/README.txt PHP & MySQL are running very well in 1&1, also the servers are fully operational. Does anyone know why this may happen? Thank you very much in advance. Regards, Ali
Last reply by Jeff, -
- 19 replies
- 5.9k 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, -
- 3 replies
- 1.6k 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.5k views
That must be modified to recalculate the route number integer without decimals? 123nm = yes 123.2335 = Did not
Last reply by polirom, -
- 4 replies
- 1.5k 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, -
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, -
- 0 replies
- 999 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, -
- 11 replies
- 2.2k 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, -
- 8 replies
- 1.9k 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, -
- 5 replies
- 3k views
Just a quick question, I did a small VFR flight to test the fsfk images etc and all worked great.. Except, it did not upload a landingprofile or verticalprofile map Could that be because a) the flight was only at 2500 ft and only 8 minutes in length? Just curious ...
Last reply by turtle6340, -
- 2 replies
- 1.4k 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, -
- 2 replies
- 1.5k 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, -
- 10 replies
- 3.8k views
Hi, After setting up my phpvms I have created my scheduels in csv format and have enclosed a screenshot below. What I want to know is if the aircraft will get stuck at their destination airport and not be able to return, in the below screenshot is my csv file (or a bit of it anyway. If the aircraft would get stuck at their destination airport does anybody know of an add on for phpvms that instead of allocating an aircraft for a flight chooses any aircraft at the departure airport for a flight. If you do not know of an existing add on does anybody know how to create one. Screenshot: Thanks in advance for the help. Nathan.
Last reply by nathanh12, -
- 0 replies
- 900 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, -
- 5 replies
- 1.2k 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, -
- 6 replies
- 2.9k 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, -
- 4 replies
- 1.6k 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, -
- 15 replies
- 2.8k 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, -
- 1 follower
- 7 replies
- 1.9k 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, -
[SOLVED]WebSite style
by Guest Kendo- 2 replies
- 1.4k views
hey guys, www.simb6.org i trying to make where it said , "Pilot Login" And "New Pilot" i want to add Stuff under there , how to do it? Best regards, Kendo
Last reply by CPC900, -
- 1 reply
- 2k 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, -
- 16 replies
- 3.8k views
Hello Friends I hav some Problme with XAcars See the Pic. A Schedule is booked but i dont see it in the XAcars And in the Settings is a Acars Server Password.i dont find it in any config.Whre can i set this?. I need a litlle bit more help to bring it online please. Thanks all
Last reply by Industrialshadow, -
- 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, -
- 7 replies
- 1.9k views
Hi, i've 2 questions: 1- How to change color for the Title? 2- How to enlarge the background image? Whatch this: http://bluepanoramav...pVMS/index.php/ The Background image is small, and the color of title is very bad! Please help me!! Thanks in advance for your help
Last reply by Blu-Express VA, -
- 8 replies
- 2.5k views
Hi, What is the code for change a color in the text? Thanks
Last reply by Blu-Express VA, -
- 6 replies
- 2.2k views
how to create a title with a background image like this: http://www.alitaliavirtual.com/index.php SidArea Right, while you tell me also how do you move to the titles? Thanks
Last reply by Blu-Express VA, -
- 2 replies
- 942 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, -
- 5 replies
- 2.1k 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, -
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, -
- 11 replies
- 3.4k views
I have edited this code until I was blue in the face . I can't seem to figure out how to remove the code (AA - American Airlines) and have it list the airlines alphabetically... American Airlines British Airways Continental Airlines ...and so on <dt>Select Airline: <font color="#FF0000">*</font></dt> <dd> <select name="code" id="code"> <?php foreach($allairlines as $airline) { echo '<option value="'.$airline->code.'">'.$airline->code.' - ('.$airline->name.')</option>'; } ?> </select> </dd>
Last reply by Jeff,