Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 11 replies
- 4.6k views
Hi Delete Expired Bids is not working . Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '5');
Last reply by ProSkyDesign, -
- 1 follower
- 22 replies
- 4.6k views
Hey guys, I'm trying to implement a kind of modal dialog window, much like the one you see in the admin section. For example when editing an airport you click on edit on the row and a window pops up with the relevant form. I've tried analyzing and extracting the code in the admin section, as well as trying to google, but after an hour it has yielded nothing but frustration I admit that jquery is not my strength, so i thought it might be better to ask someone who does know what I need and knows how to make it work with phpvms. After all, this functionality seems to be built into phpvms already, so why not use it? thanks in advance
Last reply by mischka, -
- 11 replies
- 4.6k views
Hey Guys, I'm working on a new site, and one annoyance I'm having is that the session doesn't stay alive i.e. i don't stay logged on. On my main site all works fine and I never have to log in, but here I think after half an hour or so it kicks me out again. Specially annoying if I do some admin-work and when I submit it doesn't actually submit Anyone can shed some light on this?
Last reply by servetas, -
- 1 follower
- 16 replies
- 4.6k views
This is a new topic to open up the work and fixing of phpVMS 5.5.2.72 to work with PHP 7.4 . It will be based on the existing version phpVMS 5.5.2.72 and will be progressed in this forum. Once Finished it will be polished on GITHUB as a package the same as before.
Last reply by Ghostfly, -
- 5 replies
- 4.6k views
G'day Guys, I have run into a bit of trouble with my databases, when trying to integrate a new forum. I made a backup in .sql format of the websites data, and old forums data, so i could slowly put it all back the way it was, with the new forum too. What has happened is that i removed the data from all the tables, as i couldn't install the new forum, thinking this would all be ok as i made backups of the tables, but when i went to upload it all back onto phpmyadmin, the website wont identify any of the tables information, and apparently i have lost everything. i tried the backups i have made, but none of these work either, can someone please help me resolve this issue A…
Last reply by Tylor Eddy, -
- 13 replies
- 4.6k views
Good moornig guys! i did search in this forum how to configure FSFK, and follow any topics, but i have problems yet take a look when i try conect and when i try send log to my VA All folders have permission 777 Sorry if i not found this solution, but if anyone have the Solution, call-me! Thanks guys, nice Program ( phpvms )
Last reply by Marco A. Ferreira, -
Hi all I am trying to display latest Forum posts on my frontpage I am using SMF as my forum I have been on to the SMF forums to see how to display what I want and this is the code I have found <?php include('http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics'); ?> and this is the error I am getting on my frontapge Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in /home/angelair/public_html/lib/skins/pureHTML5_blue/frontpage_main.tpl on line 427 Warning: include(http://www.angelairva.co.uk/Forum/SSI.php?ssi_function=recentTopics) [function.include]: failed to open stream…
Last reply by Angel Air, -
For some reason, when I look at the flight schedules, it doesn't show all of the ones it should. For instance, if I select a departure airport on mine, only one flight comes up. But in the Admin menu and in the database there are several for that airport. They are enabled and everything looks fine for the database, but for some reason, they are not listing properly?!? Also, I just noticed when I search by "arrival airport", it brings up flights that don't match the airport requested. Bruce
Last reply by magicflyer, -
Hi all, Not really that PHPVMS oriantated but, does anyone know how you would go about putting a live metar report on a website? Also, would this be something that could be intergrated into a PHPVMS module or something? cheers
Last reply by homer09001, -
- 5 replies
- 4.6k views
Since I am not the developer nor I have the intention to start browsing through all the code I would like to make a consultation regarding the registration workflow. Currently a pilot registers and I believe a confirmation email is sent prior to activation of the account, right? I don't have yet any other hires so I don't know. I won't be open until Jan. 1st. My consultation is with regards to how to integrate alternate workflows without breaking phpVMS nor losing all my changes (and work) during the next upgrade process. The situation (and idea) is this: I don't want pilots to register and become immediately active at the lowest rank (many airlines do), I want quality…
Last reply by Nabeel, -
- 13 replies
- 4.6k views
Hi everyone, i search for a code, example: This is the schedule info Depp: EHAM 12:00 PM Arrivel: EGLL 13:00 PM This is the flight info Depp: EHAM 12:00 PM Arrivel: EGLL 14:00 PM and my arrivel time is 1 hour delay. Is it possible that pirep(view) than say delay and than the hours or to early and the hours? ( that after 15 minutes or later, he say in the pirep delay or 15 earlier or more say to early? its more realistic. i don't know of that possible is. Greets Michael Kraan
Last reply by sunair, -
- 14 replies
- 4.6k views
Hello once again! Today, I got a problem because I want to view 5 most recent flights for a pilot in the pilot_public_profile.php file. this is what I tried to add, but didn’t work, I just got a emty Array of the flights: <?php echo PIREPData::getLastReports($pilot->pilotid, 5, PIREP_ACCEPTED); The $pilot variable is the variable that is Main used in the file.
Last reply by PikoSim, -
- 14 replies
- 4.6k views
Good morning , Since the 17th juin my pireps are not working I have the following errors [17-Jul-2020 20:44:07 UTC] PHP Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in /home/voloteav/public_html/crew/core/classes/ezdb/ezdb_mysqli.class.php on line 101'' [21:46] '' [17-Jul-2020 20:44:07 UTC] PHP Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshad…
Last reply by ProAvia, -
- 17 replies
- 4.6k views
Hi there, Im trying autoselecting the registration code from DB after select aircraft in a dropdown menu. But I don't know why not work. Simbrief plan set an auto registration to selected airplane. At the moment I coded this: Input name values that simbrief form get are: "type" to aircraft, "reg" to registration. <?php require_once ("/Connections/db.php"); mysqli_select_db($db, $database_db); $resultSet = "SELECT icao, registration FROM phpvms_aircraft"; ?> <select name="type" id="typo" onChange="upicao()"> <?php $resultSet = mysqli_query($db, $resultSet) or die(mysqli_error($d…
Last reply by DisposableHero, -
- 12 replies
- 4.6k views
I have several pilots coming over from a VA that is closing down. I am wanting their ranks to count towards their transferred hours. It is now working. Any ideas? Below is how I have it in the config file. # If you want to count transfer hours in rank calculations Config::Set('TRANSFER_HOURS_IN_RANKS', true); On the link below you will see the transferred hours, but shows as a new pilot on his rank. http://www.flyaka.com/index.php/profile/view/427
Last reply by Kyle, -
- 13 replies
- 4.6k views
Hey everyone, another day another problem . Warning: imagefontheight() expects parameter 1 to be long, string given in /***/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /***/core/common/PilotData.class.php on line 1036 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /***/core/common/PilotData.class.php on line 1054 Warning: imagestrin…
Last reply by GlobalOne, -
Hey Guys, I was wondering, is there any possible way to disable the e-mails received from the website? I keep receiving e-mails upon PIREP submission & Registrations. I had about 20 e-mails the past 2-3 days & would like to somehow disable the website from sending e-mails directly to the webmasters e-mail which is located in the admin "general settings" bit. For instance; I go to Admin Center > Sites & Settings > General Settings > Webmaster Email Address (This is the email address that email will get sent to/from) > The E-Mail I have entered there is ceo@buffaloairwaysvirtual.com, I want that to be able to receive e-mails off the "Contact Us"…
Last reply by Nabeel, -
- 15 replies
- 4.6k views
Hi, I have tried to upload a schedule from a CSV file using the "Import Schedules" button (see attached file) and have created 1 B737-800 using phpvms and the spelling is all the same as in the CSV file and when I import it it comes up with the message " the aircraft B737-800. does not exist" Please help as my VA is now live. Yours, Nathan Hancock. frogairlinesscheduel.csv
Last reply by nathanh12, -
Hi there. Even though fsacars is no longer supported by phpvms I would like to ask all here if they have a fix for the known error of fsacars "Database Error" ? The reason for us wanting to use fsacars is because; 1. few of Our members are more familiar with fsacars. 2. we are planning an event for our members to fly any where they want (in simple words manual flight plans , manual flights) basically the event would be our members can fly where ever they want on what ever fleet they want either its in our fleet or not. If someone could help us that would be great full. Warmest Regards
Last reply by Jeff, -
- 6 replies
- 4.6k views
I am using XAcars to track my flight but there is nothing on the live acars map. I have checked the database phpvms is using and have found that there is nothing in phpvms_acarsdata. As well I am using the configuration file generated by phpvms in the pilot area. Any ideas what is wrong? EDIT: Ok I watched the video in documentation section and now realize that when I hit start Acars nothing changes in the acars message box but the client claims to be tracking the flight already when I click on start acars again. I am very confused :x UPDATE: Ok managed to get XAcars working (don't know how but its working now lol) but still nothing on the live acars map on my website.
Last reply by ACTCVA, -
- 2 replies
- 4.6k views
Happy Friday, everyone. I've been pondering ways to decrease the inefficiencies during normal operations at my VA and one of the things I've become determined to engineer is a connection between my WordPress blog and the phpVMS news feature. I'm currently using my blog for all news-related announcements, ranging from press releases to NOTAMs, and I'm using the phpVMS news feature strictly for NOTAMs. In the pilot center, the "News" section appears as a "Dispatch Center" relaying various information from across my entire site, once of them being NOTAMs. These NOTAMs appear as a link, but upon a user selecting a NOTAM, they are directed to the blog where the NOTAM is publi…
Last reply by Nabeel, -
- 13 replies
- 4.6k views
Hi guys, I have just updated phpvms today (v2.1.934-157-g7ca06a3) and went to the admin page and have a couple of issue. once there on the front page I get the following Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: <br /> solved when it try's to load the pilot reports for the week. Then when I go to 'view all pilots' under the pilots & groups tab it does not display any details of the pilots at all and sometimes the site crashes. solved Then on the user groups I can no longer edit them? and when checking the balance sheet for the last 3 months it shows nothing and the open flash error as well. solved I am sure i…
Last reply by 5SA CEO, -
- 14 replies
- 4.6k views
Maybe put on a flight a few aircraft. and may give access to the pilot on one type of aircraft? What happened to acars map
Last reply by lorlandi, -
- 14 replies
- 4.6k views
Hello everyone I am attempting to change the font size on the pilot badge and no matter what I do in the local config file, the font size4 will not change. The funny part is, I can alter every toher setting with success but no matter what I do, the font size will not change. Anyone else ran in to this and found a fix? I attempted to change font on other phpvms installs the same way and with success each time. I am baffled. Any help is appreciated.
Last reply by Vangelis, -
- 12 replies
- 4.5k views
Hello! When I try to install phpVMS 5 I keep gettin this error: Can some one help me with this? Thanks alot!
Last reply by Yessin, -
- 14 replies
- 4.5k views
So here is the problem, the acars map on a web site I'm helping make just isn't working. When they originally made the site the map did not work, then they switched to my server and it still didn't work. We built a new skin on another phpvms install and then copied over everything except the config files (thus pretty much a fresh install). The map still does not work at all. When you look inside of the database the information is being populated but it is not on the map. Again, this is a brand new map so everything should be working. I even reset the acars in the admin panel, and I'm on host gator. So, any ideas? Would it be a config file error, database error, or CHMO…
Last reply by flynryan692, -
- 1 reply
- 4.5k views
Hello, I'm struggling to get around this, but is there an API or a piece of code I can use to place a pre-file flight plan button on the flight briefing page? Any help appreciated!
Last reply by magicflyer, -
- 7 replies
- 4.5k views
Personally, I made the request to simbrieing for the API key, I get by Mr. Derek via e-mail the key. I searched the script afterwards and did not find it, again I sent an email to Mr. Derek and he sent me the script https://github.com/vangelisb/Simbrief I installed the scripts as it is in the folder, however when I click on generate symbian, nothing happens ... Comments: - Using phpvms 2.1.936 - Insert the API key in the requested location - Open the script as requested. The brieinf script normally opens for the flight, shows origin, destination, etc., but does not generate the symbrieinf. Thank you very…
Last reply by Vangelis, -
changes in local.config
by Guest- 12 replies
- 4.5k views
Hello all, i have an question, when i change some information in local.config.php and i reup it to the core/ directory.. it doesnt make any change on the website. does someone know what im doing wrong? thanks a lot! Jelle
Last reply by joeri, -
- 15 replies
- 4.5k views
Hello, I am adding awards and i see the pictures on the award page but in the pilot center and profile page i can not see those images. Only says the name of the award. How can i fix this problem? Also is it easy to give awards automatically? Thanks
Last reply by OmerAslan,
