Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 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, -
- 1 follower
- 2 replies
- 1.2k views
Hi, I am having trouble transferring databases. I have a new website host - I have done a fresh install, got the basic website up and running again. As soon as I transfer the schedules table I get the following problems: The page loses its css. And the following error is given: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 5 bytes) in /home/globalal/public_html/core/classes/ezdb/ezdb_mysqli.class.php on line 281 If I empty the table then the page works but obviously "no route is found". Page can be found at:Schedule Page Any Suggestions?
Last reply by Vangelis, -
- 2 replies
- 1.2k views
Hey all. I know this topic is talked about to death, but the server can't fetch airport info. I really don't want to have to do this manually because I have almost 792 schedules with somewhere around 450 unique airports. Is there a server that's up that allows finding the airport info? Thanks
Last reply by SeekanDStroy, -
- 2 replies
- 1.5k views
Hello, I am looking for someone to help me with smartCars set up as well as phpvms
Last reply by VectoringDesigns, -
Error There was an error adding your PIREP : Schedule does not exist. Please update this manually.
Last reply by StarAtlas, -
- 1 follower
- 2 replies
- 1.2k views
HELLO GUYS,IT SHOW WRONG WHEN I INSTALL THE PHPVMS . IT SHOWS "Parse error: syntax error, unexpected '?' in /www/wwwroot/vms.hkver.cn/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php on line 233" I JUST UPSAVE ALL THE FILESTO MY SERVER HOST ,MY SERVER IS APACHE2.4 php5.6 HOW CAN I DEAL THE PROBLEM?
Last reply by ZJM001, -
- 2 replies
- 1.5k views
Hi my Va has the David Clark Tour 1.3 Module. We would like to edit this so a tour can be made that does not require the arrival ICAO to be the next depature ICAO on the tour legs. Can this be done. We have the site a few years and recently starting to learn PHP Code. Thanks Gearoid
Last reply by servetas, -
- 2 replies
- 1.7k views
I've searched through ALL files for the words "Bid added" that appear after selecting a flight, but can't find it! I want to change it to "Flight Booked". I've found the text "Add bid" and changed that to "Book Flight" but can't see where the "Bid added" text comes from. Thanks
Last reply by CFVA, -
- 2 replies
- 2.1k views
Hi, I've added a custom PIREP field so my pilots can record the number of points they get following each flight however I'm not sure how to display this in the Pilot Center as part of their profiles...any ideas? I've tried the Custom Profile Field option however this doesnt appear on the PIREP so not quite what I'm looking for :-) Any help is appreciated!
Last reply by opsman, -
- 1 follower
- 2 replies
- 1.3k views
Trying to display pilots join date on all page. I am using this code. <?php echo date(DATE_FORMAT, strtotime($userinfo->joindate));?> also tried <?php echo date('F n, Y', strtotime($userinfo->joindate));?> They both show correctly in the profile pages. Any pages outside the profile it will display. January 1, 1970 Anyone know how to display correctly on all pages?
Last reply by Nabeel, -
- 2 replies
- 1.2k views
I have an issue with my ACARS map. I an on SimPilots 5.5.2 with php5.6 The map shows fine. The inair icon disappears within 10 seconds. Switched to Crytal and it works fine. Works fine on an older skin too. Obviously its an issue with my current skin. What is the issue though? I uploaded the acarsmap.php from the skin that the map worked, same thing. inair icon disappears. Any idea whats causing this? Current skin is using Bootstrap 4. Originally had this issue with php7. Reverted to the lowest php version that I can get.
Last reply by flyalaska, -
- 2 replies
- 1.5k views
I am getting this error when approving or rejecting Pirep's phpVMS 5.5.2 php5.6 Warning: imagettfbbox(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 970 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/PilotData.class.php on line 984 Warning: imagettftext(): Could not find/open font in /home/flyaka/public_html/core/common/Pilo…
Last reply by flyalaska, -
- 2 replies
- 1.3k views
How do I show just the top ten? <table width="100%"> <?php echo '<td width="250px" valign="top">'; echo '<table cellspacing="1" cellpadding="1" border="1">'; echo '<th width="150px"><div align="left">Country Location</div></th>'; echo '<th width="100px"><div align="center">Pilots</div></th>'; $country_info = DB::get_results('SELECT COUNT(pilotid) as total, location FROM '.TABLE_PREFIX.'pilots GROUP BY location'); foreach($country_info as $country) { echo '<tr>'; echo '<td align= "left">'; echo '<img src="'.Countries::getCountryImage($country->location).'" /> '; echo Countri…
Last reply by in2tech, -
- 2 replies
- 1.4k views
Hi Guys, This time, I have a new error. Look image: https://prnt.sc/j1dppl I do not know why this is happening. As you can see, when I enter the site the site gets all messed up, without css, with nothing. From what I saw is because of the scripts, this is saying that they are not safe, I do not know why, because I believe they are safe. The site looks all cute just if I click the blue "Done" button. Thanks. Regards, Carlos.
Last reply by CarlosEduardo2409, -
- 2 replies
- 1.6k views
Hello again, With a lot of help from Alaska Flyer, my new phpVMS site is coming together nicely. Now I need to get the google map working. As I understand I need an API key, so I went to Google and got an API key, so the question now don't I have to paste the key in one of the phpvms pages? Again thank for all the help, Kenny.
Last reply by FSVKenny, -
- 2 replies
- 1.8k views
Hello, my hoster has a limit of 750 emails per hour from 1 account. Can someone help me make some code so like most modern mail systems i can set it to send for example 600 every 1 hour
Last reply by Morgan, -
- 2 replies
- 1.9k views
Hello together, today I got the idea to create a few PHP Applications on our VA Website, and I would like use the login system of the phpvms. That means, that I would like make a Query to look if the User is logged in or not. Has anyone an idea, how to create this function in PHP with Sessions, Cookies or something else? Greetings, Konrad
Last reply by servetas, -
- 2 replies
- 1.4k views
Hello Gents, How can I change those icons that I marked on my homepage ?
Last reply by flyalaska, -
- 1 follower
- 2 replies
- 1.5k views
Hello Again. About two years ago I had a phpVMS site. When my web provider updated the php the site stopped working. After getting my new v5 phpVMS site working I tried uploading v2 phpVMS and reconnecting it to the old phpVMS database. It worked and my old phpVMS site is backup jut like I left it, which I'm quite happy about. 😃 Now the only thing left is to do is update the reCAPTCHA. I followed these instructions https://github.com/nabeelio/phpvms_v2/pull/138/commits/b8d46bbf25195de9d454cb0ca9ed9175631d752a as best as I could understand them. The new reCAPTCHA is showing up, but when trying to register this is what happens "Fatal error: Class 'ReCaptcha\ReCap…
Last reply by Nabeel, -
- 2 replies
- 1.4k views
I installed crew center on phpvms 5.5.x and I had this warnings: Warning: require(acarsmap.tpl): failed to open stream: No such file or directory in /home/u930140887/public_html/icrew/lib/skins/crewcenter/profile_main.php on line 66 Warning: require(acarsmap.tpl): failed to open stream: No such file or directory in /home/u930140887/public_html/icrew/lib/skins/crewcenter/profile_main.php on line 66 Fatal error: require(): Failed opening required 'acarsmap.tpl' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/u930140887/public_html/icrew/lib/skins/crewcenter/profile_main.php on line 66 Could anybody help me with that…
Last reply by ProAvia, -
- 2 replies
- 1.5k views
Hi! I don't know if this question has been answered or not, as I could not find a solid answer, but I am running my PHPvms 5.5x on a subdomain, e.g. fly.domain.com, and I want to display a flight map, or just a simple number of pilots, flights, and miles flown, on the non sub-domain (Main Site). Thanks.
Last reply by shakamonkey88, -
- 2 replies
- 1.6k views
Hello, I have stylized my ACARS map, but I'm not sure how to stylize the Route Map to look as same as the ACARS map.
Last reply by LeonardIGO4036, -
- 2 replies
- 1.4k views
Hi all, ive just started to mess around with PHPVMS again and updated my API with google etc... the thing is that when I go to my test site Http://www.flysx.org/test the map doesn’t load on start up but when I refresh the page it does... its throwing up the error of “initmap is not a function” does anyone have any experience if this and/or a work around? Thanks in advance Scott
Last reply by drury211, -
- 1 follower
- 2 replies
- 1.2k views
So me and my friend is currently testing our VA. We are using firecrew skin. The problem is that when ive done with my flight, it still showing my name even after i file my pirep and after i exit the kAcars. Any help?
Last reply by ProAvia, -
- 2 replies
- 1.6k 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.6k views
I'm planning to make a mobile version of my VA. I have a background of programming but im not sure where to start using phpvms especially PHP. I know android uses java and im familiar with that but do i have to have use php and connect it to the server and get everything similar to the PHPVMS php? Hope to get help from experience developer to share!
Last reply by LeonardIGO4036, -
- 2 replies
- 1.2k views
Hello, i have a VA whith the PHPVMS and i cant se anything of the admin panel Any solution?
Last reply by EuskoAir, -
- 2 replies
- 1.4k views
Hi, I'm trying to install the phpvms 5.5 and got the same error on my local server and host. Error: Access denied for user 'xxxxxxxx'@'localhost' to database 'xxxxxxxxxx Yes I already created new databases, yes I already uploaded the installation several times and still got the same error. PHP Version 5.6.30 (host) // PHP Version 5.6.35 (local). Any advices? Thanks!
Last reply by Junior, -
- 2 replies
- 1.4k views
Where can I find the newest version 5 to download ?? Unfortunately, in the downloads only version 5.x ?? We have the problem, none of the skins available on the internet are running with the phpvms versions we found. We would be very happy about an answer.
Last reply by Schotte, -
- 2 replies
- 1.6k views
We sent an email to the above vendor about their buying their 'Tour Module'. Have not had any response. Yes they have a shopping cart but if no one is active any longer it will be lost money. Any one have contact info for them? Thanks
Last reply by PaintSplasher,