Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 6 replies
- 3k views
<?php /** * This is the phpVMS Main Configuration File * * This file won't be modified/touched by future versions * of phpVMS, you can change your settings here * * There may also be additional settings in app.config.php * To change it, copy the line into this file here, for the * settings to take effect * */ define('DBASE_USER', 'canada_aircanada'); define('DBASE_PASS', '*********'); define('DBASE_NAME', 'canada_canadianairvirtual'); define('DBASE_SERVER', 'localhost'); define('DBASE_TYPE', 'mysql'); define('TABLE_PREFIX', 'phpvms_'); define('SITE_URL','http://canadianairvirtual.ca'); # Page encoding options Config::Set('PAGE_ENCODING', 'ISO-8859-1'); # Maintena…
Last reply by deactivated, -
- 7 replies
- 3k views
Hi, I have tried to installed the Exam Centre for PHPVMS and having trouble getting it to work. I have got 3 erros come up on the exam centre its self: Strict Standards: Non-static method ExamsData::get_setting_info() should not be called statically, assuming $this from incompatible context in /home/u966377323/public_html/core/modules/Exams/Exams.php on line 20 Strict Standards: Non-static method ExamsData::get_exams() should not be called statically, assuming $this from incompatible context in /home/u966377323/public_html/core/modules/Exams/Exams.php on line 29 Notice: The template file "/home/u966377323/public_html/core/templates/exams/exam_list.php" doesn't exist i…
Last reply by OmerAslan, -
- 6 replies
- 3k views
I am getting this after approving a Pirep: Warning: imagestring() expects parameter 2 to be long, string given in /home/vforg/public_html/core/common/PilotData.class.php on line 1054This is what I have for line 1054: imagestring($img, $font, $xoffset, $currline, $output[$i], $textcolor); What do I need to do to fix this error?
Last reply by Steve Bartlett, -
- 13 replies
- 3k views
does anyone knows how to fix it? I already rebooted the pc 2 times, the pirep as been accepted in the system but tracker shows me 1nm from the destination and the remaining time is 00:00 Im using kACARS (and the module is the same version as the program).. ty update: now when I go to the all reports (pirep page) the pirep still there.. and when I click in "approve all" I got the error Warning: Invalid argument supplied for foreach() in /home/voovirtu/public_html/va/admin/modules/PIREPAdmin/PIREPAdmin.php on line 130 0 of 0 were approved (0 has errors)
Last reply by Junior, -
- 1 follower
- 8 replies
- 3k views
Hello Gent's today our site has a hick-up because of some weird registrations. Looks like that a script at registrations forms used to enable some pop-ups. I found only that at my sql pilot's table: looks like that no other files were affected. I disabled registration for the moment until a solution is found. - Any ideas? Sorry for bad english . . . Volker
Last reply by volkerjacob, -
- 12 replies
- 3k views
I dont know if its down or what but i updated, got no errors and by the way i love 1.2, just thought i would say that. But back to the topic the acars map dosent seem to show in firefox....shows just fine and dandy in IE...so i just thought i would throw that out there... And also when i updated for some reason not all but there are a couple of flights that when from having aircraft to now having any....nothing big just thought i would let you know of this as well.
Last reply by Wayne, -
- 10 replies
- 3k views
Hi, I got a csv with all out schedules. When I import it, it is being processed and the routes are added normally. I can see no errors. However, afterwards no schedules are showing up and they are not added to the database either. Adding a schedule manually works just fine though. Any idea what is causing this and how I can fix it?
Last reply by ProAvia, -
- 1 follower
- 7 replies
- 3k views
I am having an issue, when I try to login, it will redirect me to the login page and it will just keep doing it, but it does not say I am entering anything wrong. I have tried uninstalling/reinstalling, but to no avail. Please help if you have any idea what is going on.
Last reply by Heritage1, -
- 7 replies
- 3k views
Good Day, My site is http://www.bluexpressvirtu.joomlafree.it/phpVMS/index.php# In home letter à - è - é - ò is � Why? Is possible delete �?? Thanks!
-
- 10 replies
- 3k views
Hi there Just wanted to inform:-) It seems like the "total Airline hours" were only updated when we do a update on the whole cms System - without an update the total hours always "freez" on the same level
Last reply by Nabeel, -
- 12 replies
- 3k views
Hello I am trying to add that the last 10 routes flown are shown, I have not been lucky thanks for the help this is the Module / Pireps code public function routesmap($pilotID,$limit='') { if (!Auth::LoggedIn()) { $this->set('message', '<div class="alert alert-danger alert-dismissable">You must be logged in to access this feature!</div>'); $this->render('core_error.tpl'); return; } $this->title = 'My Flight Map'; $pireps = PIREPData::findPIREPS(array( 'p.pilotid' => Auth::$pilot->pilotid,$limit )); …
Last reply by FlightDeckES, -
- 5 replies
- 3k views
Hello,When adding flight schedules I'm unable to see the whole window that opens up.Regards,Zeeshaan Shahid
Last reply by Zeeshaan Shahid, -
- 1 follower
- 13 replies
- 3k views
If I try to update the NEWS section of my website, I get this message: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at webmaster@historicairlinegroup.com to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request. Any ideas? David Reed/Historic Airline Group
Last reply by reed0427, -
Pilot Bids
by BPA1- 16 replies
- 3k views
Hello, After a very frustrating server migration our bids no longer work. While we can make the bid in the Module "Tour Center", and the Big Check mark appears telling us the bid has been made, looking at the pilot record say "You have not bid on any flights". A quick check of the database clearly shows the bid has been made. So obviously something broke during the migration. I have re installed all the modules and bits of Tour Center with no improvement. Equally obvious is that the connection to the database is working. The result of all of this is that the flight is not available in kaCARS although pilots can gain access by loading the flight by flight number,…
Last reply by BPA1, -
- 1 follower
- 7 replies
- 3k views
I ran into a wall with the monthly hub stats. I am trying to get the hours to reset every month. Shown on the red ribbon on the picture below. It only shows total hours. Here is my code. public static function TotalHoursBetweenDates($icao, $startdate, $enddate) { //Count total hours $query = "SELECT SUM(flighttime) as hours FROM phpvms_pireps WHERE depicao = '$icao' OR arricao = '$icao' AND DATE(submitdate) >= '$startdate' AND DATE(submitdate) <= '$enddate'"; $result = DB::get_row($query); return $result->hours; } <?php echo HubStats::TotalHoursBetweenDates('PACD', date("Y-m-01"), date("Y-m-t"));?> Any help would be appreciated!
Last reply by shakamonkey88, -
PLEASE HELP!!! EMERGENCY
by Guest- 10 replies
- 3k views
Hello, First, sory for my english im living in quebec city so i'm french ... My problem is that the admin of my VA and me are not able to connect on the Admin Panel .. it says : An Error Was Encountered ... Please login first. And for them how think i'm not intelligent, "YES I'M LOGGED IN". It's an important problem because we cannot accept pilots and pireps. THX !! Dominique Nordair Virtuel http://www.nordairvirtuel.ca
Last reply by samdy1, -
- 7 replies
- 3k views
when i click on "Start Here" within the installation it says 404 Page Not Found
Last reply by IrfaanKhan, -
- 7 replies
- 3k views
Since the forum does not allow search on less than 4 characters and the Documentation "forum" is less than adequate, I guess I have to do this the old fashion way and throw a fishing line out and see who responds. I'm trying out phpvms and I cannot delete hubs (e.g. default KJFK). What's the best way to do that? Thanks.
Last reply by Nabeel, -
- 10 replies
- 3k views
Hello I keep getting this error on my site I think that it's from phpVMS PHP Error Message Fatal error: Uncaught <blockquote><font face=arial size=2 color=000099><b>Last Error --</b> [<font color=000000><b>Lost connection to MySQL server at 'reading initial communication packet', system error: 111 (2013)</b></font>]<br />[<font color=000000></font>]</font><p> </blockquote><hr noshade color=dddddd size=1> thrown in/home/a5887766/public_html/core/classes/ezdb/ezdb_mysql.class.php on line 99 Free Web Hosting http://dominicanair.tk/ that is my site's website …
Last reply by Tom, -
- 6 replies
- 3k views
Hi, I downloaded and uploaded PHPVMS to my website, which is hosted by free host, zymic. I uploaded the files and got the following error when I went to: irishair.zxq.net/install/install.php : Warning: ini_set() has been disabled for security reasons in /www/zxq.net/i/r/i/irishair/htdocs/install/install.php on line 20 Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/zxq.net/i/r/i/irishair/htdocs/install/install.php:20) in/www/zxq.net/i/r/i/irishair/htdocs/core/codon.config.php on line 40 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already…
Last reply by simpilot, -
- 8 replies
- 3k views
I want to add pilot callsign in the email. What is the code for that please?
Last reply by servetas, -
- 9 replies
- 3k views
Hello all, I have noticed that when accepting PIREP's in the Admin Center, I get an error, which is Warning: imagefontheight() expects parameter 1 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1035 Warning: imagefontwidth() expects parameter 1 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1036 Warning: imagestring() expects parameter 2 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1054 Warning: imagestring() expects parameter 2 to be long, string given in /home/upscargo/public_html/core/common/PilotData.class.php on line 1…
Last reply by Talisman57, -
- 6 replies
- 3k views
Dear Fellow Members i am getting this error after login into admin panel can anyone explain why this error in coming. Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2323 bytes) in/home/jeffery/public_html/VE/core/classes/ezdb/ezdb_mysql.class.php on line 273 Thanks jeff ISSUE SOLVED
Last reply by Strider, -
- 11 replies
- 3k views
How can I limit the amount of flight plans (schedules) listed when searching for flight plans? before I added schedules to my site that was NOT a problem, had only a few of them... BUT! Now I have added more than 1,300 schedules and the list is just Too BIG!!! I would like to list in chuncks of 25 for example, or 12, maybe 15 in a page format at a time, not all of them. Is it posible in phpvms to do this, and where is the config file to do it? local.config or app.config? have been searching them, but can´t find any reference to accomplish this.
Last reply by tylerj, -
- 1 follower
- 11 replies
- 3k views
Hello, im wondering if you could help me, im having a problem with the bullet points on the default tpl's. there fine when there on the default skin but not with my custom one. As you can see from the attachment they seem to over lap which is not seen in crystal is there a part of the css I can copy over to sort this? Thanks Jacob
Last reply by avdesigns, -
- 3 replies
- 3k views
Hello Everyone UVA has confirmed that they will use PHPVMS. However we here at UVA already have a website up at: http://unitedairlinesva.com/index9.php. We would like to use the PHPVMS system on our website rather then using phpvms as our website. Is it possible to do this? I thought so until I realized that all pages of phpvms go through the index.php. The situation is rather complicated. So is it possible to take the coding/scripts of individual pages such as the login page and put it were I want it in my website? How can I eliminate the need of the index.php page? So that for example instead of using http://unitedairlinesva.com/index.php/a ... /Dashborad to ge…
Last reply by Nabeel, -
- 17 replies
- 3k views
Hi all I looked for a solution on the forum but I did not find anything that could solve the problem. I am under a version 5.5 with a php 5.6 When I go to the admin backoffice and I launch the maintenance options manually, I don't have any particular concerns (it's logn but it does the job (reset hours for example or reset Pirep driver count) On the other hand, if I want to use the cronjob and launch the suggested line (php -f /homepages/33/d797466141/htdocs/hdd/vavirtual/crew/admin/maintenance.php) it does not work. I sent the output of the cronjob to a file and here is what I have (many of these lines) : <b>Strict Standards&…
Last reply by PetitJedi, -
Hello, Please guide me how can I just display the city name in live flight departure board. I want that i just display the departure city and arrival city instead of departure airport and arrival city. Thanks in advance.
Last reply by freshJet, -
- 8 replies
- 3k views
Hi, What is the code for change a color in the text? Thanks
Last reply by Blu-Express VA, -
- 8 replies
- 3k views
We launched our new system, which is based on phpvms yesterday and took entered the hours and flights the pilots had already flown into the database (not into the column transfer hours but into the real totalhours column). Now those hours get deleted after the first flight is accepted. Is there a solution to this or am I doing something wrong. Thanks in advance. Lauritz
Last reply by skylineVirtual,