Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 9 replies
- 2.3k views
This is weird. I now have litlle red boxed "x" where the graphics should be (I have not yet added my own, these are the ones that come with the program. For example the country flags. And the buttons. but my clue came when, I tried to look at the ID Badge, and got a 403 error. it suggests to check the folder to ensure that everything is coded over 644, and to check the .htaccess (1) It is going to the correct place to get the picture. I followed the link, and double checked things through the file manager. (2) The folders are at least 644 or higher. (3) I checked the error log and there is nothing listed for this. (4) the only rules in the file that appear to…
Last reply by Lotus, -
- 8 replies
- 2.3k views
Hello, I tried to add an airport we haven't got in there yet, so I filled in the ICAO code and pressed the "look up" button. this is what I get:
Last reply by Renzo Marcus, -
- 9 replies
- 2.3k views
is there way you can edit the pilot id. so it is only 3 numbers not 4. 001 instead of 0001 thanks, Daniel
Last reply by Nabeel, -
- 1 follower
- 3 replies
- 2.3k views
When I look at my schedules, I see several routes stating that they have been bid on. However, when I look in the DB there are NO bids??? And yes, I did try clearing the cache.
Last reply by Ariel, -
- 6 replies
- 2.3k views
Hello friends, While browsing the Github site, I found something awesome. Route planning software. It would be great if anyone can do this to adapt it as a plugin for phpvms. https://github.com/shinoyasan/Airway-Route-Finder
Last reply by Heritage1, -
- 4 replies
- 2.3k views
I continue to receive an Unhandled exception error every few seconds saying some process cannot access the receive.xml file, see screen shot below. Screenshot Any help would be appreciated! Thanks!
-
- 3 replies
- 2.3k views
I have searched all over the forums and have not found anything on it. The gcmap went from flat showing my pilots 10 last flights to being a huge globe map showing the flights. Is there any way to keep the map in flat view? I searched gcmaps website and found no solution!
Last reply by Ariel, -
- 3 replies
- 2.3k views
Hello My VA was up and running and all of a sudden my site was replace by lines and lines of Warning: Creating default object from empty value in /mysite/public_html/core/classes/Vars.class.php on line 74 Strict Standards: Accessing static property Finance::$post as non static in /mysite/public_html/core/classes/CodonModule.class.php on line 67 Strict Standards: Accessing static property Finance::$get as non static in /mysite/public_html/core/classes/CodonModule.class.php on line 68 Strict Standards: Accessing static property Finance::$controller as non static in /mysite/public_html/core/classes/CodonModule.class.php on line 70 So i re-installed phpvms, and got the…
Last reply by RogerB, -
- 5 replies
- 2.3k views
Can someone tell me the code to show a pilots last 5 flights.
Last reply by web541, -
- 2 replies
- 2.3k views
I installed the module Advanced Fleet-master and I get this error when I select in the menu. Notice: The template file "/home/mundoairlines/www/core/templates/fleet/fleet_list.php" does not exist in /home/mundoairlines/www/core/classes/TemplateSet.class.php on line 231
Last reply by Captthud, -
- 7 replies
- 2.2k views
Hey, its me again I had a topic down there that had about 600 views and i still have two more servers left if anyone wants them... Add me on skype thebeastt9... Thanks! I'll be able to get back to around 8:30 pm EST tonight(5/29/12) after my baseball game.
Last reply by Beastt, -
- 8 replies
- 2.2k views
hello ex cuse for this is post but i have one problem on /acars. then ..... i have fying yesterday. THE PROBLEM IS (look the picture) http://qs.lc/ipzh for the acars i am here but in reality i am disconneting.. WHY?
Last reply by simonecatalano, -
- 1 follower
- 4 replies
- 2.2k views
Hi, body { background: url(images/mainbg.jpg) repeat-x 0 0 #fff; color: #171717; font-family: "segoe ui", tahoma, arial, helvetica, clean, sans-serif; font-size: 12px; margin: 0; padding: 0; } i want to add one short video from my own server instead of mainbg.jpg. So, how should i have to change the code above. Thanks. Best Regards, Omer ASLAN
Last reply by OmerAslan, -
Mapa de Voo Online
by Guest- 6 replies
- 2.2k views
Boa noite a todos Estou com Problemas no mapa online de voo só aparece as aeronaves no mapa mas as descrições do voo tipo local de saÃda local de chegada, FL, numero do voo etc. Alguém sabe qual o motivo
Last reply by victordekola, -
- 3 replies
- 2.2k views
Hi all, I wonder if anyone can help me. I am trying to get the route flown to show on the ACARS map waypoint to waypoint I have followed what has been said in this thread http://forum.phpvms.net/topic/6064-waypoints-along-airway/ and I still can not get it to work. I think the problem is because the route_details section is not being filled all that is in that section of the DB is this a:0:{} now I know nothing about this so if anyone can help that would be great.I have also added the navdata.sql from fs products so I see no reason why this will not work. Thanks in advance Scott
Last reply by DoverEightMike, -
- 0 replies
- 2.2k views
Hello Everyone, I test the FSFK pirep and it works, but I have a couple of questions and would be very grateful if someone could help me: 1. I attach how looks the pirep from FSFK, I want to know how I edit the fields, I mean, ¿Wich is the file to translate the fields name?, becouse I searched in all the folder without success and where is the skin to edit the pirep design. 2. In the pirep don´t show the images from FSFK report like maps etc, just show the name but not the images like the attached file. I really apreciate if someone have ideas to how fix this.!
Last reply by alecas10, -
hi i want to count the number of Pauses in a particulor PIREP could you guide me how can i do that. i.e SIMULATOR PAUSED SIMULATOR UN-PAUSED SIMULATOR PAUSED SIMULATOR UN-PAUSED SIMULATOR PAUSED SIMULATOR UN-PAUSED Total Pauses: 3 I want to count the number of SIMULATOR PAUSED in a log file. Please guide.
Last reply by Oxymoron290, -
- 4 replies
- 2.2k views
Hi everyone, I am having trouble with the system mail. When I send an email, it says it has completed, but no-one ever gets the mail. Here is a clipping from my local.config.php Config::Set('EMAIL_USE_SMTP', true); # Add multiple SMTP servers by separating them with ; Config::Set('EMAIL_SMTP_SERVERS', 'smtpout.secureserver.net'); Config::Set('EMAIL_SMTP_PORT', '25'); Config::Set('EMAIL_SMTP_USE_AUTH', true); Config::Set('EMAIL_SMTP_USER', 'ceo@flyacva.ca'); Config::Set('EMAIL_SMTP_PASS', '*********'); if someone could help that would be greatly appreciated.
Last reply by ACVA_CEO, -
- 1 reply
- 2.2k views
I went to look at the PIREP admin section and when it was displaying the dashboard I got this error: Open Flash Chart JSON Parse Error [syntax Error] Error at character 0, line 1: 0: <h3>VA Stats:</h3> I don't see anything from with either of the two files where I see "VA Stats" appearing. See attachment.
Last reply by Nabeel, -
- 1 follower
- 4 replies
- 2.2k views
Hi guys, I have this code but the flag is not displayed. Any help is welcome. Thank you <?php $country = OperationsData::getAirportInfo($route->depicao); $imgicao = array_search($country->country, Countries::$countries); ?> <img src="<?php echo SITE_URL;?>/lib/images/countries/<?php echo strtolower($imgicao);?>.png" alt="<?php echo strtolower($imgicao);?>" /> <a href="<?php echo SITE_URL?>/index.php/airports/get_airport?icao=<?php echo $route->depicao ?>" target="_blank"><?php echo $route->depicao;?></a> (<?php echo $route->deptime; ?>) </strong> example …
Last reply by gio1961, -
- 10 replies
- 2.2k views
I have been ok using your system for installation easyier than I thought I would, but I am now having trouble making the files writable. It says in the phpVMS Installer that core/local.config.php is writable! but 5 are not. I am using a free hosting provider called http://www.freehost10.com/, and they are easy to use but I am not sure how to go about making them writable. Thanks.
Last reply by goldenairways, -
- 5 replies
- 2.2k views
Gents a question. From the server side I exported my phpvms_(my info)airport database (From table) to have as a backup as I deleted some airports. Had no problem exporting and I did additional deleting airports and decided to import it back into the system via myphpadmin, but everytime I attempt to import it, I get an error message telling me the phpvms_(my info)airports already exist. What am I doing wrong. The phpvms_airports table is setup when you install phpvms?
Last reply by Bluemax, -
- 3 replies
- 2.2k views
Hi everyone, Does anyone know how to change the colour for the Open Flash Charts, that show the PIREPs in the last 30 days? I'm only looking to change the colour slightly so it fits in nicely with my design. Cheers CS
Last reply by Connor1994, -
- 9 replies
- 2.2k views
hello, im working for a new airliner, but i have many airliners and i will a image by the airliner for the schedule.. can anybody help me with a guestion? greets Michael
Last reply by michael Kraan, -
- 7 replies
- 2.2k views
OK, Here is what I'm seeing. When I file a PIREP (so far just manually, no ACARS) and I view the pirep on the pilot side there is no fuel cost. I then check the admin side and there is no fuel cost there as well. I then look at the "Reports and Expenses" overview and under "Aircraft" there is no mileage. In order for me to get those to show up I must recalculate distances and PIREP finances. Is this the normal way of doing it or will it fix itself after X amount of time? Running latest Beta.
Last reply by Nabeel, -
- 4 replies
- 2.2k views
Estimated People My name is Ignacio, and I'm taking my first steps in phpvms. I was able to install and configure the system well, the problem I have is that every time I edit a pilot, your ranking changes at the lowest rank. Any idea how to solve it (if possible). I seach this problem in this forum but not find any post for that. Best regards
Last reply by imnemina, -
- 6 replies
- 2.2k views
Hello! When I downloaded the "update.zip" it also includes files that are not updated (not mentioned in the changelog), so if I upload all these files it will also overwrite files that are modified by me, for example, most of the templates and so on. So it is quite hard work to get everything to work in correct way again. Also when doing this "restore" operation I may also accidentally overwrite some new flies with older backup files, in order to get the site to look like it used to be before the update. So to sum up, at the moment the update caused more problems than solved, for me. If it is possible, in next update, please DO NOT add files that are not updated, or jus…
Last reply by Nabeel, -
- 4 replies
- 2.2k views
hi there is there any file or add on to make a page on my site for staff vacant position applying? just when someone want to apply he/she will redirected to page where will fill his information.i think you understand
Last reply by Connor1994, -
- 6 replies
- 2.2k views
I want the pilots last filed flight to show up under a Heading. What code do i need to get this. I'm guessing ti will be something like this? <?php echo $userinfo->lastpirep; ?><br /> Except that seems to get the Date and Time of the latest pirep filed by the pilot. Thanks in Advance.
Last reply by Parkho, -
- 1 reply
- 2.2k views
I see that the system has two predefined types when creating schedules: Cargo and Passengers . Does it make any difference in terms of financials, points or whatever when you fly a cargo schedule in comparison to a passenger schedule? or is it there just for showing? The system also lets you define multiple airlines which are then selected when creating schedules. This makes it possible to create some sort of "alliance" or conglomerate where pilost can fly one airline schedule or the other (I suppose there are no restrictions, are they? However, here the system gets a bit confusing in that while it allows multiple airlines, it does not separate their financials (for what…
Last reply by Nabeel,