Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 12 replies
- 3.7k views
I have routes plotting properly in the pirep and schedule viewer. (For the most part). They aren't being plotted in the acarsmap. Has anyone been able to tweak the .js to get this working properly?
Last reply by Cor, -
- 12 replies
- 5.8k views
HOW DO I CHANGE A PILOT'S RANK? YIANNI
Last reply by servetas, -
What forum is a good option? Vanilla or SMF? I know SMF, but do not Vanilla.
Last reply by aarbee, -
- 1 follower
- 12 replies
- 3.4k views
Hi there, I am considering creating a Departure board, however I was wondering how can I extract a selected number of upcoming departures? For example, next 10 or 15 departures.
Last reply by mischka, -
- 12 replies
- 2.8k views
My url should be usvcg.org but the only way I can see the website is through usvcg.org/phpvms. Is there anyway to get rid of the phpvms part?
Last reply by servetas, -
- 1 follower
- 12 replies
- 3.4k views
Hi all, Can you help me, I would like two languages on a same phpVMS website without "Google Translate". I would like a very good alternative not a simple link or drop down to Google Translate. Waiting for your answers. Gofast
Last reply by Ariel, -
- 12 replies
- 3.9k views
Greetings everyone, If any of you know how to get a fullscreen acars map as a separate module, please let me know how to. Your help would be appreciated much. Thanks
Last reply by Iraklis, -
- 12 replies
- 3.3k views
hello can someone guide me on how to display pireps airline code wise? iv tried using this code but doesnt seem to work. Using ALLPIREPS module. my code: <table width="100%"> <tr> <th>Flight Number</th> <th>Departure</th> <th>Arrival</th> <th>Aircraft</th> <th>Flight Time</th> <th>Submitted</th> </tr> <?php foreach($pireps as $report) { if($report->flightnum =="ABC") ?> <tr> <td><?php echo $report->code . $report->flightnum; ?></td> <td><?php echo $report->depicao; ?></td> <td><?php echo $…
Last reply by STARs, -
Fatal Error
by AlexS- 1 follower
- 12 replies
- 6.2k views
Hey Guys, I just recently got this problem that I know a lot of people have had before. Their is only one thing that stops me from fixing it....I can't save my files. Let's say I edit the files, the save button doesn't do anything. It's basically like it is disabled. Therefore I cannot fix the code and I have no clue what to do. Help would be much appreciated! Fatal error: Cannot re-assign auto-global variable _FILES in /home/airtran/airtranvirtual.net/public_html/core/common/PilotDataClass.php on line 436
Last reply by alblua, -
- 12 replies
- 3.9k views
Hello All, Since upgrading, I am getting an error on the maintenience.php, Parse error: syntax error, unexpected 'Auth' (T_STRING) in /home/austral/public_html/dispatch/admin/maintenance.php on line 27 And in the maintenience.php at line 27 is, Auth::$userinfo->pilotid = 0; Does anyone know how I can fix this error please ? Thanks in advance,
Last reply by AUZ, -
- 12 replies
- 2.6k views
Hello everyone, today I was almost finish with my new VA. I only ordered to chosse the template. Than I turned off my computer and when I come back I can´t get to the Admin Panel of PHPvms. I already read a lot off reports, here on the forum but nothings helps me. I host my Website by 000host and everything had worked, and the problem is only, I can get to the Admin Panal of phpvms, I already now that the problem was the template, when I want to deleted the template I become a error in my page and if I inseret it back I get my DEFAULT Homepage. I already wrote in the broswer "www.(MYAIRLINE).com/admin" but nothing works I only get the error " An Error Was Encount…
Last reply by servetas, -
- 1 follower
- 12 replies
- 2.7k views
Hi all, Everything is running beautifully on my phpvms site, except for one thing, the pilot brief page. The "click to view NOTAMS" button for the airports always seems to go to a page that isnt there: https://pilotweb.nas.faa.gov/geo/icaoRadius.html?icao_id=EGNX&radius=2 (being one example for EGNX) Also, the airport chars are just image holder with links that dont exist again - http://www.airnav.com/airport/EGNX#ifr (being an example) And finally, I am not sure if its a setup issue or such but the weather graphs dont seem to do anything are are for the wrong country... Anyone able to help?
Last reply by iGavB, -
- 12 replies
- 3k views
When i try to input news i just get a blank page.
Last reply by GBAirlines, -
- 12 replies
- 2.5k views
Hi guys, There are some days I wanted to add fields for the ranks (description, etc) but I got this error : Error updating the rank: 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 'Pilot' at line 3 Can you help me ? Thanks, Gofast
Last reply by magicflyer, -
- 1 follower
- 12 replies
- 8.1k views
hi to all members of phpvms a have a litle problem yesterday i try to add a new airport and the search for the new airport dont run. Fetching airport data... and dont find nothing. best regards thanks.
Last reply by AidasP, -
- 1 follower
- 12 replies
- 4.8k views
Dear All, Is there any solution for selecting aircraft from schedule_results.tpl? For example EGKK-EDDM flight is added as B738 to schedules database, it would be nice to have drop-down, where pilots could select other aircraft types like A320. Then the (custom) weight calculations would be correct on schedule_briefing.tpl. It is just annoying to add all schedules 2 times. Best Regards,
Last reply by ProSkyDesign, -
- 1 follower
- 12 replies
- 5.5k views
Hello, after installing phpvms, the log not found the Administration tab, enter as www.xxxx.com/admin but the error An Error Was Encountered Unauthorized access what do I resolve this error? [/img]
Last reply by tkfeeny, -
- 12 replies
- 2.1k views
None of my custom javascript libararies are working on my site. This is the current layout config. http://pastebin.com/1R60w6CQ Is something missing or out of place?
Last reply by StartVM, -
- 1 follower
- 12 replies
- 2.1k views
Hi! My question is: It's possible to remove the code airline on the Pilot ID ? Ex: "AFR0001" to "123456" Thank you!
Last reply by boeing974, -
- 2 followers
- 12 replies
- 3.2k views
Does anyone have any idea how I could include the jump seat in the administrative panel. pilots_details.tpl <form id="dialogform" action="<?php echo adminaction('/pilotadmin/viewpilots');?>" method="post"> <table id="tabledlist" class="tablesorter" style="float: left"> <thead> <tr> <th colspan="2">Edit Pilot Details</th> </tr> </thead> <tbody> <tr> <td>Avatar</td> <td> <?php $pilotcode = PilotData::GetPilotCode($pilotinfo->code, $pilotinfo->pilotid); if(!file_exists(SITE_ROOT.AVATAR_PATH.'/'.$pilotcode.'.png')) { echo 'None selected'; } else { ?> <img src="<?php echo…
Last reply by eliezerazevedo, -
- 1 follower
- 12 replies
- 3.8k views
Hello , As all of us must be knowing , the default briefing doesn't retrieve charts out of USA ARTCCs. I have found a website called "AirCharts.org" with an open free API that lists all charts according to ICAO worldwide. Unfortunately , I don't have much PHP knowledge. If someone could code this , it would be a great help to all virtual airlines all over the world. API AirCharts' new, open API is now available for public use. Use of the API is in accordance with the API Agreement. Usage: Airport Information and Charts: http://api.aircharts.org/Airport/(ICAO).(format) List of Airports and Charts: http://api.aircharts.org/Airport/(ICAO),(ICAO),(ICAO).(format) [up…
Last reply by thefiercepilot, -
- 12 replies
- 2.7k views
Hello, I am getting this error and i cant figure out what is causing it. Notice: The template file "SKINS_PATH/header.php" doesn't exist in /home/aloftvir/public_html/crew/core/classes/TemplateSet.class.php on line 231 You must be logged in to access this feature! Notice: The template file "SKINS_PATH/footer.php" doesn't exist in /home/aloftvir/public_html/crew/core/classes/TemplateSet.class.php on line 231 Ive tried switching all my files to php from tpl, i have created a blank header.php and footer.php and still can solve it. Any ideas? Thanks
Last reply by tdohrer, -
Error because of having flown 211 flights but no routes are shown. Just went from v2 to v5.5.x Anyone know what the problem might be ? Error when filing Pirep
Last reply by web541, -
- 1 follower
- 12 replies
- 3.2k views
Hi, I have an issue with the members trying to login in my VA web this msg appear after login : You must be logged in to access this feature! any suggestion ?! P.I i have used two Versions of phpvms v2.1.934 and now i am using Version simpilot 5.5.2 The problem appears in both versions since i have transferred my Domain to a new Server ...
Last reply by breenild, -
- 12 replies
- 3.7k views
Hi again I did a flight this afternoon on SmartCARs, and finished, clicked 'File PIREP' and SmartCARS confirmed PIREP filing. I checked on the website. It hadn't. So I attempted to file a Manual PIREP, returning this error: There was an error adding your PIREP : Schedule does not exist. Please update this manually. The entire form was filled out completely correctly, and I have retried multiple times. I found a similar situation somewhere else, and that lead me to discover my local.config.php seems to be truncated. I tried reinstalling phpvms elsewhere, but that also returned a truncated local.config.php My local.config.php is attached, if …
Last reply by stifler13371, -
- 12 replies
- 3.3k views
How would I align the columns on our pilot roster? We have six hubs (3 shown on image) and the columns for pilots in each hub are mis-aligned.
Last reply by servetas, -
- 12 replies
- 1.9k views
Hi, i have a error in the installation, i did follow very carefuly the steps, when i open the web page appears this message. Please help. Thank You error phpvms.zip
Last reply by servetas, -
- 12 replies
- 2.2k views
Hello, I need your help please... I have a VA and I wanto have a Pilot List. So that when I click on a bottom it goes to that pilot list. Please I dont know nothing about coding. But imagine my website. It has CrewCenter skin, and there is a lateral navigation menu, and I´ve created a bottom that is called Pilot List, and I want that when I click that bottom it goes to a more or less nice table with all my pilots. But I want it to have the lateral menu also. Please help Thanks
Last reply by Swik222, -
- 12 replies
- 2.3k views
I am trying to get my site ready for php7. I have installed phpVMS 2 on a dev directory. Changed the skin files from php to tpl and all I get is a blank white page. Am I missing something? Skin shows on default skin and different tpl skin. Just not the one I am trying to convert.
Last reply by flyalaska, -
- 12 replies
- 3.3k views
Install this module (php verion for PHPVMS 5.5.2) and get this error when selecting an aircraft, and the following screen http://....../fleet/view/(any aircraft) gives this error: Deprecated: Non-static method FleetData::getAircraftTotals() should not be called statically, assuming $this from incompatible context in /home/www/lakervirtual.com/core/modules/Fleet/Fleet.php on line 36Deprecated: Non-static method FleetData::get5MostRecentFlights() should not be called statically, assuming $this from incompatible context in /home/www/lakervirtual.com/core/modules/Fleet/Fleet.php on line 37Deprecated: Non-static method FleetData::getAllScheduledFlights() should not b…
Last reply by CFVA,