Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 1 follower
- 8 replies
- 1.4k views
I have a custom module that is in the default form of: http://www.site.com/index.php/module I also have subs to this to make http://www.site.com/index.php/module/one But how can I extend beyond this to something like: http://www.site.com/index.php/module/one/two I tried putting it within an existing function (which is already within the index function of the module) but it directs it to the one before. It's hard to explain.
Last reply by freshJet, -
- 2 replies
- 1.4k views
I'm getting a problem when trying to install a fresh PHPvms Fatal error: Class 'DB' not found in /homez.605/xxxxxx/www/xxxxxx/core/common/SettingsData.class.php on line 28 Any ideas?
Last reply by Conor, -
- 3 replies
- 1.4k views
Hi All, After I filled in the details of my Database account, this error came: Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Unknown MySQL server host 'mysql6.000webhost.com ' (3) (2005)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in /home/a3575548/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 How can I resolve this? Thanks
Last reply by servetas, -
- 1 reply
- 1.4k views
I know that you guys recommend paid services, but is there ANY working free hosting websites out there?! I do not want to purchase hosting because i am already paying for my .info domain.
Last reply by vJet2, -
Owen modul call brake the page?
by Guest- 4 replies
- 1.4k views
Hey ho everybody, at first... i´m the new one So, now to my problem... I try to make my owen modul. A little "flipchart" vor arrivals etc. I read in the devl. documentation that i should begin with the follow: <?php class ModuleTest extends CodonModule { public function index() { echo "We are at index"; } public function pageone() { echo "We are at page one"; } } ?> if i try to call this modul via index.php/Flipcharts i will get the follow error message: Fatal error: Cannot redeclare class ModuleTest in C:\xampp\htdocs\va\core\modules\Flipcharts\Flipcharts.php on line 14 also a little bit funny is: if i try to call only the index.php.... the …
Last reply by simpilot, -
- 2 replies
- 1.4k views
Hi all me again i know im boring you all with questions.Well without questions whats the point of a forum lalala hehe any ways since new update may be after thinking about i my site runs fine but the admin side of things is running real slow any ideas why ? also to possibly help getting this error message "Fatal error: Maximum execution time of 30 seconds exceeded in /home/pulseair/public_html/vms/core/lib/pchart/pChart.class.php on line 474" hope it helps solve the issue. Well not only on this page but generallly the whole admin section Thanks Simon
Last reply by PLS001, -
- 9 replies
- 1.4k views
Sorry i tried to find my last post about this. I still have routes that are enabled for today but don't show. Example: today my beech charters are 2003,4,5,6,7,8. Routes 4 and 6 aren't showing.
Last reply by RogerB, -
- 2 replies
- 1.4k views
Hi All, I am pretty much stumped at the moment of something, I need the php clever guys to please help I have two results from a query, they both contain icao codes Result 1: FAJS, FACT, FABL, FAWB Result 2: FAJS, FAVS, FAWB, FANS I want to be able to compare these two results and echo out the icao code each time there is a match i.e Result 3: FAJS, FAWB I know I can use something like: if (result 1 = result 2) to make a comparison, but how do out output what that comparison would be? I hope this question makes sense
Last reply by selwynorren, -
- 1 follower
- 4 replies
- 1.4k views
On our main site page(and most other pages) it looks like this: http://www.canadianclassicairlines.com/CPC On this ONE page: http://www.canadianclassicairlines.com/CPC/index.php/masterfleet It is full screen, which I do not want. They all use the same .css (i believe), so what have I screwed up there?! Any help would be appreciated.
Last reply by Parkho, -
- 5 replies
- 1.4k views
i am having 2 issues 1. I am trying to add rank images to my ranks and when i enter the url for it it doesnt read the image url correctly can some one show me the proper format that the url needs to be in. 2. I am adding airports and the look up button does not work it will say fetching but nothing happens and i have to manually add airports to my airline, is there a way to fix this?
Last reply by servetas, -
- 3 replies
- 1.4k views
Requesting help to show scheduled aircraft, flight time and flight level in admin/templates/pireps_list.php phpVMS 5.5.2 pireps_list.php file around line 57 - Instead of showing the PIREP flight time, I would like to display the SCHEDULED flight time, aircraft and flight level. How do I call the Schedules data to display the scheduled flight time, aircraft and flight level from the schedules table to display in this area. These three items would show in the area above the Details, Log, Comments, etc. buttons. I would like to display this data in that location to make it easier to compare the scheduled aircraft, flight time and flight level to the actual sub…
Last reply by ProAvia, -
- 1 reply
- 1.4k views
Good eve to all, well I´m still flying to Ben Gurion Int. Airport and while flying I thought about a statistic showing PAX and CARGO carried. Is there some code still available or is someone able to create that code? I would like to show those airline statistics on the frontpage. Thanks a ,lot for your reply, wish you a wonderful night!
Last reply by Nabeel, -
- 1 reply
- 1.4k views
Flight Departures Board error code only when some one flying.... Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/starall1/public_html/lib/skins/crystal-II/frontpage_main.tpl on line 55 Line 55 : while($row = mysql_fetch_assoc($result)){ how do i get ride of the error code...
Last reply by SAV_Brian_CEO, -
- 5 replies
- 1.4k views
Ok i installed phpVMS and now this is the screen i get.How do i get to the admin panel to change things. Please help ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Welcome to phpVMS! Posted by phpVMS Installer on 12/20/2011 Thanks for installing and using phpVMS! Check out the docs for help and information on getting started on your VA. This is just a starter skin - customize yours completely. This is just a basic, barebones example of what a skin is and how it works. Check out the crys…
Last reply by mattsmith, -
- 2 replies
- 1.4k views
Hi, I use a hosting service for my VA. I changed the password on one of the SQL databases. Now the site is crashed presumably because it cannot read the correct DB password. I'm told I need to change the password in the connection strings but I don't know which file(s) they are in. A tech helping me thought it might be the ezdb_mysql.class.php file, but editing that did not help. Can someone point this very nervous novice in the right direction...please... Many thanks, -Russ
Last reply by Russ, -
- 3 replies
- 1.4k views
Can anyone link me to a good manual or write me a good one for properly migrating PHPVMS hosted on a free web hosting site to a private VPS. Thanks!
Last reply by Strider, -
- 1 reply
- 1.4k views
Hi guys! This is my problem: Each time I log on to the phpVMS Admin Panel, and I try to add an airport, I try to get the information automaticlly (Look Up!). I only get "Fetching Airport Data" message and then nothing happens! (Been waiting for more than 20 min now). When I try to enter the information manually, I succed. It says, "The airport has been added". But then when I refresh the page I get the "No airports have been added"
Last reply by Wayne, -
- 5 replies
- 1.4k views
my navbar keeps disapeering when I go to another page, then it reapears. Its like it has to reload the navbar at every page and it takes a second. It also does it in the pilot center sidebar. Check ut this link, http://www.canforce.org/index.php and if you navigate to another page, the navbar will disapear for maybe 3-5 seconds and it like reloads. Here's the code from my core_navbar.tpl and it is similar to the code for my pilot center sidebar as well: <html> <body> <?php if(Auth::LoggedIn()) { ?> <object id="fm_menu_navbar" width="969px" height="27px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedi…
Last reply by Tom, -
- 3 replies
- 1.4k views
Hello, this is my first post on phpvms forum. I have a little problem on the map live site. The flight is tracked properly, but when the pilot arrives at its destination airport, park, turn off the engine, put parking brakes concludes, sends the flight and closes the Kacars, the map also shows the pilot in flight with altitude, speed and distance at 0 and status: in Solo. Would you like a help to fix this problem, for when the riders send the flight, no longer looks at the live map, just who is with Kacars running. Remarks: I use PHP version: 5.3 (can be changed) Have updated the Kacars module on the site. I await response, thank you.
Last reply by Ygoramalho, -
- 3 replies
- 1.4k views
Hello! I cannot view any pilots in my VA, even though there are 3 registered pilots, the pilots list picture is what I see, when I use IE or Firefox Any help would be wonderful, and I do use free hosting. But please, no "You need to have paid hosting for phpvms to work" crap Impulse
Last reply by steve, -
- 1 reply
- 1.4k views
Hello, I bought the module of the aircraft market a long time ago, the mail with which the purchase was made, as I was from the administrator account, (admin@oneworldv.com) it was requested the restitution of the same in CrazyCreatives and only it appears that it has been sent, but no spam or normal mail appears in my account, it appears that it has been sent to me, it can help me if this is the administrator of CrazyCreatives, several contact emails are sent on the web but it seems to be the same result, lost in the system ... Beforehand thank you very much
Last reply by flyalaska, -
- 5 replies
- 1.4k views
Hello, For some reason every flight i bid on with for example the A320 has allways the same amount of passengers. Is it possible to randomize the payload? Rick
Last reply by ProAvia, -
- 2 replies
- 1.4k views
Hi everyone Two questions: Is there any way currently of keeping the last email address used stored in a cookie or the like for the login screen, and if not is it able to be in an update? Also, is there anything planned for a mass registration section for the admin? For example, our VA has about 20 pilots, and I wish to get them all registered with the new system before it is live, but I don't really want to spend 2 hours typing in all their details one by one into the registration page. Is that something that can be added to the Admin Centre? Many thanks
Last reply by Nabeel, -
- 3 replies
- 1.4k views
I have been asked by my CEO to create a function that allows the user to register to 3 different sites using ONLY one form. Is it possible to change the code of the default register_mainform.tpl (I re-written all the code from register.php and made it much simpler and also made a new registration form exactly the same as the register_mainform.tpl) to make it so that it posts the data contained in the form to many sites at once. Therefore you get the same data on all three sites without having to fill out 3 registration forms. Thanks in advance, Mitch
Last reply by simpilot, -
- 2 replies
- 1.4k views
hi, when I post an ad on the homepage of the airline, a message always says: Posted by Somebody, My question is: I want to remove this message, which is the name of the file to do that please?
Last reply by El Macara, -
- 3 replies
- 1.4k views
Hi guys I have a problem with adding modules I follow the instructions to add the modules correct along with the sql but for some reason it comes up with an error saying the /public_html/en/core/templates/credits index.tpl doesnt exsist so when i look in filezilla it has that file as a php file so i change it to a tpl file and it works but in my admin centre where i can add edit and stuff for the module i just get this error credits/sidebar_credits.php and i can seem to fix it i have attached a screenshot aswell
Last reply by Ashj24uk, -
- 0 replies
- 1.4k views
http://192.3.141.136/dashboard/index.php/registration register and bid a flight once you ahve bidded and you go to my bids there is no bids smartcars wont find the bid either EIDT: it happens with default skin on every version that exist exepct on phpvms 7.0but that dosnt have an acar registration is automatic until site is fixed here is my schedules_bids.php SOLVED: adding a euquipment in flight is a good idea <?php if(!defined('IN_PHPVMS') && IN_PHPVMS !== true) { die(); } ?> <section class="content-header"> <h1>My Bids</h1> </section> <section class="content"> <div c…
Last reply by spkier, -
- 4 replies
- 1.4k views
I seem to have run out of colors. Is it something I did, or need to do?
Last reply by CrashGordon, -
- 3 replies
- 1.4k views
I am having trouble with the live map feature on my VA website, it is not displaying any data just "flightpilotid - flightpilotname flightflightnum flightdepicao flightarricao flightphasedetail flightalt flightgs flightdistremaining nm / flighttimeremaining" I have reset the ACARS under the admin section and have tried both kACARS and xACARS, i am now stumped. Any help is greatly appreciated? Tom
Last reply by Nabeel, -
- 2 replies
- 1.4k views
An airport and its associated Navaids in Australia had their designators officially changed 7 years ago but the kACARS_Free database does not recognise the new designators. The airport was YSCH and is now YCFS. Is there any way this can be corrected and does it indicate that the entire database may need to be re-assessed for accuracy particularly as regards the construction of new airports and the installation of new Navaids? I note also that, according to kACARS_Free, a flight from Sydney to Brisbane - some 600nm shows as something like 9000nm because the program picks up a waypoint in (say) the USA that has the same name as one in Australia. Is there any way th…