Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 4 replies
- 1.4k views
Hello, I am in need of some help. I am trying to use the flight search module from crazy creatives instead of the default module. But i am having trouble what code to use to make this work. This is my current code: <li><a href="http://www.crew.aloftvirtualalliance.com/index.php/schedules">Book A Flight</a></li> This is the code in the install insturctions: <a href="<?php echo url('/flightsearch') ?>">Search Flights</a> Any ideas?
Last reply by tdohrer, -
- 4 replies
- 1.9k views
Hello! I have added two custom field in my registration main form: VATSIM ID and IVAO ID. However, when a new pilot registers in my VA and introduces his IVAO ID, this one is not registered in his profile. There's no problem with VATSIM ID. If the pilot edits his information in the Pilot Area, he can set his IVAO ID and it's shown in his profile. I am using this code in the registration main form and edit profile form. The IVAO ID code does not work in the registration form only. VATSIM ID code <input name="VATSIM ID" class="form-control customfield_textarea" type="text" value="<?php echo PilotData::GetFieldValue($userinfo->pilotid, 'VATSIM ID'); ?>">…
Last reply by Imanol, -
- 1 follower
- 4 replies
- 1.6k views
For some reason, this line is causing my cronjobs to fail. There is no pilotid = 0 so I am not sure where it is supposed to get its permissions from but I am getting the following errors when it autoruns: Unauthorized access - Invalid Permissions Should there be a pilotid of 0 in my database? This happened after the update to phpvms 5.5.2 and change to php version 5.5. I can run any of these jobs manually while I am logged onto the site. I am thinking a possible admin privilege issue??? Thank you for any help, -Ken
Last reply by KenG, -
- 1 follower
- 4 replies
- 1.7k views
What is the php code for showing how many active flight there are in number format EX : 3 Active Flights
Last reply by smokey68, -
- 1 follower
- 4 replies
- 1.7k views
In Admin "View all Pireps' 'click to approve all ' returns the following error. This same error is when 'click to approve all' in Edit Pilots - view all pireps. Warning: Invalid argument supplied for foreach() in /.........../admin/modules/PIREPAdmin/PIREPAdmin.php on line 120 0 of 0 were approved (0 has errors) There are pireps in the database and they are all automatically accepted. If you look at view pending there are 'NONE'.
Last reply by DesComm, -
- 1 follower
- 4 replies
- 1.5k views
Ok I got an issue with downloads. I have one site using Eddies Blue Ice theme and another using my own bootstrap theme and any time I click on downloads, it gets stuck in a refresh loop. Eddie and I came to the conclusion that it was my custom slider. Moving forward. Now on to my own theme that I made, i had the same problem. Click the download an get stuck in a refresh loop. Once again, I thought it had to be my slider or something my template related. So I switched back to the crystal template and what do you know, a refresh loop on download. Fast forward to today after i got good and ripe over this and I installed a FRESH vanilla (nothing extra installed, out of the …
Last reply by TAV1702, -
- 1 follower
- 4 replies
- 1.8k views
Hello How can i erase those links on the pic? This is top of nav bar on right side. Thanks.
Last reply by OmerAslan, -
- 4 replies
- 2.4k views
Is it an an option to delete the check for PHP 5.6 in PHPVMS 5.5? As a lot of hostingcompanies are changing from 5.6 to 7.0 next year. I have found out that in most cases you still can create a web.config file pointing towards php 5.6. And after installation delete the web.config. But there will be a time, for some rather later and other sooner, when php 5.6 is not there anymore. PHPVMS 5.5 is expecting PHP 5.6 or lower. Or is there another way to go around the problem? Thanks, RobB
Last reply by Tummi, -
- 4 replies
- 2.2k views
Hi, I want to list schedules by code, as it is in my sql request ($requete). This code is working, but i think it's not the best way to connect to database. Does another way exist to connect to database safely without writing directly username, host, password and dbname ? <table class="myTable"> <!-- entête du tableau --> <thead> <tr> <th>#ligne</th> <th>Dép. ICAO</th> <th>Arr. ICAO</th> <th>Appareil</th> <th>Distance</th> <th>Prix billet</th> <th>Opérations</th> </tr> </thead> <?php $conn = mysqli_connect(…
Last reply by orobouros, -
- 1 follower
- 4 replies
- 1.3k views
Using phpVMS 5.5.2 In 'app.config.php' (file date 10/25/2016) on or near line 321 is the entry: Config::Set('TPL_EXTENSION', '.tpl'); Should the '.tpl' be changed to '.php'? If so, should the line Config::Set('TPL_EXTENSION', '.php'); be added to the 'local.config.php' or just edited in the 'app.config.php'?
Last reply by ProAvia, -
- 4 replies
- 1.5k views
[02:21:27] Engine 2 is on[02:22:23] Engine 1 is on[02:24:40] Flaps set to position 3 How can I delete the time ([xx:xx:xx]) from the pirep log of pirep_viewreport.tpl ?? I'm using SmartCars... Thanks you =)
Last reply by ProSkyDesign, -
- 4 replies
- 1.4k views
We recently had a PIREP that was rejected. Was recorded with a 45 hour flight. With it being rejected the hours are still being recorded in the Top Pilot MOD/ Still showing after being deleted as-well. Does not show in the database or the pilots recent flights. Anyone else had this happen to them or have an idea how to remove that info? Top Mod by SimPilot
Last reply by flyalaska, -
- 4 replies
- 1.7k views
Hi is any way to embed the live map and airline map that are installed on php server and php web, via HTML CODE on web side that work via HTML? please help
Last reply by reivax, -
- 4 replies
- 3.3k views
Good morning everybody, Please i need just an information, I have set some ranks from 0-50 hours has the right to fly with ATR 72, and the next level, 50-100 i have selected all the Embraer 190. My question is is that pilot with 50 hours or more can fly only with Embraer 190 or also with old ATR 72 from 0-50 hours ? As you see in the table attached, for 50 Hours i see only E190 there no ATR 72 ! Looking forward to hearing from you soon, Yours,
Last reply by FlyingMachine, -
- 4 replies
- 1.3k views
Hello, everyone I have pilot manager (not sure which one) but when I got it my web master asked if I wanted the people that are marked as "retired or inactive" to allow them to log in. I said no however I do want them to be able to log in now. Is there any way i could change that? Thanks!!
Last reply by treygeboy, -
- 4 replies
- 1.4k views
When anyone tries to register with my VA where it say select airline , hub, and location nothing appears on the drop down menu for people to select. Thanks for the help.
Last reply by mattsmith, -
- 4 replies
- 1.7k views
When any user tries to register to my VA http://nextjetvirtual.x10host.com/index.php and fill out all boxes and click register nothing happens and it deletes all the password fields
Last reply by Ayce, -
- 4 replies
- 1.7k views
Hi folks, Very quite simple, while putting my data to login, i select Remember me, unfortunately after couples of minutes, i am dropped out, all the time. Any suggestions ? PHPVMS 5.5.2 Yours,
Last reply by FlyingMachine, -
- 4 replies
- 2.3k views
I'm wanting to add the Pilot Hub of the Pilot to the email that staff get when a pilot submits a PIREP. I have located the email code in PIREPData.class.php but I'm not sure how to get the hub info to show up. I've tried several different things but my lack of PHP and database knowledge is definitely showing here. :-) Any help would be appreciated. # Send an email to the admin that a PIREP was submitted $sub = "A PIREP has been submitted by - {$pilotcode} ({$pirepdata['depicao']} - {$pirepdata['arricao']})"; $message = "A PIREP has been submitted by {$pilotcode} " ."({$pilotinfo->firstname} {$pilotinfo->lastname…
Last reply by TennShadow, -
- 2 followers
- 4 replies
- 2k views
Hello everyone, I don't know if this is the right place to write this, I want to show in my virtual airline the current deprture board in the real world. If anyone knows Departure board API (FREE) please let me know. Thanks, Omer Cohen.
Last reply by Parkho, -
- 4 replies
- 1.4k views
Hi everyone, I need to install a funtion which could allow me and my admins to suspend pilots. I have searched in the forum but I could not find any one. I laso tried installing the last update of phpVMS but it did not work. Is there anyway to set this? Thanks!
Last reply by Imanol, -
- 1 follower
- 4 replies
- 1.8k views
Hi everybody in app.config.php I edited the Close bids after expire function but it doesn't work Anyone can help me?? I think I need to run a cron Job to get it works but I don't know how can I do it. # Whether to close any bids after a certain amount of time Config::Set('CLOSE_BIDS_AFTER_EXPIRE', true); Config::Set('BID_EXPIRE_TIME', '1'); # How many hours to hold bids for
Last reply by t_bergman, -
Hello friends, I have phpvms 5.5.2 and all works fine. Just one thing. I need to make my phpvms time zone UTC . But no matter what i did it didn't helped me. When i see admin activity log i see that my phpvms time zone is America/Denver and how can i change it please help. i add timezone UTC in localconfig.php but not working. I will die because of this. Please help...
Last reply by OmerAslan, -
- 4 replies
- 4k views
Hi, everybody! I'm trying to translate those messages in the Activity Feed, on phpVMS 5.5.x, such as "PILOT_NAME has just joined, welcome aboard!" or "PILOT_NAME has been promoted to NEW_RANK". Those kind of messages are inserted on phpvms_activiityfeed table in the database. I've searched the class, the module and the template files to try to find where those messages are coming from, so I can translate them into portuguese, but I just can't find it. Could anybody help me with that path? Thank you!
Last reply by web541, -
- 1 follower
- 4 replies
- 1.9k views
Hi all, I'm currently going through a stage of trying to move our Mass Emails over from the local hosting to a dedicated system designed for mass email marketing as my VA has gone over 100 active pilots and our hosting keeps shutting our email system down whenever we mass email due to 'spam protection' I've spent hours on the forums and I've updated the Local config php as well as other associated files to enter the SMTP/Auth/User data, tries TLS, SSL etc and have had no luck. I've even correctly set up the DNS and MX records (and reverted the MX Records for further testing) MailGun seems to make mention of an API requirement however it doesn't seem to be m…
Last reply by Brendan03, -
- 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, -
- 4 replies
- 2.2k views
Hi, I have an issue when you login to the crew center, on a subdomain, it redirects you to the main page, run by wordpress.... ANY IDEAS ON THIS ISSUE!!!!
Last reply by Jonah0037, -
When I visit the website and click download it brings me to this version https://github.com/nabeelio/phpVMS#installation is it stable and how do I add this to my site.
Last reply by t_bergman, -
- 4 replies
- 1.6k views
I had to put the latitude and longitude in manually but double checked the info and it is right. But the filed PIREP's are showing flight's in Russia What's up! The Main acar's map is fine! Main Map: PIREP's Map's is in Russian!
Last reply by in2tech, -
- 1 follower
- 4 replies
- 1.7k views
When we make login in our website, the page isn't showed, the site is: http://aviancavirtual.tk user: ONE009 password: testing EDIT1: I have found the error, is that code: <?php $contabids = SchedulesData::GetBids(Auth::$pilot->pilotid); if ($contabids > 0) { $bidscontados = $contabids(count); } else { $bidsconstados = "0"; } if($contabids >0){ ?> What i can change here for correct this error?
Last reply by LukeW,