Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 1 reply
- 2.7k views
Issue resolved
Last reply by ProAvia, -
- 2 replies
- 2.6k views
Hi All, I'm hoping someone might be able to help. I've checked the forums and can't find anything relevant, hence my post. The VA I fly for has just set up on phpvms and we're using FSAcars to record flights and we're having a nightmare with it. Each pirep we look at after a flight shows no revenue, no gross income and often no pax. Then sometimes it does. We've interigated our fleet, airports, routes and we've fixed fuel prices at the airports to see if that makes a difference but no joy. I'm now struggling to try and understand what could be going wrong. Has anyone else encountered problems with the tracker submitting the data to phpvms and getting no results? If so…
Last reply by Strider, -
- 11 replies
- 2.6k views
Hi, I am having a bit of trouble with my VA, when I go to load up the schedules page it comes up with this error - Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'Schedules::view' was given in /home/bmavirtu/public_html/core/classes/MainController.class.php on line 218 We have tryed re-putting on the php file and there is no change. Have we done somthing wrong? Jamie
Last reply by truemo9, -
- 1 follower
- 5 replies
- 2.6k views
Starting this morning, we show the following error in the Admin Panel: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30033 bytes) in /home/xxxxx/public_html/va_name/phpvms/core/classes/ezdb/ezdb_mysqli.class.php on line 287 Line 287: $result->close(); phpVMS 5.5.2 - default admin skin - no files changed for several weeks Sidepanel shows fine and can navigate within sidepanel menus php 5.6.18 - been on this version for a while Anyone have any ideas on what to check for? TIA!
Last reply by ProAvia, -
- 6 replies
- 2.6k views
Im trying to create a page viewable from the main site of all the flights in the system, which i've done, but i only want to view X at a time with next and prev links undereath is this possible with the way PHPVMS is done? or would it be easer to do it in my own code? my current code: <? class Flights extends CodonModule { public function Controller() { $schedules = SchedulesData::GetSchedules('', true); if(!is_array($schedules)) return false; foreach($schedules as $sched) { $vars = get_object_vars($sched); $xml .= '<schedule>'.PHP_EOL; foreach($vars as $name=>$val) { $val = strip_tags($val); if($name == 'id' || $name == 'leg' || …
Last reply by Nabeel, -
- 7 replies
- 2.6k views
hello, how is the correct way to view the images in my airline awards, because I have added several images in my awards but only you can see letters, but the images do not appear. I can not find the solution for any site The image is well placed. http://www.mundoairlines.org/webmaster/phpvms/lib/images/award/1000hours.jpg this is the code I have put in profile_main.tpl
Last reply by polirom, -
- 12 replies
- 2.6k views
Hello, Firstly, I'd like to thank the Developers for making such an awesome product. Now, to the issue. I've downloaded the full version, and uploaded the files to the root page of my site. When I attempt to go to www.-mysite-.com/install/install.php, or go to the First page(root), I get a white page with the black text: Index of /. Also, the Installation page in the DOCS section of the website is not clear at all, so if you would, please direct me through the whole process. Thank you verrrry much. Thanks, and any help is GREATLY appreciated. Cody Dewolfe Future Owner of LDS Airways EDIT- Please help as soon as possible, I need the website urgently. Thank you in adva…
Last reply by Nabeel, -
- 1 follower
- 8 replies
- 2.6k views
In the default phpVMS 5.5.2 (Simpilot version), there is a file in 'core/common' named 'ChartsData.class.php - it's not in version 2.1.934. I see in that file a reference to - #replacement functions for OFC charts - Google Charts API - simpilot #load Google Chart Wrapper library (3rd party) require CORE_LIB_PATH . '/gChart/gChart.php'; - at the top of the file. Is there something else I need to download/install for ChartsData.class.php to function? Seems this file provides a replacement for OFC (Open Flash Chart) functionality. What exactly does this file do and is it linked to specific default modules? ______________________________ My main reason for a…
Last reply by ProAvia, -
- 11 replies
- 2.6k views
Can anyone give me a quick explanation on how to combine 2 SQL codes together? I'm fine with HTML and PHP though I'm hopeless with SQL. What I'm Trying to Do: Combine: public static function GetAllAircraft($onlyenabled=false) { $sql = 'SELECT * FROM ' . TABLE_PREFIX .'aircraft'; if($onlyenabled == true) { $sql .= ' WHERE `enabled`=1 '; } $sql .= ' ORDER BY icao ASC'; return DB::get_results($sql); } and: public static function AircraftUsage() { $sql = 'SELECT a.name AS aircraft, a.registration, SEC_TO_TIME(SUM(TIME_TO_SEC(p.flighttime))) AS hours, COUNT(p.distance) AS distance FROM '.TABLE_PREFIX.'pireps p INNER JOIN '.TABLE_P…
Last reply by Nabeel, -
- 7 replies
- 2.6k views
Hey Nabeel, can you take a look at this for me and tell me if it is a bug or not? If it is, I will add it for you. If it is not, man do I got major issues. http://forum.phpvms.net/topic/4843-statistics-help-solved/page__st__20
Last reply by TAV1702, -
- 7 replies
- 2.6k views
I was editing my template in frontpage_main happened and some bug. You help me? Link: http://i.imgur.com/gNSerfA.png They doubled my news
Last reply by Raphael, -
- 6 replies
- 2.6k views
Hello all, problem with the calculation of money after the decimal point a lot of numbers, an example 63.3333 (see photo), how to do that was not 63.3333, but only two digits after the decimal point, example 63.33 thanks in advance for your help! Regards Artjom
Last reply by Edwin, -
- 5 replies
- 2.6k views
This text appears at top of registration page after pressing the "Register" button on registration page. Indont think that people should be seeing my reCaptcha keys. The completed registration form goes into que for processing just fine can it be fixed?
Last reply by in2tech, -
- 2 replies
- 2.6k views
when i try to install, and database connection i get this error,"Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include(bootloader.inc.php) [function.include]: failed to open stream: No such file or directory in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Warning: include() [function.include]: Failed opening 'bootloader.inc.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/fsgraphi/public_html/phpvms/install/dbtest.php on line 3Fatal error: Class 'DB' not found in /home/fsgraphi/public_html/phpv…
Last reply by Ross Burke, -
- 9 replies
- 2.6k views
Hi i have two minor annoyances id like to sort out:1. Email Issues-When ever a new pilot signs up for the system he won't recive a confirmation email i don't know what's wrong my host supports auto email's.2. FSACARS When ever i submit a flight like JAL100 in from FSACARS to the system it won't recolonize it as a flight as seen in the total flight dialog.http://jlvirtual.x10hosting.com/jalweb2/
Last reply by Nabeel, -
- 6 replies
- 2.6k views
I decided to make the switch-over to PHPVMS-5 so I decided to set it up separate to the old version then, on switchover day just import all the data from the old DB to the new DB. So I did that then went through the various maintenance options in the admin panel, it found the pilot pay from the PIREPs. So far so good. Everything seems to work EXCEPT that it thinks that there are NO PIREPs to be found. When I then tried to submit a PIREP it appeared on the main page news feed but otherwise disappeared?!?!?!?!
Last reply by OA01, -
- 8 replies
- 2.6k views
Hi Guys, Can anyone help ? When I display the live map a pilot who was online 2 days ago and logged off still shows on the live map. It may well have been a bad disconnect from FSacars, and has not closed the plan. How do I clear this redundant flight and is there an automatic clear down in the event of tyhis happening again ? Regards John J
Last reply by roboa, -
Recently I changed my password for some unknown reason. Naturally I didn't write it down. Today I can't get logged in even though I have tried every possible password I can think of. I need someone from phpvms to go into my admin section and either find my password or issue a new one. I tried selecting the link "I forgot my password". I enter my email address, it says a new password has been sent, yet no password ever shows up in either regular mail or junk mail folders. Frustrating.
Last reply by TennShadow, -
- 9 replies
- 2.6k views
Hello friends. I have a basic problem, I'm willing to block for some aircraft rating. but some pilots still reserving flights with the aircraft and also blocked release, Example. In AdminCenter put the A320 into a Commander rating, but the co-pilot can book a flight and system releases. APP.CONFIG.PHP my script this way: Config:: Set ('RESTRICT_AIRCRAFT_RANKS', true); To block flights with aircraft restrictions on what can I do?
Last reply by Nabeel, -
- 6 replies
- 2.6k views
I like the idea of Simpilot's SMFRegister 1.0. Is there a way to make one similar to work for phpbb?
Last reply by Blu-Express VA, -
- 15 replies
- 2.6k views
Hey guys, I know this has been re-hashed over and over and I've tried doing what was recommended to no avail so, I would like to appologize ahead of time for that. The issue that I'm having is apparently the Google API key is invalid (per the prompts im receiving) and or being used by another client. I've attempted to update the key, both manually (through the script) as well as automatically (through the phpVMS Google API option) with the same results. The google map will not load, nor will the list of pilots who are flying so I seriously wonder if it's port related or just Google Maps locking us out. We are using FSACARS for our flight group and, so far, were able to…
Last reply by Nabeel, -
- 1 follower
- 10 replies
- 2.6k views
OK, I ask too many questions... I have modules in development involving MySQL tables. These often involve adding and getting data from these tables. However, I can never get them to work. I try copying from other modules but still nothing. Submitting Data Say I wanted to have a user complete a form and submit it. The data would then be inserted to a MySQL table. How does this work? I am aware I will need a module class file for this as well but I'm not sure on the exact code. What would the code be for the submit button to run the function that inserts the data, and what would the PHP function code look like? Is it as simple as the SQL followed by mysql_query($sql); ? …
Last reply by Sava, -
- 5 replies
- 2.6k views
Me again If you go to the bottom of my site's home page, you will see that the Footer (Copyright stuff) is not at the bottom, but instead to the right of the page, and higher up. Here is the layout.tpl file: <?php /** * * STOP!!!!!!!! * * Are you editing the crystal skin directly? * DON'T * * Copy and rename the crystal folder. Otherwise it'll get * overwritten in an update. * * Also, READ THE DOCS * * http://www.phpvms.net/docs/skinning * */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <he…
Last reply by tobyrice01, -
- 8 replies
- 2.6k views
-
Last reply by deactivated, -
- 11 replies
- 2.6k views
Good day all, little problem I could do with some help with.. My pilots are reporting incorrect number of flights shown in their profiles. Sure enough in the administration panel of phpVMS, they are shown incorrectly too, but the PIREP records ARE there. For example, a pilot named John has flown well over 30 flights for the VA, and the PIREP records are shown as his in the administration panel, but his "Total PIREPs" are only 8.. The total PIREPs do not change either, no matter how many he flies. Has anyone come across this issue before?
Last reply by Frank Plummer, -
- 9 replies
- 2.6k views
Good day gents after transferring my website to new server, i had some errors but everything resolved, i believe that the php version is the bug, however only thing missing now, in my admin i got sidebar_pirep_pending.tpl no the status of pireps it's simple shown : sidebar_pirep_pending.tpl no more, any suggestions ? Yours,
Last reply by FlyingMachine, -
- 7 replies
- 2.6k views
Someone could he how to properly configure phpvms for sending PIREPs none of the reports that I send only appears either in admin center or in my flights and PIREPS , I begin to crack with all these bugs please.
Last reply by ethanou77, -
- 7 replies
- 2.6k views
OK, first of all I know that a lot of folk on here are in major debt in their finances. Obviously with the high fuel prices, overcoming them and expenses are a big challenge. What makes it harder for us is we are a low-cost airline. I recently jacked up the prices a bit to try to cover costs more, however, if you see the real-world low-cost airlines like easyJet, Ryanair and Jet2, they can all cope - with prices as low as £10 or less. Now the big difference here is number of flights. They will fly hundreds to thousands of flights per day (Ryanair flies over 1500 and easyJet over 900) and that will of course add to fuel costs. But if we have a low fuel consumption scheme…
Last reply by freshJet, -
I post this to everyone, especially virtual airline operators (I'm not asking to company secrets): What method is used for training? Do you have documentation with flights? Or is there some hidden training secret that no one's supposed to know? Also, related to training: Is there a module or feature that can track training ops? Like a group inside of phpvms specifically for training? I don't want to make a new thread for this: Is it possible to strip phpvms down to just the code? No skin, just plain simple files to include into a website? Example: create a website that calls the functions of phpvms?
Last reply by austin4362, -
- 7 replies
- 2.6k views
When i try to add news to my site it says There was an error adding the news item and when i try to add a page it says There was an error creating the file?!
Last reply by simpilot,