Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 0 replies
- 941 views
Sigh.. Its been a long day. I get home to try and figure our why my (imported to the database) schedules are not showing the aircraft registration on the admin view. One thing lead to another... I clicked "drop" instead of "empty" and now I do not see my schedules table in the database. Its gone. I must have deleted it. I need it back. I was going to manually add a table, but I can't find a template to make sure I have the correct columns. Somebody help me please!!! Nevermind - i figured it out. I still had the install.sql file. I extracted the section for the schedules, created a new .sql file and imported it.
Last reply by djtiger76, -
- 1 reply
- 940 views
Is it possible to create a custom 404 page for phpvms?
Last reply by Nabeel, -
- 2 replies
- 940 views
http://jlvirtual.x10hosting.com/ Whats up here?
Last reply by Nabeel, -
- 1 reply
- 940 views
I want to run some manual updates on my pirep table, is it best to use a separate connect out side of the core to execute my queries or base it on the existing maintenance cron?
Last reply by mark1million, -
- 1 reply
- 939 views
Hi guys, When i go to my admin panel and select the reports & expenses, then select the financial repports i select EHAM (or another ICAO) in the filter field and select Departure airport. when i click 'filter' the following error pops up: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Finance::viewreporttype=&submit=view+report' was given in /home/seriousa/public_html/core/classes/MainController.class.php on line 218 I tried to search the forum for this error but i could not find anything. Hope you guys can help me out. Regards, Lucas
Last reply by Nabeel, -
- 0 replies
- 938 views
Hi all, I recently upgraded IPS software on the same server that phpvms is hosted on - the same one that necessitated upgrading to php7.2 - and at the end was greeted with this warning message. http://prntscr.com/qwhzgr Before I go ahead and turn off anything can I just check with the techies here if any of the mentioned functions are required by PHPVMS? Thanks
Last reply by nicky9499, -
User Account Request
by Guest Ryyaann- 1 reply
- 937 views
Nabeel, could you please delete all of my posts I have ever made so I literally have 0 posts. If they are not deleted it could be a security threat to me, more information will not be released. Thanks in advance, Ryan
Last reply by Tom, -
- 0 replies
- 937 views
Why?: http://www.bluexpressva.joomlafree.it/phpVMS/index.php/schedules/details/24 Thanks!
Last reply by Blu-Express VA, -
- 0 replies
- 937 views
How can I link my Aircraft to the actual aircraft. I have added names to the dropdown menu, but its still not filtering aircraft. How can i do this? <div id="aircrafttab"> <p>Select Aircraft:</p> <select id="equipment" name="equipment"> <option value="">Select aircraft</option> <?php if(!$aircraft_list) { $aircraft_list = array(); } foreach($aircraft_list as $aircraft) { echo '<option value="'.$aircraft->name.'">'.$aircraft->name.'</option>'; } ?> </select> <input type="submit" name="submit" value="Find Flights" /> </div>
Last reply by mltpilot, -
- 0 replies
- 937 views
Hello everyone! If you are having an issue with Fltbook bids not showing up on your "my bids" page with the StislaSkin when bidding on a flight through smartCARS. I've finally figured it out to fix the issue!!! Enough talk! Go to: /lib/skins/StislaSkin/schedule_bids.php go to line 31 and change: $bids = FltbookData::getBidsForPilot(Auth::$userinfo->pilotid); to $bids = SchedulesData::getBids(Auth::$userinfo->pilotid); There! PROBLEM SOLVED! After nagging and looking in the forums for months! And getting no response or help from anybody about it I was fiddling with the codes and found out that FltbookData was the reason that was happeni…
Last reply by Curshad, -
- 0 replies
- 935 views
Solved
Last reply by Kapitan, -
- 0 replies
- 935 views
How is the phpvms link with the ivao-network only, and doesn't accept flights outside the network?
Last reply by tkfeeny, -
- 2 replies
- 934 views
Hi Nabeel, is there anyway to overcome this error on the addon pages? It seems to be only when i include a table, ive also looked in the templateset.class.php at line 95, i deleted the contents but then the website messed up, then i tryed it by putting a . in the '.' still, website didnt work. Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home3/pulseair/public_html/members//core/templates/<div align="center"> <table border="1" width="830"> <tbody> <tr bgcolor="#cccccc"> <td width="146"> <div align="center"> Type</div> </td> <td width="177"> <div align="center"> Regi…
Last reply by Thomas, -
- 1 reply
- 934 views
Hello, Im wondering if there's a way I can add a message to my site that works like the cookie law onces, where is slides from the top and asks you to accept However I want it to say about how this isnt the real airline and if the click agree it will disappear forever or if they disagree it will direct them to the airlines site. Please could somebody send me a link to a site or tell me what I need to search? Thanks! Jacob
Last reply by simpilot, -
- 1 reply
- 934 views
Hi guys i have deployed the contents of the full install via ftp to my site and created the data base with full access but when i go to the install portion i get the following error, any ideas or how i can solve it Thanks
Last reply by web541, -
- 0 replies
- 934 views
Hello everyone, I wanted to make sure that when a pilot completes a flight a notification would complete, just like vAMSYS (https://prnt.sc/iwbu8j). But I have no idea how to do this. Does anyone have any ideas? Thanks. Regards, Carlos,
Last reply by CarlosEduardo2409, -
- 1 reply
- 933 views
Leaving it here so I don't forget
Last reply by Nabeel, -
- 1 reply
- 933 views
Hi guys, i have version 2.0 so how i install version 2.1.930? I have try but i received many errors. Can someone help me? Thx very much. Regards, Miguel
Last reply by Nabeel, -
- 1 reply
- 933 views
Hi All, I can no longer login to my website and as such cannot access the admin section, I have checked the databases and I am shown as admin and pilot. Problem is I cannot remember after what update this started. I think it was after Rev v2.1.934-141-g6d3b5a5 - fixed pilot login error but I cannot be sure. If anyone can help me correct this without having to completely re-install I would be eternally gratefull. Philip Taylor
Last reply by mark1million, -
Single Aircraft Stats
by Guest- 0 replies
- 933 views
hello all You think you can have for every single aircraft stastistiche her? example: B747 Total Flights:... Total Distance:.... Average Flight Distance:.... Total Hours:.... as the page "Aircraft Reports" but each aircraft separated best regards
-
- 0 replies
- 933 views
I'm getting this error in my registation page. Any idea what it means? Warning: file_exists() [function.file-exists]: File name is longer than the maximum allowed path length on this platform (4096): /home/qair/public_html//lib/skins/airline/<h3>Registration</h3> <p>Welcome to the registration form for Qatar Virtual Airways. After you register, you will be notified by a staff member about your membership.</p> <form method="post" action="http://####.com/index.php/registration"> <dl> <dt>First Name: *</dt> <dd><input type="text" name="firstname" value="" /> </dd> <dt>Last Name: *</dt> <dd>…
Last reply by Vulcan, -
- 1 reply
- 932 views
Ok, on the My PRIEP List. Is there anyway to put the image like for Example Aecpted = Image Check Link Rejected = Image X Link I hope this understands, but is there anyway to do it, i would be happy to do it. Thanks!
Last reply by Kyle, -
- 0 replies
- 932 views
Is there any way to have a charter flight (free flight) automatically produce pilot pay and revenue for the airline? I am thinking $25.00/passenger for pilot pay and 50% of the revenue that the airline would receive for the same scheduled flight would be fair. At the present time, the charter flight is being manipulated by admin during the PIREP acceptance stage. I fail to see why any pilot would make a flight and receive nothing in return or why any airline would allow one of its planes to be leased free of charge. Thanks in advance for any help
Last reply by hecrowell, -
- 0 replies
- 932 views
I am installing v2 on a php7 server. I am getting an error on installation. Warning: mysqli::__construct(): (HY000/2002): No such file or directory in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core/classes/ezdb/ezdb_mysqli.class.php on line 97 Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>No such file or directory (2002)</b></font>]<br />[<font color=000000><b></b></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /data/7/0/70/127/396779/user/403816/htdocs/phpvms/core…
Last reply by flyalaska, -
- 0 replies
- 932 views
Hi folks, I have a running phpvms on my web and I have a another website, and I want to know if there is a way I can embed the live acars map? I tried figuring out the root part of the acars map. for an ex: www.website.com/map but cant find it on the files. Hope this is clear. My code: I'm using open street map <div class="center"> <!-- Full Width Wrapper --> <div class="maincontent-full"> <!-- Full Width Content --> <p> </p> <!-- script pilotos --> <script src="http://dev.henri.com/lib/js/base_map.js"></script> <script src="http://dev.henri.com/l…
Last reply by Henrique, -
- 1 reply
- 931 views
Hello Guys We have some Flights which have the same Flightnumber but not the same departure and arrival time and we want to ask you how we can add this in the schedule system
Last reply by Nabeel, -
admin/bids
by ukmil- 0 replies
- 931 views
I noticed an error is the ADMIN/View bids page the PILOT listed against the bid, had an incorrect PILOT ID. So i checked the code, and it simply copied the Flight number by mistake here is the code in the Pilots_viewallbids.tpl notice before the FIRSTNAME, it repeats FLIGHTNUM, instead of the PILOT ID just an obsveration
Last reply by ukmil, -
- 0 replies
- 931 views
i need help with installing phpvms to my cpanel i have watched 5 videos and still no help. I would love for someone to do it for me. i will be happy to trade for paywere fsx products. email: Yzfmoto147@gmail.com
Last reply by Collin147, -
- 1 reply
- 930 views
Hi there, Is there a way I can link my Aircraft registrations to bids? At the moment, there are several flights for each aircraft, and several pilots can bid on flights that involve the same aircraft. I want flights that have the same aircraft reg number, not to show up once an aircraft is booked.. Any help?
Last reply by Nabeel, -
- 1 reply
- 929 views
Hi Nabeel, Got a couple of problems with the latest beta, no map showing or financials, pilot route map also throws up errors, grantsva.com//core/templates/flown_routes_map.tpl" doesn't exist in
Last reply by Nabeel,