Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 8 replies
- 3.4k views
Redoing my website and got this error: Warning: require_once(/home/woodsdom/public_html/CPCbeta/core/lib/recaptcha/recaptchalib.php) [function.require-once]: failed to open stream: Permission denied in /####/########/public_html/CPCbeta/core/modules/Registration/Registration.php on line 34 Fatal error: require_once() [function.require]: Failed opening required '/home/woodsdom/public_html/CPCbeta/core/lib/recaptcha/recaptchalib.php' (include_path='.:/usr/local/lib/php:/usr/lib/php') in /####/########/public_html/CPCbeta/core/modules/Registration/Registration.php on line 34 Not sure why that is happenning?!
Last reply by CPC900, -
- 18 replies
- 3.4k views
I am new with all this stuff. I am using smartcars and phpvms defult crystal skin. Everthing seems perfect exepct; 1- My map on Live Map has been gone only grey color stays. And i did my first flight with my tracker, after the flight i can still see it on the list of Live map page. Howlong will stay after the flight? 2- I see my pirep info and i see numbers right like Kg but says lb.(pound) I think my smartcars send data as a kilo which is i like to see as Kilo. How can i fix it? But please explain easy way because i am new and i don't know much. Thanks, Omer
Last reply by servetas, -
- 17 replies
- 3.4k views
Hi there, Im trying autoselecting the registration code from DB after select aircraft in a dropdown menu. But I don't know why not work. Simbrief plan set an auto registration to selected airplane. At the moment I coded this: Input name values that simbrief form get are: "type" to aircraft, "reg" to registration. <?php require_once ("/Connections/db.php"); mysqli_select_db($db, $database_db); $resultSet = "SELECT icao, registration FROM phpvms_aircraft"; ?> <select name="type" id="typo" onChange="upicao()"> <?php $resultSet = mysqli_query($db, $resultSet) or die(mysqli_error($d…
Last reply by DisposableHero, -
- 8 replies
- 3.4k views
Hello friends, I would like to create a restriction on my website, users who are not registered, by clicking on the site would go directly to the page of access to pilots or registration of new entries. Example on the link below, http://crew.flyvawe.com/index.php/ Anyone have any ideas? My interest is to restrict all pages of the site to menros not register the same site above, only release after login.
Last reply by Heritage1, -
- 9 replies
- 3.4k views
For some reason, nobody can register to my VA, www.flypatriotairlines.net The reCapcha says something about an invalid reCapcha key Please help
Last reply by vJet2, -
Hi all you budding FSacars experts, I need a little help. When I set up at my departure airport I start FSacars and it works fine except fr one thing. When I click to get the flight from my VA it goes and gets only the first flight in the database. I have tried manually imputting the data, but clicking get from VA reverts it all back to the first flight in the list. It appears to default to the first schedule in the list whatever. Any help appreciated. John
Last reply by John J, -
- 8 replies
- 3.4k views
Hello again, I have a new mistake now that is hurting my head too. Now it's in ACARS, what happens is that whatever ACARS I try to connect it doesn't work. Always in the login part. Already searched for every topic in the forum, I found several with the same errors, but none had solution. Observations: I put the module folder correctly in core/modules, as requested in each ACARS; I open the program as an administrator; The credentials are correct, have been tested on the site and work perfectly; Crewcenter Skin: Custom Skin; phpVMS Version: 5.5.2.72 (from ProAvia); PHP Version: 7.2.24; MySQL Version: 10.2.29-MariaDB. …
Last reply by ProAvia, -
- 2 replies
- 3.4k views
I am trying to add a button to my jqgrid schedule that will add and remove a bid from that schedule. I'm not exactly sure how to do it yet. The way it's setup is that I have my jqgrid in schedule_results.tpl. There are two javascript functions. One that does an ajax to add a bid and one that does an ajax to remove a bid. I also have some code in Schedules.php that feeds the information to the grid. Currently, all that I can do is press add in the grid and it will add a bid. I want to make it do when they add a bid, the grid shows remove in that cell and will run the remove function when pressed. PHP: public function schedulegrid() { $page = $this->get->page; // …
Last reply by prattcmp, -
- 10 replies
- 3.4k views
I've created a HR group and I have someone I trust enough to manage and delete pilots but I don't want him to manage any other parts of my site. I've given that group ACCESS_ADMIN and EDIT_PILOTS but I've noticed that they can not do everything I'd like them to. They can not "change Pilot Groups", "Reset Passwords", or "Delete Pilots". My question to you PHP gurus is do you know of any way to adjust the code for this group so I can add those rights to it? The delete feature is really what I want but if all three can be done that would be great! Thanks, Keith
Last reply by Nabeel, -
- 8 replies
- 3.4k views
How do I go about deleting aircraft from my fleet? It seems that I can only edit, but they still show up in the aircraft selection menu on the schedule search, even if I disable them. I would rather delete them period. Thank you,
Last reply by MBrown, -
- 9 replies
- 3.4k views
I have uploaded my site online for a test, however a security question arises. How do you set the permissions correctly on templates and PHP files, so they can't be saved by someone but at the same time work on the server without throwing errors?
Last reply by Sava, -
- 17 replies
- 3.4k views
I just want to add to the "pilots_list.tpl" where the pilot last landed at after the total hours are listed. Now, I can obviously add <th>Last Location</th> for the option in the table but how/where to I get that data from?? I am a bit confused how I would code that?! I want to pull the Last entry in pireps:arricao in the database for the pilot, but I am at a loss for how to code the line pertaining to it. I was thinking: <td><?php echo PilotData::GetFieldValue($pireps->arricao, 'Last Location'); ?></td> But that is obviously stupid
Last reply by CPC900, -
- 3 replies
- 3.4k views
Here I go, again... Some questions concerning the PIREP system: - How does the system recognize the date the flight was done (without using FsAcars)? Ex: If I have made a flight yesterday but I file the PIREP only tomorrow, which date it will take into consideration? Depending the answer, would it be possible to include that in phpVMS in the next release?? - Same question about the departure and arrival time. We have to indicate the flight time but not the departure and arrival time? Would it be possible to include an option (that we can switch ON or OFF for each route as desired) on the next release with a possible penalty (money wise) if the flight is late by a cer…
Last reply by Nabeel, -
- 7 replies
- 3.3k views
I just had a pilot message me and told me that he couldn't setup an avatar. No error message, it says the profile was saved, but the image didn't show up. I logged into my hosting server and did not see a new image in the libavatar folder. I then tried to change my avatar image and had the same issue. There doesn't seem to be an error message but the image won't change. I did a search here and found some references to permissions being set to 777 on the avatar folders. On my hosting account, all I get to choose is "read" and "write". It doesn't say anything about 777. The version I'm using is 1.2.700 Any ideas on what to try next? Dan
Last reply by Nabeel, -
- 9 replies
- 3.3k views
Hello, When I try to file a pirep using smartCARS or the manually form, these are not working. In the case of smartCARS, it works perfectely until I click "File Pirep" and I get an error notice as the site would not be working, but it is. When I want to file a PIREP using the manual form, it redirects to the PIREPS List section but the new one is not sent and I do not get any error notice. The acars map is not working either, it does not show active flights. I have search on this forum but I did not find an answer. Thanks!
Last reply by Imanol, -
- 17 replies
- 3.3k views
How do i increase the limit to what ever default is to 10 mb i have over 12,000 routes and i cant upload them, Kind Regards, Allan
Last reply by Allan, -
- 6 replies
- 3.3k views
Hi, normally we have this errors in log file, how i can fix it? thanks! ===== Time: 03.20.13 04:58:22 ===== Time: 03.20.13 04:58:22 Backtrace: DB::write_debug > DB::query > PilotData::updateProfile > Auth::ProcessLogin > Login->ProcessLogin > Login->login > Login->index > call_user_func_array > MainController::RunAllActions Query: UPDATE phpvms_pilots SET `lastlogin`=NOW(), `lastip`='83.53.112.115' WHERE `pilotid`= Error: (1064) - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 ===== ===== ===== Time: 03.20.13 11:25:28 ===== Time: 0…
Last reply by ARV187, -
- 1 follower
- 8 replies
- 3.3k views
Hello, Is there a way to change the maps from Google to Bing Maps? I've been searching in the 'acarsmap.tpl'. The only interesting thing that I think I should change is: var acars_map_defaults = { autozoom: true, zoom: 4, center: new google.maps.LatLng("<?php echo Config::Get('MAP_CENTER_LAT'); ?>", "<?php echo Config::Get('MAP_CENTER_LNG'); ?>"), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 10000 }; Thanks in advantage, Martijn
Last reply by druptown, -
- 8 replies
- 3.3k views
Having a problem in the Admin center and no pilots are showing up. We've been trying to figure it out but no luck. Any ideas?
Last reply by Kariyel Jr., -
- 15 replies
- 3.3k views
Hi guys, more issue, today I uploaded some jps of ranks to the lib/ranks file no issue. a while later I need to go and check the site and add the ranks but all I got was a blank page. http://5starvirtualaviation.com/phpvms/'>http://5starvirtualaviation.com/phpvms/ I have checked with my host provider and there is no issues with the server and php is running ok, but I cannot get to login. We are also having an issue with a connection error with kACARS which has been happening for a couple of days now. I hope to get these sorted so we can move forward. Thanks for your support. Deano 5SA389 5SA0001 http://5starvirtualaviation.com 5 Star Virtual Avaiation CEO
Last reply by 5SA CEO, -
- 11 replies
- 3.3k views
Weird. My pilot rank is where it should be to be promoted to the next level, but it is NOT doing it?! I have checked, but I can't figure out why it is not. It has worked fine in the past for people, but I notice mine is not, as I just went over 1300 hours (includes transferred hours), and it just says in my profile "You have 1 hours left until your promotion to Senior Captain".
Last reply by Nabeel, -
- 10 replies
- 3.3k views
Hi, I have set up PHPVMS and everything if fine... EXCEPT when I go to the routes and click "Add Bid". I get this "No Route Passed" error. I looked on the forums and there were solutions but they made no sence. (Take into account my brain is made of jelly!) If someone knows the answer, please explain below step by step on ho1 to resolve!!! Mush Appreciated! James Slater CEO - Thomas Cook Virtual
Last reply by servetas, -
- 10 replies
- 3.3k views
Hi all, i'm trying to install phpvms on an aruba server (hosting windows + linux) After first page settings (database, host etc.), at second page i've this error: and at last page, after VA settings, i've this error: and finally result is this: http://lnx.milleniumair.eu Someone can help me?
Last reply by Caporrella, -
- 8 replies
- 3.3k views
hey guys I can't seem to get the schedules added in... it says it been added but nothing will show. I have made a new database and have done a NEW install 2 times....
Last reply by Dragonix12, -
- 1 follower
- 21 replies
- 3.3k views
Just received a new pilot application, but I can't accept him. I can press the 'accept' button but nothing happens whatsoever. Should I just change manually through phpMyAdmin?
Last reply by freshJet, -
- 13 replies
- 3.3k views
http://www.euroscotva.co.uk/index.php I had this issue before but for some reason it sorted out itself... Is it to do with my host? Thanks... Kind regards Connor
Last reply by kthomson, -
- 5 replies
- 3.3k views
Just a quick question, I did a small VFR flight to test the fsfk images etc and all worked great.. Except, it did not upload a landingprofile or verticalprofile map Could that be because a) the flight was only at 2500 ft and only 8 minutes in length? Just curious ...
Last reply by turtle6340, -
- 1 follower
- 7 replies
- 3.3k views
Recently released my OFPs to pilots and was aware of the issues with the NavData regarding their accuracy. My plan (or only option) is to manually update all the relevant data, i.e all the data that applies to my routes and surrounding waypoints/navaids. My question is which AIRAC was it built upon?
Last reply by airhaul, -
- 2 followers
- 3 replies
- 3.3k views
Hi guys. I installed phpvms and when i try to send a Mass email i receive the message below. Anyone can help me? My local.config.php is # Email Settings Config::Set('EMAIL_FROM_NAME', 'Vatsim Brasil Airlines'); Config::Set('EMAIL_FROM_ADDRESS', 'noreply@vatsim.net.br'); Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtp.sendgrid.net'); Config::Set('EMAIL_SMTP_PORT', '587'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'user'); Config::Set('EMAIL_SMTP_PASS', 'pass'); AH01071: Got error 'PHP message: PHP …
Last reply by Parkho, -
- 1 follower
- 10 replies
- 3.3k views
Google are removing the V1 recaptcha from use on the 31st of this month. Two questions, how do i recode for V2 or disable in the registrations. Has this been answered before?
Last reply by mark1million,