Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 7 replies
- 2.1k views
Hello Folks, I wonder if it's possible to set the intervall of the data send to the website or is this set by the acars program? Currently there are updates every 30 seconds. I want to update maybe every 15 seconds - is this possible? Thanks!
Last reply by ProAvia, -
- 9 replies
- 2.1k views
I was starting with a shared host at Hostinger for dev practice;testing. It seems like php 5.5 or php 5.6 ends up with MariaDB 10.1.38-- Warning: mysqli::mysqli(): Headers and client library minor version mismatch. Headers:50549 Library:100138 in /*/public_html/dev/core/classes/ezdb/ezdb_mysqli.class.php on line 97 If I back down to php 5.3 error goes away and I'm using MySQL 5.1 (think, need to look again). However, I noticed that when I completed a flight my stats on pilot (verified in db) did not change. Total flight is still 0, total hours is still 0. My assumption is something in php 5.3 isn't working and I need to get up to 5.5/6? I've tested w…
Last reply by ProAvia, -
- 7 replies
- 2.1k views
I have heard not to use free hosting site but i can't afford to pay for one at this time i think i uploaded the files correctly, but when i go the the install (i'm using the phpvms for dummies guide from this site) page it says: Installing the tables...'; if($_POST['DBASE_NAME'] == '' || $_POST['DBASE_USER'] == '' || $_POST['DBASE_TYPE'] == '' || $_POST['DBASE_SERVER'] == '' || $_POST['SITE_URL'] == '') { echo ' You must fill out all the required fields '; break; } if(!Installer::AddTables()) { echo ' '.Installer::$error.' '; break; } if(!Installer::WriteConfig()) { echo ' '.Installer::$error.' '; break; } echo ' Continue to the next step '; } break; case 'sitese…
Last reply by Theo, -
PHP 5.4.4???
by Eddy- 1 reply
- 2.1k views
Good Day. We have ACARS running on version 5.4.3. Our ISP have just upgraded their site to handle PHP version 5.4.4, and now we are experiencing compatibility problems. Any chance that you will be upgrading to 5.4.4 in the near future? We have spent a fair amount of money on add-ons based on the PHP system, and have a large ACARS logging data base on the PHP VMS system that looks like it is all going to go pear shaped if something does not happen. I would appreciate your comments.
Last reply by Kyle, -
- 2 replies
- 2.1k views
How can i fix this problem? . date() and time() Sorry about my english, i´m german Strict Standards: strtotime(): 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 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/25/d624386471/htdocs/webseite/phpvms/core/classes/CodonCache.class.php on line 201 Strict Standards : date(): It is not safe to rely on the system's timezone settings. You are *required* to use the …
Last reply by Wupperbengel, -
- 5 replies
- 2.1k views
Just a quick question. I am trying to display the pilots group in the public profile by using: <?php echo $userinfo->group; ?> but it shows up blank. (e.x: http://www.flyaerova...ile/view/FAV001 ) Is there something I am missing? I have searched but found nothing. Kindest Regards, James
Last reply by Kyle, -
- 5 replies
- 2.1k views
Is there any way to change the the layout of the downloads page? Can some please drop a code for me thanks Regards, Allan
Last reply by Allan, -
- 4 replies
- 2.1k views
Hi all, Not sure if anyone can help but I have tried everything and cant get it to work. I have set the MX records on fivedev to google I have configured local.config and app.config file to use smtp and I can not get anything to send from the admin panel not sure if I am missing something. I am using google apps but I signed up to it when it was still free so not paying for any of that, have the stopped people using the service? Here is the code from my Local.config # Email Settings Config::Set('EMAIL_FROM_NAME', 'INFO@Angel Air VA'); Config::Set('EMAIL_FROM_ADDRESS', 'info@angelairva.co.uk'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by sep…
Last reply by Angel Air, -
- 3 replies
- 2.1k views
Ok flew the flight and sent the log, not log on site [b]LOG=[/b] [2008/12/24 08:34:00] Flight IATA:1 Pilot Number:EZE0001 Company ICAO:EGNJ Aircraft Type:SB20 Aircraft Registration:G-CFLV Departing Airport: EGPD Destination Airport: ULMM Alternate Airport:ULMK Online: VATSIM Route:ADN UP600 KLONN UZ11 TRM UN192 SOLKA T64 NETAV N150 AGMOL M745 LIMRO DCT SUPOX M852 KELEK A227 PELOR Flight Level:270 08:41 Parking Brakes off 08:46 Wind: 259º @ 002 Knots Heading: 336º 12:19 Land 12:19 Wind:045º@002 Knots 12:19 Heading: 326º 12:22 Parking brakes on 12:22 Block to Block Duration: 03:41 FSAcars 4.0.15 20773 [b]INI=[/b] Log=http://www.easternvirtualairways.com/e…
Last reply by Nabeel, -
- 12 replies
- 2.1k views
I am currently tring to upload a new skin which I am making for CableGuy, but can't upload it to phpVMS. I have made a Stand By phpVMS for testing things before putting them live and is how I got my admin panel back to normal again. I have been into the admin panel, general site and in the drop-down menu I have selected the right one and saved it. When I reload the page it doesn't seem to change. I have waited and it still isn't.
Last reply by goldenairways, -
- 10 replies
- 2.1k views
Hey guys, I'm having problems, and when I added ten more flights to my schedules and then I noticed in the admin, they are not showing the rest. Here's of a screen shot of it. But it does show all of the flights in the flight schedule page. Does anyone know what the heck is going on? Any help would be great!
Last reply by Kyle, -
- 1 follower
- 3 replies
- 2.1k views
Hi all, Could someone tell me which file/database I need to change in order to be able to change my default URL? Sam
Last reply by Parkho, -
- 3 replies
- 2.1k views
Hi, When you visit 'admin' page, did you find that the website shows a '.tpl' filename on the top of the sidebar? (attached 'before.png') It did trouble me to find the reason. But finally, I solved that problem. That is what the sidebar should display. (attached 'after.png') You may find '/admin/templates/core_sidebar.tpl' which is a one-line file. I write the code below. <div id="sidecolumn"><?php echo $sidebar?></div> I changed the code into this. <div id="sidecolumn"><?php Template::Show($sidebar);?></div> Then the problem is solved. In order to help more admin, I decide to put the method here. Thanks for your rea…
Last reply by ProAvia, -
- 6 replies
- 2.1k views
Hey, just a question, or maybe a feature request. Is it possible to set pilot ranks as admin ranks, or force change ranks? Because my virtual airlines (Virtual Norwegian Airforce) depends on certain people having different ranks and access to different parts of the admin center. Is that possible? Mathias
Last reply by Jonay@UKMILOOPS, -
- 8 replies
- 2.1k views
Hello, Problems with my ACARS Map doesn't work when someone flies, they don't show up on the map? Regards
Last reply by VirtualBMI, -
- 12 replies
- 2.1k views
Hi. When I tried to update phpVMS I got this error message: Fatal error: Call to undefined method PilotData::updateflighthours() in /home/a8930745/public_html/phpvms/install/update.php on line 165 Can anyone tell me how to fix this problem?
Last reply by Nabeel, -
- 3 replies
- 2.1k views
hi all i am try for 2 days ago to solve this problem with search in foum but no way...(problem): traffic not apear on map..google map installed corectly with key ...my site here
Last reply by raymond rabasi, -
- 4 replies
- 2.1k views
I did some changes to my VA and that included changes with a new site, but that isn't really a problem. I installed phpvms on this site and it is going great, but when I try to import the schedule, all it says is "DO NOT REFRESH OR STOP THIS PAGE" but nothing with the schedule shows up below. You can download the schedule and take a look, but everything should work fine. Why won't it import? (It is in .csv format and it's the template, so everything should work.) http://www.mediafire.com/?sharekey=034b88bff86976c2d2db6fb9a8902bda
Last reply by UAVCEO, -
- 7 replies
- 2.1k views
How long is it roughly till my phpVMS membership will be accepted so I can access the Admin Panel? Thanks Tom
Last reply by Nabeel, -
- 5 replies
- 2.1k views
Maybe this problem is only on my side but when i add a flightlevel to a flight, click on "flight from va" in fsacars, the flightlevel appears in the section "Alternate"
Last reply by stuartpb, -
Email problem
by Guest- 3 replies
- 2.1k views
Hello guys, I'm trying to modify the email_registrationaccepted.tpl to include the ID of the new pilot. I was trying using this variable "<?php echo $pilotcode ?>" but it doesn't work. Have any idea about how to do it?? Thanks in advance.
-
- 5 replies
- 2.1k views
Suggest some awards that I may want to add to my airline. Stuck for ideas at the moment. Thanks
Last reply by simpilot, -
- 6 replies
- 2.1k views
Hi I want to translate the text of signatures For example change: "Total Flights" To "Vuelos Totales" Where can I do it? thanks!
Last reply by ProSkyDesign, -
- 6 replies
- 2.1k views
Hello eveyone, My name is Carl and i just opened up http://swava.net (Southwest Virtual). I used a new template and worked with the html and css to get it where I wanted it. Although it's not finished, it has come very far. The live map will not display!!! Could somebody please check out the code and tell me why? I'm not amazing with code, so any help would be highly appreciated. Thanks again, Carl Klinker CEO of SouthwestVirtual Airlines & ATC
Last reply by Nabeel, -
- 8 replies
- 2.1k views
I was just editing (and getting to completion) part of my profile_main.tpl, and guess what I did.... Deleted it. By accident. Of course. What the hell do I do? It was fully customised, I don't know how I'll rebuild it...?
Last reply by freshJet, -
- 5 replies
- 2.1k views
hi, i have some serious problems with FSFK! first, when pilots connect to live map, i get many same lines dublicated under the live map! second, the pilots connect to site successfuly and send their pireps and get the <Success!> message for their sending! but i don't get the pireps in admin panel!
Last reply by iva, -
- 1 follower
- 5 replies
- 2.1k views
I have searched the full Forum here for codes or ather Things to bring the Notam to work. Nothing is working. SO if there an actually Way to Display the latest 4 Notam´s in the Schedule Brief Site? Many Thanks
Last reply by Vangelis, -
- 1 reply
- 2.1k views
Hi Community I am looking for a way to arrange the register fields mixed with standard and custom fields. Here my current form: Link to Registerform Now I would like to do it like this: TITLE Firstname Lastname Birthday (Customfield) Address (Customfield) City (Customfield) Location Email TITLE Email Passowrd Confirm Password TITLE IVAO (Customfield) VATSIM (Customfield) TITLE rest of Customfields
Last reply by thunder175, -
- 9 replies
- 2.1k views
i have a problem. the problem is that our VA has much over 300 routes and if i click on "view schedules" to search one, i get all. is it possible, that it shows only routes when i search for one.
Last reply by joeri, -
- 8 replies
- 2.1k views
Hello When people join my va, the phpvms does not give a welcom e-mail with password or anything. It also does not send e-mails out in the "email all pilots" section. and also the acars map does not take an aircraft off after the piolot has finnished. can any one help thanks
Last reply by James142,