Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 1.3k views
Hello, so my va has many pilots who use letters like "ฤ" in there names but it gets saved as "?" so as a random made up example "Grฤar" is saved as "Gr?ar" Page encoding in local.config.php is set to: # Page encoding options Config::Set('PAGE_ENCODING', 'utf8mb4'); i have also tried # Page encoding options Config::Set('PAGE_ENCODING', 'UTF-8'); SQL Collation is mix of "latin1_swedish_ci" and some addon tables are "utf8_general_ci"
Last reply by Morgan, -
- 0 replies
- 858 views
Hello I have installed the phpvms_V2-php70 Catchable fatal error: Argument 2 passed to curl_setopt_array() must be of the type array, null given, called in /home/fransxp287/domains/simulationicenter.com/public_html/citybird/core/classes/CodonWebService.class.php on line 71 and defined in /home/fransxp287/domains/simulationicenter.com/public_html/citybird/core/classes/CodonWebService.class.php on line 126 any help ๐ฏ๐๐
Last reply by FransVranken, -
- 0 replies
- 945 views
Im getting multiple users re re-registering with the same email is there a way to stop this to where it will say user with that email already exist or something to stop this from happening ? I figured id ask before i have to re-create the wheel Thanks in advance
Last reply by smokey68, -
Is there a way to show multiple airlines on a acars map kinda like what vacentral used to show ? with the flight details under it ?
Last reply by smokey68, -
- 0 replies
- 1.1k views
Hello, I want the pilot status to be shown on the profile tpl. I copied the code from the pilot list tpl but it's not working, the status is always "Active" although the real status is "Retired". Is any way to set this?. Thanks.
Last reply by Imanol, -
- 0 replies
- 997 views
Hey guys, how do i hide my website login url? Example www.mywebsite/index.php/login is my login page. how do i change that to something else like www.mywebsite/login or just www.mywebsite.com without having the login name or index.php in my url ?
Last reply by PikoSim, -
- 0 replies
- 1.1k views
How do i change my website URL? Basically my website is in this format http://mywebsite/index.php/login. so i made a maintainence page. How do i autoload it to that maintainence page? or basically change it to be index.php/maintainence ?
Last reply by PikoSim, -
- 0 replies
- 2k views
Last reply by ArthurHetem, -
- 0 replies
- 975 views
I would like to generate a count of all the pireps rejected overall and per user, does any one have a code that can do this. Regards Chris
Last reply by ChrisHD, -
- 0 replies
- 1.1k views
Hello, i am having an issue right now. Whenever i press the "Approve all" PIREP, i get this error " Invalid argument supplied for foreach() in /home/ac1vpjmyzpzr/public_html/admin/modules/PIREPAdmin/PIREPAdmin.php on line 120 ". I cannot also approve individual PIREP. Nothing will happen when i approve. When i delete PIREP, i refresh the page and the PIREPs will still be there. How do i solve this ? Phpvms version - 5.5.x PHPVersion - 5.6 ( tried 5.5 but none works )
Last reply by PikoSim, -
and again another problem with phpvms... now we are getting There was an error adding the schedule, already exists DB error: Incorrect double value: '' for column 'payforflight' at row 1 can someone help..... im starting to this VMS is not even worth the trouble...
Last reply by Sebastian1995, -
There was an error adding the schedule, already exists DB error: Incorrect double value: '' for column 'payforflight' at row 1 If its not one thing its another.... anyone help
Last reply by Sebastian1995, -
- 0 replies
- 985 views
Just did a new install of the Classic. Now when logging in this message shows up "You must be logged in to access this feature!". The admin apnnel does not show up or the Pilot Center. You can see the pilots online and it shows me as being online, but no access. Any suggestions?? Increased php memory to 512Mb
Last reply by DesComm, -
- 0 replies
- 934 views
Hey guys, I have a question, how do i let my pilots register with a default pilot ID? Meaning, lets say i want my VA registration to be MIK as default and my airline ICAO will be MAS or AXM? I am currently using Ocean blue skin. Can i any guide me how to achieve this?
Last reply by PikoSim, -
- 0 replies
- 1.3k views
Has anyone added the new API for Google maps? If so what changes were necessary. I have already read all the conversion info/posts. Seems like everyone is against giving Google their Credit Card. Just so haappens we have other products from them and they have all our info already. There should be a fix giving people an alternative of which product they want to use.
Last reply by DesComm, -
- 0 replies
- 990 views
Hey guys. My va is currently on a 200 concurrent SQL connection. Im thinking of upgrading to fivedev hosting as they offer 1000 concurrent sql connection. My VA pilot has only 60 pilots, at 1200 schedules. 190 fleet. May i know if 200 concurrent SQL connection is enough at the moment. My pilots everyday i get around 6 flyers. Unless events, we can get up till 15 pilots at most. Hope to get your feedback!
Last reply by PikoSim, -
- 0 replies
- 1.3k views
Hi, Im trying show the top5 landing rating in frontpage_main.tpl but not work (it isn't showing and no error messages) , can anyone help me? /public_html/core/common/TouchdownStatsData.class.php public function get_stats_by_cur_month5 () { $query = "SELECT pilotid, code, flightnum, depicao, arricao, aircraft, landingrate, submitdate FROM `".TABLE_PREFIX."pireps` WHERE landingrate < '0' AND MONTH(submitdate)=MONTH(now()) AND YEAR(submitdate)=YEAR(now()) ORDER BY landingrate DESC LIMIT 5"; return DB::get_results($query); } /public_html/core/modules/TouchdownStats/TouchdownStats.php public function top_landing_this_month5 () { $this->set('stats', Touchd…
Last reply by ARV187, -
- 0 replies
- 1.3k views
Hey guys, I came across an issue where in a blank space appears on the top of the webpage. While inspecting it, it seems that the webpage was returning a speacial charecter  It is a UTF-8 byte order mark, and I have seen few people on the Discord channel addressing this problem with no success, it was very frustrating, but I have found a solution for it. How to fix: Create a page called "fix.php" in your main folder, where there's action.php & index.php and add the following code to it. <?php // Tell me the root folder path. // You can also try this one // $HOME = $_SERV…
Last reply by LeonardIGO4036, -
- 0 replies
- 1k views
hi, i'm trying to create a skin, i'm running wamp but unfortuantely I'm unable to log into my localhost/va (http) because every time I log in, I go direct to the live site. Any tips please? thanks!
Last reply by Junior, -
- 0 replies
- 1k views
Hi everyone When trying to add fleet i get this error: http://prntscr.com/ktlruw i have been able to make fleet types this is an error on fleet manager. Thanks JS
Last reply by JakeSavage, -
- 0 replies
- 986 views
Can't change the inactivity of the pilots. When we click save profile it comes up as saved in the top right. Then on view all pilots they are still inactive. Also when we add schedules it says that it is added but on view all schedules it hasn't. Also we have tried to use the .CSV but the same thing happened.
Last reply by HenryHiggins, -
- 0 replies
- 1k views
TFDI database lost my airline and thru smartcars into maintanience mode. Just need help on how to properley input my smartcars script mine reside on my server in my httpdocs/core/smartCARS folder Any help plse
Last reply by Wildone, -
- 0 replies
- 1.2k views
Hello: I just started my VA but I do not have much knowledge in PHP At the time of loading the skin, I have to delete some parameter in one of the important folders and now I can not get it. (Public_html / Core / classes / Templateset.class.php ) Can someone send me the original, or help me correct my mistake? Warning: include(/home/ibevirt1/public_html//lib/skins/ela/header.php) [function.include]: failed to open stream: No such file or directory in /home/ibevirt1/public_html/core/classes/TemplateSet.class.php on line 236 Warning: include(/home/ibevirt1/public_html//lib/skins/ela/header.php) [function.include]: failed to open stream: No such file or d…
Last reply by aimarferg16, -
- 0 replies
- 1k views
Currently when a pilot is market inactive/Retired they have to contact Staff to to change their status. Where is this set in the code? We want them to be able to file a PIREP and change their status back to active. The filing can be done either manually or via ACARS.
Last reply by DesComm, -
Hello, my problem is that I have installed version 5.5.x, I had to reinstall it 20 times already but I have the same error, when I enter the routes are not seen, and even the same thing happens with the aircraft. Someone else happens or is it just me in the desert?
Last reply by OWA001, -
- 0 replies
- 1.1k views
Hello Guys, I've stumbled across this issue only today while finishing up my VA production. I tried adding them manually and via a .csv file but I'm getting the same error: "There was an error adding the schedule, already exists DB error: Field 'route_details' doesn't have a default value" I set the default value for 'route_details' to NULL and caused an error in another field (payforflight) which I fixed by setting it's value to NULL, after I did that, the schedules were being added but they weren't showing up on SmartCARS or the Schedule Search page. These are the only two fields that were edited, screenshots were taken before I edited the ta…
Last reply by saj5020, -
- 0 replies
- 913 views
Hi there, Does anyone know how I can ensure that all flight times in my schedule search show two decimal places? So currently anything other than a whole hour show as I'd like, but if the flight (in example is 2) is an hour long, how do I get the ".00" afterwards? Cheers
Last reply by Waters10, -
- 0 replies
- 939 views
Hi everyone. My website is currently facing issue, me and my pilots will have a redirect page issue and it somethign to do with the cookie. This happens after we logged in, close the browser and access the website again. I'm trying very hard trying to solve this but cant seem to fix it. Did change the SITE_URL but it doesnt seem to change. Any help here?
Last reply by PikoSim, -
- 0 replies
- 960 views
Hello I Buy Hosting Package And Etc From TfDi Design I Have Done Many Thinks And Try To Install PHPVMS v5.x In It But It Still Show Error, What Should I Do? Fatal error: Class 'mysqli' not found in /home/emirate3/public_html/emirates-virtual.com/ekvirtual/phpvms_v2-master/core/classes/ezdb/ezdb_mysqli.class.php on line 97 Thank You
Last reply by ChairmanEKv, -
- 0 replies
- 1.1k 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,