Support Forum
Any questions or bug reports go here.
7143 topics in this forum
-
- 5 replies
- 1.8k views
Hi. I use phpvms 5. We started doing cargo flights recently. For our cargo aircraft, the 747-8F, we added the max cargo weight as 300000(as is says in lbs) but when we edit the pireps to change the load, we don’t know if we should be entering it in kg or lbs. Please help us with this. Thanks. Umar
Last reply by thunder175, -
- 5 replies
- 2.2k views
Hello, I'm making my own Crewcenter for some VAs but I can't remove the Recaptcha as it says that it is outdated. When I remove it from the 'registration.php' in modules it gives me an error. Can someone help me? Thanks
Last reply by Rickisani, -
- 1 reply
- 1.9k 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, -
- 0 replies
- 858 views
How to set crew center skin to work with xampp?
Last reply by flyadria, -
- 1 follower
- 1 reply
- 3.5k views
Hello,i have some questions. 1.Can i make my website for VA using html and css? 2.Can i make login and register forms to enter a crew center with PHP? 3.How i can add statistics to my website,how many pilots we have,how many flights.... 4.How i can add live map to my website? 5.Is possible to make a virtual airline with 2 or more callsigns?
Last reply by Vangelis, -
- 6 replies
- 2.2k views
Hello, I am currently applying for certification of our VA at IVAO. However have asked us to insert the VID of each driver in the roster driver ... I do not know how to do it and how to make this automatic operation afterwards for future registrations. Thank you.
Last reply by sayedzaafir, -
- 2 replies
- 1.5k views
Hi, actually in my phpvms v2.1.936 I have this code: schedule_briefing.tpl <!-- Flight time Row --> <tr> <td colspan="2"><?php echo $schedule->arrtime - $schedule->deptime ?></td> </tr> But this code not show minutes, only hours, so if I have arr time = 12:59 and dep time = 09:00 the result is 3hours, not 3:59 hours. How can I fix this? Thanks!
Last reply by ARV187, -
- 4 replies
- 5.2k views
I am having an issue with pirep counts in the Pilot Roster page. I have reset pirep counts in the admin panel and they are correct. But in the Pilot Roster they seem to be doubling newer members. It is hard to find the issue, especially when the numbers are fine in the database and the admin section. Has anyone seen this before?!
Last reply by CPC900, -
- 1 reply
- 1.2k views
Hello I downloaded phpvms 5.5 and uploaded it on to my site , and continue process from install/install.php but when it completed there are some error in admin center print screen here : https://prnt.sc/m1fh3i What should I do? please help me Regards, Amir hossein
Last reply by harryh146, -
- 1 reply
- 1.5k views
Người chiến thắng South Carolina tuyên bố chiến thắng lớn nhất lịch sử Hoa Kỳ Kết thúc nhiều tháng chờ đợi, một cư dân Nam Carolina cuối cùng đã đến nhận giải độc đắc Mega Millions trị giá 1,5 tỷ đô la từ tháng 10 năm ngoái, xổ số lớn thứ hai trong lịch sử Hoa Kỳ. Theo một tuyên bố từ Ủy ban Xổ số Giáo dục South Carolina, người ẩn danh gửi yêu cầu đã chọn tùy chọn tiền mặt, nghĩa là họ sẽ mang về nhà một khoản thanh toán một lần với số tiền gần 878.000.000 đô la cho một người chiến thắng giải độc đắc lớn nhất trong lịch sử Hoa Kỳ. Truy cập để lấy thông tin xổ số mới nhất tại xổ số miền trung. Hogan Brown giám đốc điều hành của ủy b…
Last reply by harryh146, -
- 1 reply
- 1.3k views
Hey ! I've just installed my new VA website and when i've done the installation progress, when i'm trying to register i can't an 500 Error appears ! i've update the captcha with the @Nabeeltuto but nothing ! Sorry for my bad English Website : https://flywing.fr/phpvms/ Thanks for your help ! Baptiste Sutter
Last reply by harryh146, -
- 0 replies
- 970 views
Hello, I installed phpvms 7, I can not put acars to connect with my company. follow the example of the Demo-Baggelis.com configuration, sempro returns error 404. I use windows 10x64, fs9. some other acars that I can roll?
Last reply by Hetzel, -
- 5 replies
- 1.6k views
Good Evening, I recently followed the ReCaptcha v2 Upgrade and am running into an issue where the registration form page just refreshes (with fields still populated after the refresh) and will not submit. No errors, nothing weird... I saw that someone else was having the same problem in the thread and another user was able to solve the issue, but no solution was posted. Does anybody have any experience with this or an idea of what to try? Thank you!
Last reply by Makyoch, -
- 1 follower
- 7 replies
- 2.3k views
Hello, I am trying to enter routes / schedules. After providing all the information, it says the flight with flight number, etc. has been saved successfully. However, the flight does not appear in the schedules section. Also, I have noticed that I can add manually aircraft just fine. When I am trying to import them from a file, it lists all the aircraft and says the import was successful. However, they do not appear on the list of aircraft later on. What am I missing?
Last reply by bbuske, -
- 7 replies
- 2k views
The graph that shows Pireps Counts during the past 30 days is stuck and "loading: just keeps spinning. No graph is being displayed. This was a convenient way for Admins to see a VA's priep counts during the past month. Is there a fix for this?
Last reply by ProAvia, -
- 10 replies
- 2.4k views
Hi all I wounder if you can help me after doing the registration edit for the new google recapture v2 I try and submit a new register and then it submits then when i go to the admin panel it's not showing any pilots I could really do with a little advice it's doing my head in :? Pending Pilots There are no pilots! Thanks FIV001
Last reply by FiveStar001, -
- 4 replies
- 1.8k views
On my briefing page I have the following code which gives me aircraft's name from schedules: <?php echo "{$schedule->aircraft}"; ?> Which outputs something like this: A320-214 I can also use: <?php echo "{$schedule->aircraftid}"; ?> Which gives me an ID of an aircraft from *aircraft* table. Knowing aircraft's name and id, how can I get aircraft icao code from *aircraft* database? (In aircraft database there are fields *id*, *icao*, *name* etc) Thanks!
Last reply by artem, -
- 0 replies
- 1k views
Hello, Does anyone know if PHPVMS comes with aircraft getting damaged over time and then put in a hanger for repair or if that is a module I can download? If its a module would you mind sending me a link. Thanks, Raaj Patel
Last reply by RaajPatel, -
- 0 replies
- 978 views
Hi ! I've just installed phpvms 7.0 and when i cliked on the install button i've this message : Error 404 - Not found Le fichier requis n'a pas été trouvé. Il peut s'agir d'une erreur technique. Veuillez réessayer ultérieurement. Si vous ne pouvez pas accéder au fichier après plusieurs tentatives, cela signifie qu'il a été supprimé. My php version is 7.2 and i'm in 1&1 service for hosting .. Plz help me which folder i need to fowload on github ? Bye Baptiste
Last reply by TheGmader, -
- 1 follower
- 7 replies
- 2k views
Good morning and happy Christmas. I need to give a change of image and the Va, the person who had in charge for personal reasons can not continue, it would be very nice to have someone support to guide me a little. Thanks happy New Year PS: You can send me an email to: dfr_34@hotmail.com
Last reply by Volotea, -
- 0 replies
- 1.1k views
Good afternoon everyone, as and commented on another message volotea virtual does not have a webmaster, we need a person who connects to the day, update can only enter the web and as to center the center of the web, if someone wants to win an extra money, you can write me to my email and we can finalize the details. What do we need? 1- put the operative web 2- give a makeover 3- update map Focus 4-airports 5- I hope that with this error there have been no routes or anything like that. the web works through PLESK WEB HOST EDITION Thank you dfr_34@hotmail.com www.voloteavirtual.com
Last reply by Volotea, -
- 4 replies
- 1.6k views
Hi there, today I started developing a theme based on Bootstrap 4. All went well so far until I came to the point where "bids" won't work. The error that shows up reads "No route passed" once I clicked on "add to bid". This is an error Log from the console: also attached you find the theme I am currently working on (very basic progress): custom.zip Info: PHPVMS 5.5 on PHP 7.1.3 Thanks in advance Pascal
Last reply by LeonardIGO4036, -
i keep getting the error message : "The template file "/home/emirate3/public_html/icrew/core/templates/Screenshots/screenshots_randomphp" doesn't exist in /home/emirate3/public_html/icrew/core/classes/TemplateSet.class.php on line 261" and similar messages everywhere. I have ICREWLITE and PHPVMSv5. TemplateSet.class.zip
Last reply by shakamonkey88, -
- 2 replies
- 1.3k views
Hi All, I tried searching for a similar topic but couldn't find one. I just tried to install phpVMS on 000webhostapp and it all went well, at least, according to the installer. I'm getting this error; Warning: include(../core/codon.config.php): failed to open stream: No such file or directory in /storage/ssd1/541/8166541/public_html/index.php on line 46 Warning: include(): Failed opening '../core/codon.config.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /storage/ssd1/541/8166541/public_html/index.php on line 46 Fatal error: Uncaught Error: Class 'Auth' not found in /storage/ssd1/541/8166541/public_html/index.php:48 Stack trace: #…
Last reply by Velocity23, -
- 4 replies
- 2.5k views
Where is are the login messages located? Specifically if a pilot is in active the get the following message on their screen "Your account was marked inactive". Where is this message in the code so it can be changed?
Last reply by mseiwald, -
- 0 replies
- 994 views
Good Afternoon Ladies & Gents, i hope you are well, we are currently having some problems with our Finances module for some reason we are neither gaining or loosing money our balance is currently at 0, please see screenshot. All data within our schedules is present including flight prices, does anyone have any idea what i have missed somewhere or point me in the right direction ? We are currently running VMS 5.5 (PHP version). Any replies would be greatly appreciated. Kind Regards Harry
Last reply by harryh146, -
- 2 replies
- 1.4k views
I could use some help with this issue. https://spiritva.org/acars No data below the map and no symbols on the map when pilots are flying. I recently changed over to HTTPS if that matters and we do use SmartCars for our ACARS system. All other functions of the website and ACARS works in regards to PIREPS and PIREP submission. Any guidance into the right direction would be greatly appreciated. Ray
Last reply by ProAvia, -
- 2 replies
- 1.5k views
Good Day, We use phpVMS Version simpilot 5.5.2 It seems our CAVacars has stopped communicating with our website. The "Live Flight Board" and "Live Flights" on our homepage are empty and there are no "Top 10 Landings" being displayed. PIREPs submissions have stopped coming into the Admin Panel as well. In the Maintenance options I have tried "Reset ACARS" with no luck and "Optimize Tables" gives the following errors... canadaai_phpvms.phpvms_acarsdata - Table does not support optimize, doing recreate + analyze instead canadaai_phpvms.phpvms_acarsdata - Invalid default value for 'lastupdate' canadaai_phpvms.phpvms_acarsdata - Operation failed canadaai_php…
Last reply by CanadaAirVirtual, -
- 0 replies
- 949 views
Hello All, Installed PHPVMS on PHP7.1, installer works great now that I have my DB issues resolved. When I login to the new site and go into the Admin section, none of the admin modules work. I keep getting errors like: An Error Was Encountered The module "SITECMS" doesn't exist! Same for all of the other modules. Any thoughts as to what I am doing wrong?
Last reply by jessferguson79, -
- 2 replies
- 1.3k views
Hello All, Running PHP7.1 with MySQL 5.7.24. When I run the installer it fails creating several tables. I tried to recreate one manually but am getting the following error mysql> CREATE TABLE `phpvms_acarsdata` ( `id` int(11) NOT NULL auto_increment, `pilotid` varchar(11) NOT NULL default '0', `flightnum` varchar(11) NOT NULL default '0', `pilotname` varchar(100) NOT NULL default '', `aircraft` varchar(12) NOT NULL default '', `lat` varchar(15) NOT NULL default '', `lng` varchar(15) NOT NULL default '', `heading` smallint(6) NOT NULL default '0', `alt` varchar(6) NOT NULL default '', `gs` int(11) NOT NULL default '0', `depicao` varchar(…
Last reply by jessferguson79,