Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 10 replies
- 2.1k views
Is there a way to allow selective admin section log-ins? ie - allow a crew base manager to approve PIREPS but not get into the other functions of the admin panel. :
Last reply by Strider, -
- 8 replies
- 2.1k views
is there a way to put instead of the aiport name or airport icao, but the departure and arrival city?
Last reply by pouzo, -
- 4 replies
- 2.1k views
Estimated People My name is Ignacio, and I'm taking my first steps in phpvms. I was able to install and configure the system well, the problem I have is that every time I edit a pilot, your ranking changes at the lowest rank. Any idea how to solve it (if possible). I seach this problem in this forum but not find any post for that. Best regards
Last reply by imnemina, -
- 7 replies
- 2.1k views
Hello All, It appears my chats are not working again in phpvms, I have a dev install updated to v2.1.935 My live site is running v2.1.936 Neither of the sites are showing charts but they were last week and I have not had a security breech from what I can see. Also, the activity feed works fine on the earlier version 2.1.935 but its failing to work on v2.1.936 Is anyone running v2.1.936 and have the activity feed working ? Any help on these matters would be most appreciative, Thanks
Last reply by AUZ, -
- 5 replies
- 2.1k views
Everytime you try to register on my site, it gives me this error: Unknown column 'vatsim' in 'field list'. I've looked everywhere and can't find what's happening. I have a field I added (not a custom field) called vatsimid and ivaoid in the phpvms_pilots table, and there used to be one called vatsim and another called ivao, idk if that helps at all. Thanks
Last reply by mark1million, -
- 1 follower
- 5 replies
- 2.1k views
Hi! I am working on a phpVMS site that I installed on my local PC - with use of XAMPP. If I would like others to view this site from around the world, I am assuming this is what I should do (but it is not giving me the result I need): 1. Configure my firewall to allow port 80. 2. Configure port forwarding for port 80. 3. Assuming my external IP address (using whois website) is xx.xx.xxx.xxx and my phpVMS site folder is called 'phpVMS-VA', I would assume for someone to view the site would have to put in their browser: xx.xx.xxx.xxx/phpVMS-VA What am I doing wrong here? Thank you!
Last reply by Oxymoron290, -
- 4 replies
- 2.1k views
I accidentally clicked the Reset Pilot PIREP count link in settings. All my pilots are at 0 now. Is there a way to get them back?
Last reply by flyalaska, -
- 4 replies
- 2.1k views
Hello All, I've created a custom profile field through the admin center for VATSIM ID's. I've gone into the member's profile to add their VATSIM ID and get the "saved successfully" message. But when I go out of that screen then back in the data is missing. Any help appreciated.
Last reply by beerguts, -
- 2 followers
- 4 replies
- 2.1k views
Hi all, I'm trying to pull pilots awards in but having some trouble. If a pilot has an award this code works perfectly. However, if a pilot has NOT received an award yet I get an error. Does anyone know how to create an "if" statement that addresses an empty array? error received: Warning: Invalid argument supplied for foreach() <strong>Awards</strong> <li class="list-group-item"><?php echo "<table>"; echo "<tr>" ; $i = 0; foreach ($allawards as $award) { if ($i % 5 === 0) { echo '</tr><tr>'; } echo "<td> <img src=".$award->image." alt=".$award->name." />…
Last reply by Parkho, -
- 6 replies
- 2.1k views
how can i restrict access to my downloads page only to logged in pilots. i tried this <?php if(!Auth::LoggedIn()) { ?> <li><a href="<?php echo SITE_URL ?>/index.php/registration"><strong>Register</strong></a></li> <li><a href="<?php echo url('/login'); ?>"><strong>Pilot Log In</strong></a></li> <?php } else { ?> <li><a href="<?php echo SITE_URL ?>/index.php/downloads"><strong>Downloads</strong></a></li> <?php but that doesnt work
Last reply by Tom, -
- 2 replies
- 2.1k views
Hello Guys, I know I'm Off-Topic but I need help as I have not yet received any response from administrators CENTRAL VA; I successfully installed three weeks ago, the API KEY is enabled, but every time I try to send PIREP me error: "FAILED exporting PIREP # 279 - No response from API server". In the list of Virtual Airline I do not see even entered my VA; I thank you sincerely I look forward to the answers;
Last reply by Edwin, -
I have givin up on version 5,5 don't have the knowledge in coding. So I put an older version back in have two older versions still working, Anyway it installed all went well ran the db check all is good. when i click on the live map I get this Fatal error message. has nothing to do with the skin..tried it on the default Crystal skin. Im not sure im in the right place for this question so forgive me. I searched everythread related to Acars, came up wit nothing, Fatal error: Class 'ACARSData' not found in /hermes/bosnacweb04/bosnacweb04cf/b1/ipg.XXXXXXX/XXXX/core/modules/ACARS/ACARS.php on line 32
Last reply by ProAvia, -
- 7 replies
- 2.1k views
Hi folks, my web host doesn't allow external databases. But if I knew what connections I need I could maybe get some exceptions(ip addresses or similar) Reason for asking: some features like Live fuel, doesn't work with our server, and also if we are going to use VAcentral we need a external access. Pulling airport data when adding new airports actually works. Sorry for my messy post, looking forward for an answer
Last reply by TAV1702, -
- 6 replies
- 2.1k views
Hi All, Am I the only one or do other CEOs get the same problem. Do you find that some people join your VA for the sake of downloading what they can and have no intention of flying? Is there a way to restrict download section access to pilots unless they have completed a set number of hours say...10hrs. Then this can be lifted so they can gain access to scenery, aircraft ect. Just an idea would be set the initial account to student (without download access) Once 10 hours have been flown, the account is progressed to download section access.
Last reply by shaun105, -
List Users Identities Online
by Guest- 4 replies
- 2.1k views
I understand StatsData users online feature, but is there a way to list the identities of those users for those that are logged into the webstie? Thanks!
Last reply by nabpp, -
- 1 reply
- 2.1k views
Hello, I am having a very difficult issue. I have a page "dotrainingrequest.php" which $_POST's data from a form to a sql database. i then have a page in the admin center "trainingrequests.php" which gets all the information from the entire table and cleanly displays it to a html table, using php. My problem is that i want an admin to be able to "update" just one row from the database using a form on the same page, and for the life of me i cant figure out how.
Last reply by freshJet, -
- 4 replies
- 2.1k views
Is there a way to make the last 3 or 4 PopUpNews articles appear in an HTML marquee?
Last reply by simpilot, -
- 6 replies
- 2.1k views
Hello , I Have an big problem. Here is the problem ... Please help me I'am sorry for the bad english because i'm french http://brusselsairlinesvirtual.livehost.fr/phpvms/
Last reply by servetas, -
- 5 replies
- 2.1k views
HI I added below code in new page, but it doesn't work : <center><h2>Recent Arrivals</h2> <?php if(!$reports) { echo 'No reports have been filed';return; } <table border="0.5" width="100%"> <td align=center><b>FL.Number</b></td> <td align=center><b>Pilot Name</b></td> <td align=center><b>From</b></td> <td align=center><b>To</b></td> <td align=center><b>Aircraft</b></td> <td align=center><b>Status</b></td>"; foreach($reports as $report) { <td bgcolor=#EBEEEF width=5% height=5 align=left…
Last reply by faraz, -
- 6 replies
- 2.1k views
Hello, ive just got a free hosting site (for now) :L and i got this message when i tryed to access it. Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, no-reply@x10hosting.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request If Anybody can help, id probably get My VA Started. Thanks
Last reply by Nabeel, -
- 7 replies
- 2.1k views
Hey all, I am having trouble with the pages made through the admin panel. When first viewed, they show up fine as /index.php/pages/executivestaff , but the next time it will show as /index.php/pages/pages/executivestaff, next time /pages/pages/pages and so on. Of course the only time it shows is the first time, and the only way to reset it is by clicking on home. If you want to see what I'm talking about it's here: www.flyaircanadava.com . I'm just starting so most links don't work or have easy db errors, but the page above should work to show errors. Thanks Chris P.S.--How do you mark a topic as solved?
Last reply by ACVA_CEO, -
- 11 replies
- 2.1k views
Hello everybody, I've been working a lot on my website lately. Because I'm a noob at CSS and HTML, I have to refresh almost every time I make an edit. Now, I probably refresh about 30 times in 40 minutes, on average. Unfortunately, being on a free plan, I reach about 70% of the max CPU usage allowed on the site. If I don't refresh so many times, my CPU usage is pretty low. However, I would like to know if there's any good way to help reduce CPU usage. I understand that it depends on your website, and since everyone here uses the same platform, I would hope that somebody may have some advice as to how to save CPU usage. It's not a killer, I'd just love advice because if …
Last reply by magicflyer, -
- 8 replies
- 2.1k views
I Have Gone To Other Forum Posts And Tried Everything But None Of It Is Working. Here Is What I Am Stuck With There was an error adding the airport https://prnt.sc/isfvur
Last reply by ItzKV, -
- 7 replies
- 2.1k views
Hello, I would like to add all the fleet on each route flown, is there any option to do that automatically without having to write the very same route all over again for every aircraft?? Ex: If I have 3 Aircraft: A320 with reg: N123, N456, N789 And if I am creating route from point A to point B Flight UAL007 Then Do I really have to write 3 route insted of one with all 3 reg? ex: A to B UAL007 N123 A to B UAL007 N456 A to B UAL007 N789 I am asking that because I have a real fleet listing with 22 different aircraft type and each type got between 10 to 20 reg... Thanks, Alex
Last reply by Nabeel, -
- 7 replies
- 2.1k views
I am in the EARLY stages of trying to convert my site over to phpvms. It is based on a defunct 'real' airline......CP Air. I have schedules for both real and fictional. Kind of a Realistic one from the past and a fictional modern one that never existed. The schedule does NOT let me have the same ident for different aircraft. I know that makes total sense, but the modern fleet has some idents the same as the old fleet and I have no plans to repaint aircraft Is there any way to make that work somehow? For now I just have to list the ident for the second aircarft as C-FBCP(2) or something to that effect. Which is fine with me if I have to do it that way, was just w…
Last reply by CPC900, -
- 4 replies
- 2.1k views
Where at can I find the controls for avatar size? I think 80x80 is ok but is a bit restrictive. I was wanting to up the anty a little bit. And then I will get in the tpl file and warn pilots before they upload that it can only be what ever size I choose as max settings. Thanks in advance either way. Ray
Last reply by Nabeel, -
- 5 replies
- 2.1k views
Gents a question. From the server side I exported my phpvms_(my info)airport database (From table) to have as a backup as I deleted some airports. Had no problem exporting and I did additional deleting airports and decided to import it back into the system via myphpadmin, but everytime I attempt to import it, I get an error message telling me the phpvms_(my info)airports already exist. What am I doing wrong. The phpvms_airports table is setup when you install phpvms?
Last reply by Bluemax, -
- 2 replies
- 2.1k views
On a new website I am working on with phpvms, everything works fine except "add to bid" does not add a bid in the flight schedule. You can select available flights and click the add to bid and it disappears and does not say "bid added" as it should. Then when you click to display bids it says "you have not bid on any flights" I have also both the bid determiners on local config false. Any thoughts please? I have tried with my little knowledge I am learning here all I can think of. Even compared the templates from a working site to this one and there is no dif's I can see.
Last reply by tgycgijoes, -
- 2 replies
- 2.1k views
Hello PHP Forums! I have an error message that comes up at the bottom of my website. How can i get rid of this? Warning: Unknown: open(/var/php_sessions/sess_60e1b20892b62d0dc293c2d27939c9d6, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/php_sessions) in Unknown on line 0 Thanks
Last reply by cam3r0ngt, -
- 4 replies
- 2.1k views
Hi, I would like to have a table to show all airports in the database. I'm looking for something like the admin Airports Table, without the editable function. Can anyone help me? Thanks. Sergio Gomes EuroEagles CEO
Last reply by CrashGordon,