Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 4 replies
- 1.9k views
Hello gents, I am having an error like this Strict Standards: 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 'America/New_York' for 'EDT/-4.0/DST' instead in /homepages/10/d731413587/htdocs/ftv/core/modules/news/news.php on line 45 How can I change this or what should I put onto line 45 ? Thanks in advance .
Last reply by Nabeel, -
- 5 replies
- 1.9k views
I tried to install a new skin, but i now get an error, and i cant log in to get into the admin centre, can anyone help? if you want to look, check here http://bahairways.net16.net/ how do i log in and get my skin back to normal? Cheers muse4eva
Last reply by RogerB, -
- 4 replies
- 1.9k views
Hi there I've been having a problem with the reports sent by my pilots. When they send the pirep it shows in admin center like this: Then I check the DB and the PIREP table and the aircraft->name is being inserted rather than aircraft->id. I checked the SchedulesData and everything is correct, I checked the fspax.php and it's correct too ($aircraft = $sched->aircraft;) : Anybody knows where the problem is? I appreciate it.
Last reply by joeri, -
- 6 replies
- 1.9k views
Hi there, I am running into a brick wall with some of the issues over schedules, and as a result, I have a few questions. 1. I disabled some of my schedules, but they still appear for some reason in the search results, any ideas? 2. Has anyone got any code or suggestions on how to do a thing where, once a user books a flight, it will ask him for a day to fly it on? With that, it will reject the booking if the flight isn't operating on that... date, and accept if it is. 3. What is the format for entering flight time into a .csv file? Is it HH:MM as in the admin panel? Cheers.
Last reply by HighFlyerPL185, -
Hello, I just installed PHPvms to my website. I have a subscription to Navigraph and I'm looking forward to use those data for Phpvms.... I am a bit newbie on PHP and those things, so I will need a tutorial I can undertand... but I'm able to create a new database or table if needed and so on. Thank you very much Sino
Last reply by Sino, -
- 2 replies
- 1.9k views
I can't add a new airport....It just says "FETCHING AIRPORT DATA" for all eternity. Can someone give me some advice on how to mass install ICAOS for the live map to recognize? Also XACARS won't work. I open up the program an it won't disappear off the map for at least 30 minutes subsequent to the flight. Also, the PIREPS won't file auto or manually and information on ALT/SPEED is inaccurate Thanks so much for your help. It means a lot. Thanks
Last reply by randomderecho, -
- 5 replies
- 1.9k views
I wonder if it is possible to fill in a pirep, for an existing plane, but you did not fly one of the existing schedules. I did find some dead-links, but no answer. Greetings, RobB
Last reply by aarbee, -
- 1 follower
- 3 replies
- 1.9k views
Hello guys, I need more information on <script type="text/html" id="navpoint_bubble"> <span style="font-size: 10px; text-align:left; width: 100%" align="left"> <strong>Name: </strong><%=nav.title%> (<%=nav.name%>)<br /> <strong>Type: </strong> <% if(nav.type == 2) { %> NDB <% } %> <% if(nav.type == 3) { %> VOR <% } %> <% if(nav.type == 4) { %> DME <% } %> <% if(nav.type == 5) { %> FIX <% } %> <% if(nav.type == 6) { %> TRACK <% } %> <br /> <% if(nav.freq != 0) { %> <strong>Frequency: </strong><%=nav.freq%> <% } %> </sp…
Last reply by Vangelis, -
hi everybody I have a question. I have installed FSACARS and the ini file that you have on phpvms for the virtual airline. So i start FS2004 put my plane ion the airport,open fsacars choose my companie.I fill the dep arr airport FL etc. I start FSacars everything ok. After my flight i will send the Log,but i cant.It opens me the start page of phpvms of the VA and its written You are not a registered member. Does someone have an answer about that? Hope that you understand what i mean cause i am from Europe lol
Last reply by damien82, -
- 2 replies
- 1.9k views
login in with my website Error code... Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/modules/Login/Login.php on line 156 Log out of my website error code Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/common/Auth.class.php on line 341 Warning: Cannot modify header information - headers already sent by (output started at /home/starall1/public_html/core/local.config.php:1) in /home/starall1/public_html/core/modules/Logo…
Last reply by SAV_Brian_CEO, -
- 2 replies
- 1.9k views
Hi Gentlemen Have vAwards, in profile main and pilot public profile, and admin every works perfect, but dont show issued awards inserted in index tpl from vStatsCenter with this code: <table align="center"> <thead> <th colspan="4"><Center>AWARDS OTORGADOS<Center></th> <tr> <th><Center><img src="http://surair.com.mx/phpvms/lib/images/estadisticas/id.jpg"><Center>Matricula</th> <th><Center><img src="http://surair.com.mx/phpvms/lib/images/estadisticas/piloto.jpg"><Center>Piloto</th> <th><Center><img src="http://surair.com.mx/phpvms/lib/images/es…
Last reply by chilemugriento, -
- 3 replies
- 1.9k views
Someone can help, how i can use the file_get to save from this website the routes for phpvms please ? http://www.cgna.gov.br/rpl/Companhias/Cia_TAM_CS.txt Thanks
Last reply by magicflyer, -
- 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, -
- 4 replies
- 1.9k views
Although it shows in the code that the New Post should be aligned left it is aligning the NEW post my pilots make Center. Any ideas? <?php //VAForum Original by:simpilot //VAForum Security updates + VAForum 2.0 onwards by: Tom Sterritt ?> <?php $this->show('forum_nav.tpl'); ?> <h3>New Post</h3> <script src="/lib/js/ckeditor/ckeditor.js"></script> <center> <form action="<?php echo url('/Forum');?>" method="post" enctype="multipart/form-data"> <table width="80%"> <tr> <td>Posted By:</td> <td align="left"><b><?php ech…
Last reply by in2tech, -
- 2 replies
- 1.9k views
All, I was hoping someone can help me out with Xacars for X-Plane users on 5.5.2 served on HTTPS sites. The software is pretty old and doesn't like HTTPS websites and pops an error on my site when trying to connect. However I have a couple users on Mac's that have this as their only option, so this is becoming a vital fix. Doing some research I believe there is a way to redirect HTTPS request for the xacars scripts to regular port 80 using .htaccess script, but I have been thus far unsuccessful. So the question is has anyone had any success with Xacars for XP11 clients on your HTTPS only website? And if so, would you mind sharing the installation steps that deviate…
Last reply by mark1million, -
- 2 followers
- 6 replies
- 1.9k views
Hey guys, I was wondering if there is a way to input special flights on specific dates only? I guess this has to be modded into the admin section? Thanks in advance for your help and happy flying
Last reply by Parkho, -
- 1 follower
- 2 replies
- 1.9k views
I installed the latest phpvms on my server. which PHP version should i choose? i can choose: 5.2, 5.3, 5.4 5.5, 5.6. 7.0 and 7.1 momently im running on 5.3
Last reply by Parkho, -
- 1 follower
- 4 replies
- 1.9k 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, -
- 8 replies
- 1.9k views
Could some possibly give me the full script for the pilot_list.tpl to look like this. http://www.easyjetva.com/index.php/pilots and of course i will change the images and color and font etc. Just need the Code Thanks, Daniel Sorry about the description "Can anyone Fix it?"
Last reply by Daniel, -
- 2 replies
- 1.9k views
G'day Guys, How would i go about using a cron jod to export a particular row from a database table, what i would like it to do is create a text file on our server that will update itself everyday with all the members vatsim ID's. Which will then automatically update our vroute community to ensure it is kept up-to-date. A delema i have with this is in the phpvms_fieldvalues table i have 2 fields in use, one for transfer hours and another for the vastim ID, how would i go about ensuring that the column that has a fieldID of 1 gets inserted into this text document ? Regards Tylor
Last reply by Tylor Eddy, -
- 4 replies
- 1.9k views
Take a look your self! http://jetviewva.co.cc All I did was edit and replace the 'frontpage_main.tpl' file and it didn't change the whole page, it only changed the inside portion! What did I do wrong and what can I do to fix it? Thanks in advance! I'm also using the ObsessBlue 2.0 Template
Last reply by Tom, -
- 4 replies
- 1.9k views
I have set the transfer hours calculates rank in the local.config to true, supplied sufficient hours, and cleared the cache. Why are the ranks not updating?
Last reply by joeri, -
- 3 replies
- 1.9k views
Quick question, how do I add the aircraft type to the acars map bubble and the table underneath ? As always any help appreciated
Last reply by Kyle, -
- 3 replies
- 1.9k views
I want to put the string "Canforce" centered over top of my banner on the site, but I'm having difficulties. Heres the link: http://www.canforce.org . It should go in the topbanner div, but I'm having issues centering it. Here's the code: <div id="container"> <div id="logos"> <div id="proudcanadian"> <img src="http://www.canforce.org/lib/skins/canforce_1307/images/proudly_canadian.gif" border="0" alt="Proudly Canadian" style="float:left;" /> </div> <div id="vatcan"> <a href="http://www.vatcan.org" target="_blank"><img border="0" src="http://www.canforce.org/lib/skins/canforce_1307/images/VATCAN.jpg" alt="VATCAN" style…
Last reply by Zach, -
- 2 replies
- 1.9k views
Hi all, I have come across an error, and am wondering if you know how to fix it. The error message is below: Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'PilotAdmin' does not have a method 'viewpending' in/var/www/vhosts/<websitename>/httpdocs/en/core/classes/MainController.class.php on line 218 Regards, Joe
Last reply by rambo, -
- 4 replies
- 1.9k views
Hey I need a help because my system ever flight dont send the log i dont know why anyone can help me please
Last reply by vicente, -
- 1 reply
- 1.9k views
Hey folks, im trying to display the average landing rate per user in our dashboard.. but i cant find a way to do this.. As you see in the screenshot below i got managed to display Hours Flown, Total Flights and the Pilot Wallet correctly with $userinfo ->totalhours etc.. for example: <section class="col-lg-2 connected"> <div class="small-box bg-yellow"> <div class="inner"> <h3><?php echo $userinfo->totalhours; ?></h3> <p>Hours flown</p> </div> <div class="icon"> <i class="ion-earth"></i> </div> </div> </section&g…
Last reply by MrDalle, -
- 4 replies
- 1.9k views
needing help i am getting this error what am i miss Notice: The template file "/home2/emaresh123/public_html/phpvms//lib/skins/FireCrew3-master/header.tpl" doesn't exist in /home2/emaresh123/public_html/phpvms/core/classes/TemplateSet.class.php on line 248 https://1drv.ms/u/s!ArNZgmIvO603t22FYEaaNuqY121m
Last reply by gio1961, -
- 6 replies
- 1.9k views
Warning: Cannot modify header information - headers already sent by (output started at /home/canada/public_html/core/local.config.php:1) in /home/canada/public_html/core/modules/Login/Login.php on line 154
Last reply by deactivated, -
- 5 replies
- 1.9k views
1. I do not want that PHP will continue to own more hours to the event .. I mean, if I did that the event will be until 20:00 z then I want it to really be until I put each time a pilot makes this book adds a few more that I did in Slot Interval love to know how I remove it ?? The intention is that if I did have Slot Limit: 61 so it will not be the 61 pilots also do book .. 2. I want to do after a certain time, for example after 31 days if the pilot did not fly then it will send him an email and tell him he RETIRE and if I really want it put him in this situation because at the moment I put it to the pilots so it's not really doing anything ... I mean, if I ma…
Last reply by StartVM,