Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 4 replies
- 2.8k views
I seem to be having some issues when trying to click to remove a bid from my schedule_bids.tpl file? Would anyone be able to help me figure this out? This is what I have in the schedule module public function removebid() { if(!Auth::LoggedIn()) return; SchedulesData::RemoveBid($this->post->id); } When I go to click remove it just takes me to a white page, no error or anything? Any ides?
Last reply by brunoquadros, -
- 9 replies
- 2.8k views
Ok, So I have this at the moment. Now I have read plenty of other topics and I'm slightly confused. I have made the folders 777. Are there supposed to be files in them? I'm just confused. Thank You, Jeremy
Last reply by Nabeel, -
- 5 replies
- 2.8k views
A whole bunch of my routes have the same distance, 4674.1nm, regardless of whether I run the recalculation script. I have cleared the cache and optimized the tables just to be safe, FYI. I am running the latest version of phpVMS with no schedule modules installed. I appreciate any help I can get to resolve this other than going through one by one and changing the distances, as it's quite a few!
Last reply by tutmeister, -
- 9 replies
- 2.8k views
Solved Host migration
Last reply by simpilot, -
Hi everyone, I want to add meta tags to my site and was wondering which page I need to add them to and where the document is located. If anyone nows or has any ideas I would be really greatful if you could post here to tell me. Many thanks
Last reply by Jeff, -
- 3 replies
- 2.8k views
First of all, I'm sorry for my poor English. But I'm sure you can understand. I am using scripts Lightbox2 Calling the scripts are in template.tpl /* This is required, so phpVMS can output the necessary libraries it needs */ echo $page_htmlhead; ?> <?php /*Any custom Javascript should be placed below this line, after the above call */ ?> <link rel="stylesheet" href="/lib/lightbox/css/lightbox.css" type="text/css" media="screen" /> <script type="text/javascript" src="/lib/lightbox/js/prototype.js"></script> <script type="text/javascript" src="/lib/lightbox/js/scriptaculous.js?load=effects,builder"></script> <script type="te…
Last reply by MVS105, -
- 5 replies
- 2.8k views
My host upgraded hardware and php & mySQL to versions 5.6 for both. I did change the mysql password in the local.config.ini, but am getting these errors. Can someone point me where to look to fix them? Warning: Creating default object from empty value in /home/XXXX/public_html/fXXXXphpvms/core/classes/Vars.class.php on line 74 Strict Standards: Accessing static property Logout::$post as non static in /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Logout::$get as non static in /home/XXXX/public_html/XXXX/phpvms/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing s…
Last reply by RocketRod, -
- 5 replies
- 2.8k views
Hello all, I'm making tests to include Natracks in my flight planning. For now, I'm only checking if the route parse will be done well by copy-pasting the complete IFR route including Natrack in the "Route" field, like this one between CYUL and EGLL: AGLUK CEFOU PORTI 4750N 5040N 5230N 5220N LIMRI XETBO NIBOG UN551 BEL UL10 WAL UY53 NUGRA BNN1B Look at the Natracks points: 4750N 5040N 5230N 5220N The route parse, including the route map, ignores the 5230N waypoint. If I change it for another waypoint, like 5330N instead, it's ok, 5230N shows. If I simply delete another waypoint in the list, for example 5220N, it's also ok, 5230N shows. It find it weird that sometime…
Last reply by EricThePanic, -
- 5 replies
- 2.8k views
We are running Php 5.4 on server, did a clean install of phpvms_5.5.x-master - 7,441 Kb. We have the timezone issue corrected. Here is an issue we have 4 schedules/routes entered for testing. However when trying to file a Pirep getting the following message : Strict Standards: Non-static method CodonEvent::hasStop() should not be called statically, assuming $this from incompatible context in /var/www/vhosts/beautynspeed.com/fly.beautynspeed.com/PRS/core/modules/PIREPS/PIREPS.php on line 478 File a Flight Report There was an error adding your PIREP : Schedule does not exist. Please update this manually. This is a flight in the "Flight Info" AFA1912 (KLAX …
Last reply by ProSkyDesign, -
- 4 replies
- 2.8k views
Hi, I want to list schedules by code, as it is in my sql request ($requete). This code is working, but i think it's not the best way to connect to database. Does another way exist to connect to database safely without writing directly username, host, password and dbname ? <table class="myTable"> <!-- entête du tableau --> <thead> <tr> <th>#ligne</th> <th>Dép. ICAO</th> <th>Arr. ICAO</th> <th>Appareil</th> <th>Distance</th> <th>Prix billet</th> <th>Opérations</th> </tr> </thead> <?php $conn = mysqli_connect(…
Last reply by orobouros, -
- 7 replies
- 2.8k views
i have a virtual airline and i try to install the EXAMCENTER moudle. and i have a problem after i put the folders in the root phpvms and open table in PHPMYADMIN . i do "wwww.virtualairline.com/index.php/Exams_admin" and this what he say for me Notice: The template file "/home/*******/public_html//core/templates/exams/frontpage_main.tpl"doesn't exist in/home/*******/public_html/core/classes/TemplateSet.class.php on line 248 please help me i don't now what to do . **sory about me bad english**
Last reply by StartVM, -
- 10 replies
- 2.8k views
The first time I did the installation I forgot to set permissions I got the meue up but secon box down reported an error. So I uninstalled teh whole lot and reloaded to my server. I then took a little more time and rand again but this time I get the following Fatal error: Class 'DB' not found in D:vhostssimaviators.co.ukhttpdocsphpvmscorecommonSiteData.class.php on line 25 Any ideas? Barry
Last reply by bazzaviator, -
- 7 replies
- 2.7k views
Hey all, Before anyone says anything, I did search this topic and read what was there, I also contacted my provider (godaddy) and they said that fast-cgi is not enabled. So, I appear to be getting the "no input file specified" error. Does anyone have any suggestions. Thanks Chris
Last reply by ACVA_CEO, -
- 4 replies
- 2.7k views
Hi All, I have searched and I can't seem to find the answer. I would like our Pireps to be automatically approved, rather than an admin having to do it. How can I go about this? Thanks in advance, Graham
Last reply by Strider, -
- 2 replies
- 2.7k views
Good Evening All On installing PHPVMS on my WAMP desktop server for skin/module development, I recieved an error message. I have searched forums and tried the fixes mentioned, so I am aware. I now have the following issues. ( ! ) Fatal error: Cannot re-assign auto-global variable _FILES in E:\wamp\www\ccvg\phpvms\core\common\PilotData.class.php on line 436 Call Stack # Time Memory Function Location 1 0.0085 256096 {main}( ) ..\index.php:0 2 0.0135 301920 include( 'E:\wamp\www\ccvg\phpvms\core\codon.config.php' ) ..\index.php:40 3 0.2…
Last reply by Vangelis, -
- 1 reply
- 2.7k views
Hi all, A quick question. I am working on the boarding pass for my VA. It is working nicely however I want to add a gate closure time which is dynamic rather than a static message. What I mean is to have some php coding (if poss) that takes the departure time and takes away 20mins to display the time the gate closes and this way it would display a time 20mins prior to depart. It would also be different for every flight no matter what the departure time. I have listed an example below. This is the static message: Gate closes: 20 minutes before flight departure Departure: 11:20 GMT The dynamic message: Gate closes: 11:00 GMT Departure: 11:20 GMT If anyone knows if t…
Last reply by simpilot, -
- 8 replies
- 2.7k views
Ok, I might be missing something obvious here, I though email_registrationaccepted.tpl controls the text of the confirmation email but after changing it, it still sending out the basic phpVMS confirmation. Is this not the file that controls the email text? and if not, which one is? Cheers
Last reply by cloudsurferuk, -
- 3 replies
- 2.7k views
Hello, I have a problem with the ranking system, if phpVMS is installed, so the house from a rank available namely the rank of "New Hire" but I have for my own front ranks so I have the rank of "New Hire" deleted. Now the problem is when a pilot and I registered as an administrator or activate suppose, is the rank assigned to the pilot "New Hire". Now my question is is it possible to change it, which is awarded or during the registration and login when I assume the pilot held the rank Student New Hire. Thanks for Help.
Last reply by servetas, -
- 2 replies
- 2.7k views
Hello, I am sharing this topic because I hugely Error phpvms, most of the time I get an error "Strict Standards: Accessing static property PIREPAdmin" that could come my SQL? On the other hand I do not see in panel administration the routes, schedules, pilot, while are present in my SQL. And JSON graphic that was eg dashboard "Pilot Reports for the Past Week" does not work it tells me this error "Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: <br /> " Thank you for your help
Last reply by massilia68, -
- 4 replies
- 2.7k views
Just getting back into editing my site and got this error when trying to import a new schedule: [b]Warning[/b]: move_uploaded_file(/home/woodsdom/public_html/CPC/core/cacheschedules_ttz_wip.csv) [[url="http://www.canadianclassicairlines.com/CPC/admin/index.php/import/function.move-uploaded-file"]function.move-uploaded-file[/url]]: failed to open stream: Permission denied in [b]/home/woodsdom/public_html/CPC/admin/modules/Import/Import.php[/b] on line [b]209[/b] [b]Warning[/b]: move_uploaded_file() [[url="http://www.canadianclassicairlines.com/CPC/admin/index.php/import/function.move-uploaded-file"]function.move-uploaded-file[/url]]: Unable to move '/tmp/phpWOE4OY' to…
Last reply by CPC900, -
- 14 replies
- 2.7k views
Well, I fired off my large import before I went to bed last night and when I checked it is morning it appears that all 3400 of my routes were added. But, not one of my airports were. Here is output of one of the imports: ICAO PANC not added... retriving information: Imported IPG26 (PAJN to PANC) ICAO PANC not added... retriving information: Found: PANC - (,), airport added I just fired off the import again since I'm getting ready to leave for work so hopefully they will add the airport. Any suggestions if they don't?
Last reply by TennShadow, -
- 8 replies
- 2.7k views
Hi All, Im planning to found a new airline which will use phpVMS, kACARS and VATSIM. could you please help me with website things? if its possible, i wanna found it with paying no money.
Last reply by joeri, -
- 6 replies
- 2.7k views
Hello , I am starting a VA, and wow do I love PHPVMS lol I just have two questions for you guys. So for some reason I cannot get anything to show up on the Live Map, I am running FSACARS and using the config file and all that. I have not edited the acarsmap.tpl at all, I have found another post on this forum about this issue but it did not help me at all. Any help? The other question I have is, when a pilot bids on a flight, is there an option to keep that schedule from going away? So other pilots can bid the same schedule? Thanks SOLVED Thanks! I found my other answer to the bidding in the local config.
Last reply by TennShadow, -
- 8 replies
- 2.7k views
hello, does anyone know how to draw a line (route) or follow the plane using OpenStreetMap.Mapnik (leaflet).. ive searche dan dsearch but to no avail. thanks you
Last reply by swaluver480, -
How can I set up forums on my VA's PHP VMS site, I am currently using Joomla as my CMS, and I need a stable forum setup brfore i can transfer to phpVMS! By the way, PHPVMS IS ONE OF THE BEST THINGS THAT HAS EVER HAPPENED TO OUR VA!!!
Last reply by wadams, -
'Passenger' ticket price
by Guest- 3 replies
- 2.7k views
Hello, well so far 5 days into phpvms, awesome backbone, just skinning and setting up all the different things, I've ran into a little ******.. right now my company is losing money because each passenger is paying "0.00" pounds. Example: FLIGHT DETAILS Gross Revenue: (184 load / £ 0.00 per unit £ 0.00 Fuel Cost: (2133.24 fuel used @ 5.1 / unit) This may be a complete newb question, but how do I change this 0 value to something else? like 70 pounds. I've looked in local.config.php, FinanceData.class.php (I thought I was onto something in that file, but php beats me.) and of course the tpl that it's outputting to.. so how can I change the price of a unit? Thank…
Last reply by Nabeel, -
- 6 replies
- 2.7k views
Can any of you coding Gurus give me the code to display a pilots pay for each flight? IE: A pilots pay is 20 per hour and he flies for 2 hours it displays 40.
Last reply by danny124, -
- 11 replies
- 2.7k views
Hi, the live maps page isn't working, I was doing a flight yesterday and it didn't show up on the map?? Anyone had a similar experience. Regards
Last reply by Jeff, -
- 2 replies
- 2.7k views
Hey phpvms! Having some issues with the Acars Map! Pilot Flight Number Departure Arrival Status Altitude Speed Distance/Time Remain flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining I made sure the ASP tags were off. Nothing i found on the forum that i found about this seemed to work for me. any ideas? Thanks!
Last reply by servetas, -
- 6 replies
- 2.7k views
Hello! I am having some troubles updating! I back up all my files install all the update files go to the update link and it tells me Update complete! I go back to the admin panel and it says that I am still version .628 I believe it is.... any ideas? Thanks!! ???
Last reply by N22080,
