Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 reply
- 1.6k views
I'm having lots of trouble setting up phpVMS. I'm using free web hosting from Zymic. I managed to change some file permissions so that I can access the install/install.php page. I'm typing in the database details, and pressing "Continue to the next step". But then I'm getting this error: [b]Fatal error[/b][color=#000000][font=Verdana][size=1]: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Access denied for user '867768_phpvms'@'192.168.1.1' (using password: YES) (1045)</b></font>]<br />[<font color=000000></font>]</font><p> </block…
Last reply by simpilot, -
- 1 follower
- 2 replies
- 1.6k 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, -
- 1 reply
- 1.6k views
Hello all, For WorldACARS I have chosen to have the program open a browser and go to http://localhost/action.php/wacars/pirep and then insert the data after the url (e.g wacars/pirep?id=1&code=VMS). I always get: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'wacars::pirep' was given in /home/a5059087/public_html/core/classes/MainController.class.php on line 218 With this code: private function pirep() { $id = $_GET['id']; $code = $_GET['code']; $flightnum = $_GET['flightnum']; $depicao = $_GET['depicao']; $arricao = $_GET['arricao'];…
Last reply by Nabeel, -
- 2 replies
- 1.6k views
Dont want to be a pain, but is there a way to add the rank image to the signature?? Kind Regards Allan
Last reply by Allan, -
- 2 replies
- 1.6k views
Or any idea how to acheive this ? Many Thanks Colin
Last reply by Colin, -
- 1 reply
- 1.6k views
Hello Is there any way for a pilot to submit a flight without the flight being in the schedule system? For example, I have an acars that allows for the pilot to fly from any departure airport and arrival airport of there choice using aircraft only in the fleet. Once flown, They can end the flight and the details be sent to phpVMS to be processed and added into the database. Can this be done without getting an error saying the flight number does not exist in the schedule?
Last reply by OA01, -
- 1 reply
- 1.6k views
Hello when i try to import schedules i get this error on most of them... BAW0039 was not added, reason: Data too long for column 'daysofweek' at row 1 anyone know how to fix?
Last reply by stifler13371, -
- 3 replies
- 1.6k views
Greetings!!! I am a start up VA and as such to tell you the truth I am a little overwhelmed when it comes to software application. Also I am a high school free enterprise teacher and I think that eventually I could use my VA as great learning hands on lad. That said I am at the point where I have almost figured out my route system. Moreover I will be happy to share my data with you guys if you would like I use FS X and have flown more than 150 flights which are logged and ready to turn into routes. I have been working on this since before last Christmas. I want to start out as a mail carrier in the American south, like so many real world airlines did. From there I want…
Last reply by big red 1, -
- 1 reply
- 1.6k views
Hello, I am wondering how you can add another email to pilot manager. I have added the template of the email I want to add into the proper templates folder. I have also added the correct code for the pilot manager .php. That way it will get the template from the templates folder. The only thing I cant figure out is how to let it show up in the dropdown box on the admin page. I cannot find where it is. Any help with that will be awesome!! Thank you in advanced, Trey
Last reply by vJet2, -
- 1 reply
- 1.6k views
hey In my VA most of routes are messed up. They appear in Admin panel but when I enter search by Departure or Airport it does not. It's like all messed up, even LiveMap seems like is messed up. And one more can pilots change destenatoin or departure in Xacars on Acars? Thanks
Last reply by Strider, -
- 1 follower
- 2 replies
- 1.6k views
Was trying to set the pilot ranks so I could adjust them manually by editing the local.config.php from pilot rank automatically from true to false and now I don't see the pilots in the admin area, ( I do on the front end) and now the test is bigger everywhere! Empty Pilot List Admin Area and bigger text! http://screencast.com/t/O2nlrJJQwwXp And the tex on the front end: http://screencast.com/t/A58XBewmhI1o Thanks! Good thing I am using the site just for making skins and messing around!
Last reply by in2tech, -
- 2 replies
- 1.6k views
Hi I have a little doubt is that in the summary of finance is not reflected in my finance payment pilots. If I can help I would appreciate thank you very much
Last reply by AirLevante, -
- 2 replies
- 1.6k views
I finally got PHPVMS operational on my hosting server. However, I am plauged with Strict Standards warnings that I cannot keep from displaying. Server php version is V5.4 and cannot be lowered to 5.3 Aparently this newer version of php is why these errors are showing up. I have been given instructions on editing the "core/app.config.php" file to add this line of code: E_ALL &~E_NOTICE &~E_STRICT on line 33. This has not prevented the warnings from displaying. Any help VERY MUCH appreciated.
Last reply by TAV1702, -
- 1 reply
- 1.6k views
good day all, when accept PIREP or reset signtrue, the phpvms show error: Warning: imagecreatefromstring(): Empty string or invalid image in /xxx/phpvms/core/common/PilotData.class.php on line 1016 , on PilotData.class.php on line 1016: $rankimg = imagecreatefromstring($rankimg); how can i fix?
Last reply by simpilot, -
- 1 reply
- 1.6k views
Hello everyone, I’ve made my first CrewCenter! But I want to install a skin (ElaSkin - https://forum.phpvms.net/topic/25606-free-elaskin-2018-designed-for-phpvms/) I’ve made a folder in ‘lib\skin’ called ‘ela’ but when I select the skin in my pHpVMS. It doesn’t work - I still see the default skin. Can someone help me?
Last reply by flyalaska, -
- 3 replies
- 1.5k views
Hi Guys, Time after time I have had to reinstall the whole thing from scratch because I keep getting conflicts when updating to the latest beta version. This means manually entering all my VA's operational data e.g. Schedules, Airports, Aircraft etc. etc . Starting to get tired of doing it to tell the truth. As nearly every update houses changes to the DB, I cant seem to export the database to import it due to SQL errors re: addition tables in the last update. Is there any easy way of keeping all my data ? I noticed that REV782 has the Schedules export option which is a great idea, any chance in making an export function for all ops data ? e.g. Aircraft, Airlines,…
Last reply by Nabeel, -
- 1 reply
- 1.5k views
Hi All, I've searched quite a few threads but can't see any that match this exact issue. Basically any email sent from the site (ie. group emails through the admin panel or automated emails like the registration emails) are not being received by anyone. We are, however, receiving notification emails to the nominated site address (i.e when a PIREP has been filed or someone has registered). The email address matches our hosting account email. Any ideas? Thanks in advance for your help.
Last reply by Nabeel, -
Transfer quest?
by Guest- 4 replies
- 1.5k views
Hi all, not some add-on on the transfer quest? thank you very much, Thomas
-
- 1 reply
- 1.5k views
Gents, never seen this error before. While accepting pireps in the admin panel getting error messages, pireps are going through, just don't understand the message. Don't know if it is a server or site issue. Fatal error:Allowed memory size of 18874368 bytes exhausted (tried to allocate bytes) in /hermes/bosweb26d/b2649/ipg.usavamcnet/vsac/core/common/StatsData.class.php on line 183 This is another message on a different pirep....they are going through all the to VA central? Fatal error: Allowed memory size of 18874368 bytes exhausted (tried to allocate 52 bytes) in /hermes/bosweb26d/b2649/ipg.usavamcnet/vsac/core/classes/ezdb/ezdb_mysql.class.php on line 273
Last reply by Bluemax, -
- 2 replies
- 1.5k views
is it possible when a pilot performs a flight and it is not accepted by the airline stuff the next flight will be the last non accepted??? whe are using Auto Pirep and the Real Schedule Lite....
Last reply by Iraklis, -
- 1 reply
- 1.5k views
http://www.easternvirtualairways.com/eva/index.php/pireps/viewreport/20 http://www.monarchvirtual.com/monarch/index.php/pireps/viewreport/11 The pirep_viewreport.tpl code is identical but pages have different output...... :-
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Hello Mate, I was wondering if you could change my VA Central Email and Password? I have lost my password for it. I have sent you a message with my details. Please reply... George
Last reply by qatarva, -
- 1 reply
- 1.5k views
Does anyone have both CC Flight Tracker and CC Route Map? I have a question regarding showing actual flight path being flown - I can't get it to show even after following the step in the installation instructions. Yes, I have posted in the CC forums but that place is pretty much dead so asking here first.
Last reply by Yash, -
Rank
by atlanticva- 2 replies
- 1.5k views
Hello, I was wondering if their was a way to manual assigned ranks? The reason why I asked, because I wanted to have Pilot and Staff Ranks. The admin would be able to manual assign a staff a certain rank? Thanks
Last reply by atlanticva, -
phpVMS installation help
by Guest- 2 replies
- 1.5k views
I uploaded a fresh version of phpVMS and on trying to install, I get this. About 2 weeks ago, I had phpVMS installed here and worked properly. A power failure at the data center caused us a big loss so I'm trying to re-install it. Please help...
Last reply by simpilot, -
- 0 replies
- 1.5k views
Hello everyone, I am trying to find a way to pull the stats for individual pilots. I am not sure if this is even possible. The stats I wanted to pull are as follows: 1. Passengers Hauled by Individual Pilot 2. Cargo Hauled By Individual Pilot 3. Different Airlines Hauled for. If this is possible I would be grateful if someone with more expertise in this area could assist me. Thanks in Advance. Arthur
Last reply by smoke2312, -
- 1 reply
- 1.5k views
We have the a new install for virtual carrier wing 3 (1.0.1.4) ever since we updated to have the fligh track record every 20 seconds we have had issues where the flight does not record properly for lomng flights. I know you were talking to one of our guys and it was indicated to change.. As quoted My question is what php am I looking for here so I can edit this? Wood
Last reply by Kyle, -
- 3 replies
- 1.5k views
Is there a way of getting the schedules and roster to when they get to a certain number go to a new page? So you don't have a real long list on one page? I think this would benefit a lot of VA owners too. Cheers Dan C
Last reply by Nabeel, -
- 2 replies
- 1.5k views
hello everyone, after installing xacars i have this on my live map: the dep. and arr. is at the middle west part of africa. always...also when i fly to other destinations like on the picture. the pireps sent from xacars to the homepage are always correct. it´s just about the live map picture. any ideas ? i´m using Version 2.0.850
Last reply by Nabeel, -
- 2 replies
- 1.5k views
HI How can I add one more Status in Pilot active in Admin panel ! I want add Ground In pilot profile .
Last reply by faraz,
