Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 3.1k views
Hi everyone, everything fine? So I've been updating my VA in the settings profile part, but I get an error when I'm going to change the avatar. So, I'm leaving the profile settings on several tabs (https://prnt.sc/ho331l), all the tabs are ready, the profile tab containing the name, email and location changes and are working correctly, the password change tab is also working, but avatar change tab is not working properly. The problem is this, when I click to select the avatar and then I click to save the profile I get this message 'The email address can not be blank.', But the avatar change tab only has the function to change the avatar and I believe you do…
Last reply by BlackSwan, -
- 3 replies
- 1.3k views
I am trying to start up a New VA Club were you can fly an airplane you like or military flight you like and Airline flight I need to see if I can change some coding around to meet my needs if I can, I am trying to take away the flight scheduled but keep the auto pirep going were they can file any kind of flight they want, without having a set flight scheduled or bids like the other VA have.
Last reply by in2tech, -
- 2 followers
- 45 replies
- 14k views
Hello all, I know lots of you have been annoyed with the absence of the airport lookup function in PHPvms.. well at least I was! So, in a bid to save time not just for myself but also for you, I've recreated a service that provides the same functionality with minimal changes but some extra data All you have to do is this: 1) Go to your local.config.php / app.config.php to change your phpvms_api_server to https://virtualairlines.eu .. if you haven't already 2) Go to /admin/lib/phpvmsadmin.js and scroll to line 250 where it says: url = phpvms_api_server + "/airport/get/" + icao + "&callback=?"; replace it with: url = phpvms_api_server …
Last reply by Parkho, -
- 1 reply
- 1.5k views
Hi Apologies as I'm new to PHPVMS but I'm getting the following error message in the admin center and I'm not sure whats causing it... Warning: Illegal string offset 'group_add' in /core/common/PilotData.class.php on line 359 Warning: Illegal string offset 'group_remove' in /core/common/PilotData.class.php on line 365 Im on phpVMS version 2.1.936 and here is the code below from /core/common/PilotData.class.php Any help or support would be greatly appreciated! /** * Update a pilot, $params is an array of column_name=>value * * @param mixed $pilotid This is a description * @param mixed $params This…
Last reply by opsman, -
- 8 replies
- 2k views
Hello friends, I have my index.html and i want this numbers comes auto from admin panel. I tried <?php echo StatsData::PilotCount(); ?> insteed of this <h1 class="counter-title counter-num">16</h1> but didnt work. Can i have help?
Last reply by in2tech, -
- 1 reply
- 1.8k views
Hello someone help ge get rid of this error it constantly displays an error Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. please help.
Last reply by servetas, -
- 5 replies
- 1.9k views
When i send mass emails im using port 465 = secure sll and i check my inbox and i never receive anything but if i use port 26 = unsecure i receive it in my spam immediately i would love to know the fix to this that way all emails sent will go to inbox not spam box
Last reply by servetas, -
- 0 replies
- 1.1k views
I just finished installing phpVMS 7 following the README file on github. Where do I go from here? I'm assuming there is ( or I need to create ) an admin user? How do I create that user?
Last reply by Chad, -
- 0 replies
- 1k views
I got this error after I updated php to 5.4 Parse error: syntax error, unexpected 'public' (T_PUBLIC) in /home/******/public_html/crew/core/common/PilotData.class.php on line 482
Last reply by Omerr01, -
- 4 replies
- 2k views
Hello Guys, I need your help. We would like to disable the Pilot Registration Site if i.E. 300 Pilots are in our VA. When we delete a Pilot and came so bellow 300 again it should be enabled again. Here a snipout of our Website to show the Registration: <li class="b-top-nav__2level_title f-top-nav__2level_title">Register</li> <li class="b-top-nav__2level f-top-nav__2level f-primary"><a href="<?php echo SITE_URL?>/index.php/registration"><i class="fa fa-angle-right"></i>Register</a></li> Thanks in advance for your help! :-)
Last reply by Thomasha, -
- 3 replies
- 1.4k views
Requesting help to show scheduled aircraft, flight time and flight level in admin/templates/pireps_list.php phpVMS 5.5.2 pireps_list.php file around line 57 - Instead of showing the PIREP flight time, I would like to display the SCHEDULED flight time, aircraft and flight level. How do I call the Schedules data to display the scheduled flight time, aircraft and flight level from the schedules table to display in this area. These three items would show in the area above the Details, Log, Comments, etc. buttons. I would like to display this data in that location to make it easier to compare the scheduled aircraft, flight time and flight level to the actual sub…
Last reply by ProAvia, -
- 13 replies
- 2.6k views
I tried using many methods of displaying the pilots Id on the main menu, i tried: <?php echo PilotData::getPilotCode(); ?> also: <?php echo $pilotcode; ?> full example: <li><a href="<?php echo url('/pilots'); ?>"><?php echo PilotData::getPilotCode();?></a></li> (etc) I can only get these to work, when i am in pilotcenter, i need them in my core_navigation main.
Last reply by in2tech, -
- 12 replies
- 2.3k 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, -
- 0 replies
- 838 views
Asked in the support forums for the module!
Last reply by in2tech, -
- 1 follower
- 2 replies
- 1.4k views
is there a way to change all of the shortcuts in the phpvms && admin to use https? I am looking into forcing ssl connections on the admin side.
Last reply by Ethan, -
- 0 replies
- 1.1k views
I am trying to make charts for the pilot as well as va no of flights per month. The code I am currently using is- var chartSales = new Chart(chartSalesContainer, { type: 'line', data: { labels: ['JAN','FEB','MAR'], datasets: [ { label: 'Months', fill: true, backgroundColor: 'rgba(255,193,7,.75)', borderColor: 'rgba(255,193,7,1)', pointBackgroundColor: 'rgba(255,193,7,1)', pointBorderColor: '#fff', …
Last reply by thefiercepilot, -
- 10 replies
- 2.5k views
Hi guys, my pilots are unable to remove bids on mobile, because they have to double click. I was wondering how I can change the "Remove Bid" button to only require one click. Thank you, I'd really appreciate your help!
Last reply by opsman, -
- 1 reply
- 1.4k views
Hi guys, I'm having trouble with fixing an issue on phpVMS. When my new members are registering via the form, they get the confirmation e-mail, but none of them is appearing in the "Pending Pilots" section in the admin center. If someone could help me this would be very nice !
Last reply by LeonardIGO4036, -
- 11 replies
- 2.7k views
The registration page on my link is not working. The link is vgow.net16.net . I am not sure but it may be the recapcha
Last reply by parthprakash1, -
- 3 replies
- 1.4k views
After uploading all the necessary files for phpvms I visited my homepage and saw these errors along with the link to install. Warning: session_start(): open(/hermes/phpsessions/b/0/i/r/sess_b0irtjpg4cgidnu4nuseiaqf17, O_RDWR) failed: No such file or directory (2) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php:40) in /hermes/bosnaweb27a/b2807/ipg.panamvirtualorg/core/codon.config.php on line 40 Warning: Unknown: open(/hermes/phpsessions/b/0/i/r/sess_b0irtj…
Last reply by heyitsomarrr, -
- 5 replies
- 1.7k views
Anyone know how to place the hub markers in your airline on the acars map ?
Last reply by web541, -
- 2 followers
- 21 replies
- 4.1k views
Hello All, I am having an issue with a new skin I have made for my airline. On my demo site, outside my current domain different hosting account. My new skins loads normal.When I load it on my current site the site loads slow. Any ideas what may be causing this? phpVMS 5.5.2
Last reply by flyalaska, -
- 18 replies
- 4.7k views
I try to fine some forum post on the forum site but no of them are what i need I need to see how i can remove or fix the recaptcha can some one help https://prntscr.com/hcos8u
Last reply by jbinner, -
- 7 replies
- 1.8k views
Hello Guys , I have installed phpvms v5.5x master on my Debian 8 64bit server with PHP5, Apache2 and MySQL without any problems, after i finished the installation the site comes up without any colors or logos, i tried to log me in it doesnt work... Website link: www.ltuvirtual.de Greetings Marvin S.
Last reply by MRVS01, -
- 1 reply
- 1k views
Hi All, I was wondering if anyone could help me. I've brought a virtual Airline, before I brought it I was told that they would help me to get it back up and going. Which I thought was great as I don't know anything about php phpvms and SQL. The transfer took place a few weeks ago and I'm still waiting for that support. I've found this website tonight and I was wondering if anyone would willing help me out. please message me if you are able to help. Or maybe advise me who could help me out. Thanks
Last reply by mark1million, -
- 3 replies
- 1.6k views
Hello everyone, for a while, I made some changes in my business center, now I'm modifying the layout of my bid, but when I go modify my map, I have an error, not a mistake, but let's call it an error. You can see in my topic what I wanted to do with my map HERE. You can see that in this topic I was able to do what I wanted, but I'm not able to put it in the layout of my bid page. ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------…
Last reply by CarlosEduardo2409, -
- 1 follower
- 5 replies
- 2.8k views
Hello I have a little problem, I want to show the Flown_routes_map in the main profile. Unfortunately this shows all the routes. I'm using this code <?php MainController::Run('RouteMap', 'index'); ?> Can someone help me? Thanks
Last reply by RuiMiguel, -
- 1 follower
- 4 replies
- 1.8k views
Hi community I have a question. Is there a way to simplify or improve this code? I would like, if there is no information to the airport, a text like example: no gate info available. PS I'm a beginner with php <?php $zurich[] = "Terminal 1 Dock A"; $zurich[] = "Terminal 2 Dock B"; $zurich[] = "Terminal 3 Dock E"; $zurich[] = "Dock D"; $zufallsIndex = rand(0,sizeof($zurich)-1); if($info->destination[0]->icao_code == 'LSZH') echo $zurich[$zufallsIndex]; elseif($info->destination[0]->icao_code == 'BKPR') echo "Stands 201 - 203"; elseif($info->destination[0]->icao_code == 'GCFV') echo "Stands 18 - 22"; elseif($info->destination[0]-…
Last reply by magicflyer, -
- 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, -
- 16 replies
- 5.9k views
A few days ago, I started customizing the bid layout, but I have a question. How can I map the route? (With the starting and ending point the same as the report layout).And if possible I wanted to put a gif of an airplane around the line from the start and finish point. Sorry if I said something wrong because I'm using google translator. Thanks, Carlos
Last reply by CarlosEduardo2409,