Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 reply
- 1.1k views
Hello, is it possible to create own CodonEvents and then add Listeners to this created event? For example the existing event "bid_added". I want to create a new one "updated_flight". Is there anywhere a Codon documentation? I can't find one. I tried to just Dispatch an event and listen to it but this doesn't work for me... CodonEvent::Dispatch('updated_flight', 'ACARSData', $flight_info); public function __construct() { CodonEvent::addListener('Test', array('bid_added', 'updated_flight')); } public function EventListener($eventinfo) { if($eventinfo[0] == 'bid_added') { //something } if($eventinfo[0] ==…
Last reply by PikoSim, -
- 2 replies
- 1.1k views
Hello together! I hope you can really help me! My Problem is that i can insert a plane or a pilot but when i want to see them at the tables, there is nothing. But when I reenter the Pilot or plane or Airport it is showing: Airport already in Database! Thats right, they are in the Database! But they aren't shown in the Admin Panels! Why not? Thanks Christopher
Last reply by Freedom, -
Register error
by Guest- 1 reply
- 1.1k views
Hai guys, When someone wants to register he or she gets this error: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/mehcabkv/domains/kevindeleeuw.nl/public_html/phpvms//lib/skins/detachable/<h3>Registration</h3> <p>Welcome to the registration form for Martinair. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://www.kevindeleeuw.nl/phpvms/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd>…
Last reply by joeri, -
- 0 replies
- 1.1k views
I'm curious why my flights don't appear on the VACentral live map. They do show up in the live map on my PHPvms website, and PIREPs are getting submitted and stats updated. Not a huge issue, just wondering... Edit: Just realized I meant to put this in VACentral forum but dropped it here by accident. Mods: could you move this? Thanks!
Last reply by cruster, -
- 0 replies
- 1.1k views
Hello Friend how edit the max schedule view, for error duplication .....look the picture http://qs.lc/1el2 Thank you
Last reply by simonecatalano, -
- 1 reply
- 1.1k views
I'm trying to put the recent bids in the bookings column but it just keeps going underneath, any help would be much appreciated. Here is the Code: <style> table, th, td { border: 1px solid black; } </style> </head> <body> <table width="200"> <table width="1300"> <tr> <th>Team Speak</th> <th>Bookings</th> </tr> <tr> <td><div id="ts3viewer_1096623" style=""> </div> <script src="https://static.tsviewer.com/short_expire/js/ts3viewer_loader.js"></script> <script> var ts3v_url_1 = "h…
Last reply by web541, -
- 1 reply
- 1.1k views
i am getting this error at this webpage http://phpvms.nnbtechnologies.com/phpvms_v2-php70/admin/ An Error Was Encountered Please login first How do i resolve phpvms classic
Last reply by ProAvia, -
- 2 replies
- 1.1k views
Is there any type of code that I can use to show a certain group. I.e Show a list of Administrators by showing a group so it automatically updates?
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Hello phpVMS fans, I am not a php expert by any means and this is probably a simple one but annoying me to no end none the less. I have gotten the site up and running with some success and I have all pages centered except the "route details" page. It functions correctly but the page jumps to the left margin all the time. Simply annoying to me : If anyone could give me a hint in the right direction it would be greatly appreciated. The site is newenglandair.simpilotgroup.com The page in question is http://www.simpilotgroup.com/newenglandair/index.php/schedules/details/800
-
- 2 replies
- 1.1k views
When i enter the ICAO for the airport and i click get info, and it saids fecthing airport data but nothing shows up in long time
Last reply by Kyle, -
- 1 reply
- 1.1k views
How is possible create a link in my Virtual Airline? I create the news... I create the pages.. But i don't know how create a link.... Sorry for my stupidity Thanks
Last reply by TennShadow, -
- 2 replies
- 1.1k views
Hi everyone, I had a quick question, Basically what I am trying to get this code : <?php MainController::Run('Pilots', 'RecentFrontPage', 5); ?> to get data for a certain hub, how can I filter this data?
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Hey, I'm trying to think about changing the .tpl files to .html format. Is that good, will it be easy or is there something that i need to do before i change the file formats? thanks.
Last reply by simpilot, -
- 0 replies
- 1.1k views
PHP ERROR: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/a4049077/public_html//lib/skins/Zumeweb.Pacific.V1/<div class="container"> <h3>Registration</h3> <p>Welcome to the registration form for JetStream Aviation. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://jsa.netau.net/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd><input type="text" name="lastname" value="" /> &l…
Last reply by wsavant, -
- 0 replies
- 1.1k views
Hello guys! I've been having some troubles with the Import.php. I cant Import schedules. Basically when i click import, it redirects me to the page http://aveiroexpress.comli.com/admin/index.php/import/processimport and nothing happens. I'd have no troubles in doing it manually but its 2000+ routes. Can anyone help me narrow down the problem? Thanks in advance Aveiro Express CEO André Correia
Last reply by superxico, -
- 0 replies
- 1.1k views
The acars map shows the planned route. Is there a way to show the actual flown route (thus far) on the acars map? Since the aircraft bubble updates on the acars map, the data should be available. TIA!
Last reply by ProAvia, -
- 0 replies
- 1.1k views
Hello to everyone !!!☺️ First of all I would like to say that I am very happy with phpvms I am new and I will really try day by day to learn and read more and more to get better. My point is this: I would like to add the flags of the countries next to the ICAO airpots on recent flights. I try some things buy I dont found any solution unfortunately. Is that possible? If anyone knows something about that please help me. Thank you so much !!!
Last reply by Jiko, -
- 1 reply
- 1.1k views
Whenever I try to add an aircraft: I had this problem before and I fixed by replacing a user file, anyone knows how to solve it? Everything else works perfectly, I tried some post from the forum but no one solved it I think the solution could be, someone with this same settings could attach /core/common/ OperationsData.class.php php Version: 7.2 sql Version: 5.7 skin: StislaSkin 2020 phpVMS version: phpVMS 5.5.2.72 (ProAvia) Note: This is not working with default skin
Last reply by ProAvia, -
- 1 reply
- 1.1k views
Does anyone know of a link to the current, v7 .csv structures? Or does anyone know what they are? I am trying to migrate to phpvms from VAM and need to import all the airport data and all my routes and I can't find the expected structure that it is looking for anywhere. Ideally I would like to find them for adding pilots and planes as well, but I REALLY need to find out for the airports and routes, as my VAM site is going to be useless probably within a couple of weeks.. Thanks in advance. john croft
Last reply by ProAvia, -
- 1 reply
- 1.1k views
When ever i try to send my schedules to VAcentral i get a ```` error thus they don`t send anyone got a solution?
Last reply by Nabeel, -
- 1 reply
- 1.1k views
I want to change the order on the my PIREPS so that oldest are at the top. I found a setting in appdata but cant find it in localconfig, so I changed it from I think ASC to DEC, there was a note on what it does. It doesn't seem to work, anybody know how to do this?
Last reply by joeri, -
- 0 replies
- 1.1k views
I recently installed the Event sign up module from SimPilotGroup, and installed it wrong (without database). Now i have 2 events that i entered into the wrongly set up plugin on my homepage (www.easyjet-virtual.net) with no way of deleting them on the admin center! how can i get rid of these? Appreciate any help in simple English, i'm only a novice!
Last reply by EZY0001, -
- 0 replies
- 1.1k views
Hello everyone and sorry for my english. And 'possible to enter the list of "top pilots" within the code <marquee> es. BEST PILOTS: LANDING RATE: (pilot name), DISTANCE: (pilot name) etc.. etc.. Thank you all for a possible answer
Last reply by gio1961, -
- 3 replies
- 1.1k views
Gday Guys I went to fire up my site today and i got this error Notice: The template file "/home/a5579765/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/a5579765/public_html/core/classes/TemplateSet.class.php on line 248 i have not changed any files on the site, and for some reason this decided to display, im unsure what it means, may someone please explain the situation to me please, its ironic, as i was just about to move the site onto a paid hosting service Thanks
Last reply by Tylor Eddy, -
- 1 reply
- 1.1k views
small question Nabeel the plane on the acarsmap is it possible to make it turn so its directed to the heading you are flying.i know its possible(seen it) but dont know if its possible in the phpvms program. gr joeri
Last reply by Nabeel, -
- 2 replies
- 1.1k views
Nabeel, While editing any pilot's information from the Admin Center, If I click the "Save Changes" button the top says "Profile updated successfully" but then no changes have actually been done. I have tried several accounts and the same problem exists for each member. I'm not sure why it isn't working as it was before. Should I re-install the admin stuff again through cPanel or is there a quick fix up your sleeve?
Last reply by Jeff, -
- 1 reply
- 1.1k views
HI guys, I know it is in here somewhere bit i cant find it, i want to prevent non approved pireps and pilots appearing in the recent pireps and pilots listings until they are approved, can some one point me in the right direction of the post, Cheers.
Last reply by Jeff, -
- 0 replies
- 1.1k views
-fixed- Sorry everyone for wasting your time here!
Last reply by Jordan - simB6, -
- 2 replies
- 1.1k views
Hi all, Just wondering if you can add more than one background images for the pilot signatures to give them more options? Many thanks, CD
Last reply by mark1million, -
- 1 reply
- 1.1k views
This may be a silly question but how do I find out what version of phpvms i have
Last reply by Kyle,