Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 0 replies
- 988 views
Hello everyone and apologies if this question has already been covered. I am very new to this forum and can't seem to find an answer. My question is, each airline submits there pireps and points are allocated to them. Are these points individual or as a whole according to the amount of pireps submitted that day? Is there a set point system that i could view? Thankyou for your time in this matter. Kind regards kurnow
Last reply by kurnow, -
- 0 replies
- 988 views
Hello, Can anyone tell me how to put a map google in the event module of the David Clark? Thanks
Last reply by RuiMiguel, -
- 3 replies
- 987 views
hello, im follow the instactions on smartcars , and open a lot of tickets but they cant help me. i was install the smartcars on this folder : and there is the error i get from smartcars website :
Last reply by ProAvia, -
- 0 replies
- 986 views
I have recently had to completely replace my home computer. Restores to new machine from CarbonIte appear to have gone well. When I try to make some changes to my website, I cannot save them, getting the attached error text. Any help as to how to proceed is most appreciated Thanks Unable to save IPS Content.zip
Last reply by texxasal, -
- 0 replies
- 985 views
could some one help with my site so my recent flights look better please http://www.airwalesvirtual.co.uk/
Last reply by mattsmith, -
- 0 replies
- 985 views
We at Flight Simulation New Brunswick and its Virtual Airline wish to convey our thanks to the phpvms forum and its members who have helped us. Over the past few days, I have posted pleas for help at the forum and without fail, all pleas were replied to and our system's issues resolved. We are very proud of our airline and to have issues within its VMS management that were not working as they were supposed to was unacceptable - especially to me as its CEO. Once again, thank you to the Forum and its membership Harold Crowell - CEO FSNB Virtual Airline www.fsnb.ca/Airline
Last reply by hecrowell, -
- 0 replies
- 984 views
Hi there. So I transfered my files to the htdocs folder in the filezilla but my website still show the lets get started page despite me changing the php to 5.6. Any help?
Last reply by Kevinsoto1502, -
Thanks!
by Guest N316EC- 2 replies
- 983 views
Thanks guys for all the help and this excellent platform. I've launched our new website using phpVMS and quite a few of simpilots modules. It is guys like you who keep flight sim communities alive and well! Thanks again! N316EC www.westcoasthops.com
Last reply by Nabeel, -
- 0 replies
- 983 views
Hello, I am setting up the pilot brief for prefile with vatsim however I can manage to split the flight time into hours and seconds as box 1 requires flight hours and box 2 requires mins, any ideas on how to split hours and mins? thanks
Last reply by avdesigns, -
Help me to costomize...
by Guest --bZ--- 1 reply
- 982 views
Hello, I need somebody who helps me to costomize ObsessBlue template. I need some modification in pilot details, pireps, etc. Thx BZ
Last reply by TAV1702, -
- 1 reply
- 981 views
Hi, I'm about to buy the Andras Field project from Aerosoft and was wondering if anyone has the details to integrate it in my personal VA. Thanks! Best regards, Edwin
Last reply by Edwin, -
- 0 replies
- 981 views
Hello everyone, i need someone who will design some simple website for my VA for free. I need just a simple CSS or HTML(5) website for beginning. Contact info: Facebook: https://www.facebook.com/vidan.stosic1 2nd Facebook: http://goo.gl/V7jl1 E-mail: vidans233@gmail.com
Last reply by Redd, -
- 0 replies
- 981 views
Which one is acars table? And how can i change the time in that? Timestamp? Thanks...
Last reply by OmerAslan, -
- 0 replies
- 980 views
I added the pilot shop and after that i lost the area to change Pilot ID's. How do i get back change Pilot ID area?
Last reply by SAV_Brian_CEO, -
- 0 replies
- 980 views
Hello , I changed my template site on the new template, but it appears to me a white background with black letters as seen here: aeronia.tells.fr He must wait his fall into place or it is a bug and how to fix Thank you Roman Director Aeronia Airlines
Last reply by airbus2005, -
- 1 reply
- 980 views
Hello. I am doing some testing because I want to create a virtual airline and I am using 000webhosting to have a trial domain to learn stuff. I am having this issue when installing phpVMS, using PHP 8.0. The error is: Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in /storage/ssd4/917/18344917/public_html/bootstrap/application.php:13 Stack trace: #0 /storage/ssd4/917/18344917/public_html/bootstrap/app.php(7): include_once() #1 /storage/ssd4/917/18344917/public_html/public/index.php(17): require_once('...') #2 {main} thrown in /storage/ssd4/917/18344917/public_html/bootstrap/application.php on line 13 Thanks…
Last reply by ProAvia, -
- 0 replies
- 979 views
hello , i have a serious problem , on a new install after the tables are created it always get stuck with a Content Encoding Error http://romavia-virtual.ro/phpVMS/install/install.php?page=sitesetup the server is paid cloud server with full access on it
Last reply by danmarinescu79, -
- 0 replies
- 979 views
Please Delete, it created 2 forums for this post.
Last reply by edmundk, -
- 0 replies
- 978 views
Hello, A few months ago the virtual airline where I fly for, has the IPS logging system to log our flights. But last sunday IPS stopped working and he is not refreshing anymore. How can I fix this? Some info: Last IPS update: 04-08-2013 02:49:24z (56:41 hrs ago) Thanks Greets Eric
Last reply by unknows, -
- 1 follower
- 1 reply
- 978 views
On the Ranks MOD(index.php/ranks) it displays the number of pilots for each rank. I been trying to get it to show active pilots , with no luck. Anyone have any ideas?
Last reply by Parkho, -
- 0 replies
- 978 views
http://smallplanet.epizy.com/index.php/pilots as you can see it looks terrible, i am trying to user bootstrap tables, again with no success, why does the table repeat all the time, and (probs that why), how in the f world do i get rid of hubs, the Pilots.php has completely nothing todo with it, because, when i delete everything from the file, no changes are made, and its annoying me so much, how do i get rid of the airport names? Aidas thanks in advance!
Last reply by AidasP, -
- 0 replies
- 978 views
Hello all, i'm trying to minify the html output but no success, i use phpvms v2. example: <!DOCTYPE HTML> <html lang="pt-PT"> <head> <meta charset="utf-8"> ... to be <!DOCTYPE HTML><html lang="pt-PT"><head><meta charset="utf-8">... I´m trying to use this code on top of layout.tpl function sanitize_output($buffer) { $search = array( '/\>[^\S ]+/s', // strip whitespaces after tags, except space '/[^\S ]+\</s', // strip whitespaces before tags, except space '/(\s)+/s', // shorten multiple whitespace sequences '/<!--(.|\s)*?--…
Last reply by piuozorio, -
- 0 replies
- 976 views
Apologies silly error. Now Solved
Last reply by BaRBeR, -
- 0 replies
- 976 views
How do I use this to manage my VA? I heard that I could, but can't figure out how. Thanks!
Last reply by virginaustraliava, -
- 0 replies
- 975 views
First off Im aorry for asking so many questions, im new at this and am learning as I go, i've never had experience with any kind of website stuff lol. I added images and text to a new page "our destinations" and before i edited some of the text everything worked fine. After i edited some text it no longer works and now I am getting this message: http://www.cirrusva.com/index.php/pages/ourdestinations Any help is appreciated! Thanks!
Last reply by Jeremy, -
- 0 replies
- 975 views
Nevermind, see that vacentral is down right now.
Last reply by Strider, -
- 0 replies
- 975 views
Okay, I'm going to try to explain this correctly... I have 3 different Award Types that I am trying to integrate into my server. I do not want all 3 award types to be awarded to the same table. I am wanting to have 3 different award table types on the Pilot Profile pages. Is this possible to do? If so, how exactly would I go about setting it up to show different award tables?
Last reply by Jeff, -
- 0 replies
- 975 views
Dear, Does anyone have a script that I can insert in the registration page, example: Last record AXE0150 I wanted to release the pilot EXE0200 vacancies, ie with an information Today we have 50 places available, and decreased according to the record. On reaching the limit of vacancies appears a closed record information. CEO- Luiz Fernando Gol Virtual
Last reply by Fernando, -
Adding Routes problem
by Guest- 0 replies
- 974 views
So, Everything was going fine then i suddenly got this error message when i was going to add routes, i am hosted on FiveDev, and it says there is a database problem of some sort. he only thing that i have done to the database's is import the big airports database from Simpilot. Any help with this problem would be greatly appreciated, Thanks. http://a3.sphotos.ak.fbcdn.net/hphotos-ak-ash4/474706_2929897977719_1569070318_32420647_305343037_o.jpg
-
- 0 replies
- 974 views
Hi, i try to use the API for the pilot stats Show pie chart for all of the aircraft flown by a certain pilot. AircraftFlownGraph() But i get this error: Fatal error: Class 'googleChart' not found in /var/www/web1112/html/va/core/common/StatsData.class.php on line 383
Last reply by CedGauche,