Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.5k views
The minimum image size is 5 pixels(w)11 pixels(h) tp a maximum of 44(w) to 11 (h). tried gig,jepg and png. There located in a webfolder on my system...not located in the phpvms folder..as there is no instructions for novas Phpvms assumes everyone knows php. Although the site doesn't say this before you download and install. Here is the error message. The default indicates max 80 X 80 doesn't indicate a minimum. Warning: imagesy(): supplied argument is not a valid Image resource in /hermes/web10/b1562/pow.bluemax/htdocs/phpvms/core/common/PilotData.class.php on line 284 Warning: imagesx(): supplied argument is not a valid Image resource in /hermes/web10/b1562/pow.bluem…
Last reply by Jeff, -
- 1 follower
- 2 replies
- 1.5k views
Here is a weird issue I am having, and it started out of the blue. I got a new pilot today. When he flies, my ACARS Map goes blank. He is using smartCARS, as are most of us, and yet none of us have this issue. I can have every pilot in the VA fly and everything is fine, once this one pilot connects, the whole map goes blank. There have been no code changes on my front page for over a week. I had him uninstall and reinstall smartcars, and we are still having the problem. Any ideas??????
Last reply by bpruett72, -
- 1 reply
- 1.5k views
hello using 5.5 when i try access my sub domain it gives me this http://prntscr.com/jlu90m please help!!!
Last reply by shakamonkey88, -
- 2 replies
- 1.5k views
Gents, I am after modifying this code to be able to use it via an external php page and run as a cron to auto retire a pilot who has not flown an initial flight within 7 days of joining. I am also looking at when removing them from active to changing their email as i have had complaints about every time the maintenance cron is run all inactive pilots keep getting the retired email. This is what i thought, move their existing email to the admin notes field and leaving their mail as blank, that will stop emails then when they want to rejoin all an adminn has to do is update their email from that notes box and move to active. I don't mind paying someone if required. …
Last reply by Kyle, -
- 3 replies
- 1.5k views
I have read and read an read can come to a conclusion im gonna paste my layout tpl below. i keep getting no route passed when i bid on flights and have done everthing i though possible can i please get some help so i can keep my new template. <!DOCTYPE html> <html class="boxed"> <meta charset="utf-8"> <title>WeFly Virtual Ailrines</title> <link rel="shortcut icon" href="" /> <!-- Mobile Metas --> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="http://fonts.googlea...ows Into Light" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="<?php echo SIT…
Last reply by smokey68, -
- 9 replies
- 1.5k views
Hey all! Hope youre doing well! For a long time now, I have been getting the error when sending a PIREP and other functions (via smartCARS, Manual Pirep, Edit from Profile): "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2SUCCESS / You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 2". I have not found a solution to this on the Internet. Everything is executed, but I get the error message . My attempt is now to deactivate such error messages. Ca…
Last reply by ProAvia, -
autoretire
by joeri- 4 replies
- 1.5k views
just a question about autoretire Nabeel toled me iff a pilot went retired he will get an email can somebody confirm he has this working i don't
Last reply by Nabeel, -
- 0 replies
- 1.5k views
Hi Wondering if AIRAC updates are progressing any further (Ref. Hosting and Navdata Updates ) Around our neighbourhood the airways and fixes has changed a lot since the first version and we hope to se an update able airac soon so we can easily keep it updated. Uptil now we have been updating some fixes ourself but its not the best solution. Thank you Jan Tore
Last reply by jantorre, -
- 2 replies
- 1.5k views
Hello fellow Aviation Enthusiasts! I recently started fumbling my way through phpVMS, and up until this issue the "search" function has been GREAT! I just installed the Plugin Manager and everything appears operation EXCEPT instead of the "Plugins Home" and "Upload Plugins" links I get -- plugins/sidebar.php Has anyone else encountered this issue, and if so, how did you fix it? Many thanks in advance for your assistance. Kind Regards, Dan Attached: Screenshot of issue
Last reply by danielatc81, -
- 3 replies
- 1.5k views
Hello Everyone! I am Thomas the owner of SNAv, and i have a small problem, i have the smartCARS tracker everything is working fine, but I don't know how to make Bids show on the tracker system?
Last reply by servetas, -
- 5 replies
- 1.5k views
First let me say that it looks GREAT! I am very impressed and excited to use this new upgrade... however.. I keep getting a "fopen(/****/********/***/***/***//lib/js/jquery-front.js) [function.fopen]: failed to open stream: Permission denied in /****/********/***/***/***/core/classes/CodonCondenser.class.php on line 89" error (the * added by me to protect some information, but basically its my server, username, and directory leading up to liband core) I've tried uploading the CodonCondenser.class file a few times, and upgraded a few times but with no luck, I also can't find that file in my last version update so i asume its a new file that I can't just replace with t…
Last reply by kbohme, -
- 2 replies
- 1.5k views
Hi everyone After installation, I created a few schedules as a test, and then tried uploading some via .CSV files, and ended up with a few duplicated ones. Now I have all my schedules correctly created in an .CSV file and I want to upload them, but I wanted to delete all the ones I already created before for a clean install. However I can't figure out how to do this, I only see the option of switching between "active" and "inactive" schedules on the phpvms console, not deleting. Can someone help me with this please? Thanks.
Last reply by Nabeel, -
Hallo I have a Flight SU517. I will add Airbus and Boeing into the flight! I want that many planes add in one flight, and not just one were added! I've create this code, but it isn't work. <?php foreach($allaircraft as $aircraft) { if($aircraft->registration == $schedule->registration) $sel = 'selected'; else $sel = ''; echo '<input name="aircraft" type="checkbox" value="'.$aircraft->id.'" '.$sel.'>'.$aircraft->name.' ('.$aircraft->registration.')'; } ?> When I save, in flight display one plane is added only! That it is necessary to make that it was added two planes?
Last reply by Artjom, -
- 6 replies
- 1.5k views
Hi, I am making a new menu bar which it looks like this on the picture and i get the following error, on Parse error: syntax error, unexpected $end in /home/flycsunc/public_html/csunmodtester/core/templates/core_navigation.tpl on line 44 and heres my code <p> <style media="all" type="text/css"> @import "/menu/menu_style.css"; </style> <ul> <li><a href="<?php echo url('/'); ?>" target="_self" >Home</a></li> <?php if(!Auth::LoggedIn()) { // Show these if they haven't logged in yet ?> <li><a href="<?php echo url('/login'); ?>" target="_self" >Login</a></li> <li><…
Last reply by Kyle, -
- 4 replies
- 1.5k views
Hi! I have a problem with my ACARS Map... sometimes I have pilots who appear in the middle of Gulf of Guinea... very far from where we fly lol And they get stucked there... See it by yourself! http://www.transquebec.org/operations/index.php/acars Any idea? I tried to reset ACARS, it reappears after minutes.
Last reply by EricThePanic, -
- 2 replies
- 1.5k views
Hello Guys, Can we integrate a "flying network" status (i.e. pilot A is flying in IVAO and pilot B is in VATSIM) inside ACARS Live map? Regards,
Last reply by servetas, -
- 3 replies
- 1.5k views
I just installed PHPvms and want to edit the register page so that it gets rid of the "select airline" field. I want it to be defaulted to "CFC". Any hellp appreciated, I already tried and failed. Thanks
Last reply by Jeff, -
- 6 replies
- 1.5k views
Hello Guys, we just wanted to delete a Pilot but the "Pilot options" site stays blank at him. This pilot was the previous admin of our VA but he is not in our VA anymore for some years as acitve Pilot. He has no goups assigned to his account anymore. Do I need to change something in the phpvms so that i can delete him? Thanks in advance
Last reply by Thomasha, -
Hello, i have problems with awards... I see in pilot_public_profile.tpl the award and everyting right but when i put the mouse cursor over the award, the image doesnt say the description of the award just like it suposse to do in <img src="<?php echo $award->image?>" alt="<?php echo $award->descrip?>" /> in admin panel i have written a despcripcion of the award and everything is right i think does anyone has the same problem? thanks all
Last reply by mobitu, -
- 5 replies
- 1.5k views
Hi. I dont know why, but since the last login i become this: Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/modules/Login/Login.php on line 143 Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/modules/Login/Login.php on line 154 And when i make a logout this: Warning: Cannot modify header information - headers already sent by (output started at /users/northair/www/core/app.config.php:1) in /users/northair/www/core/common/Auth.class.php on line 341 Wa…
Last reply by BastiDE, -
- 2 replies
- 1.5k views
Something is going wrong here... And i dont know what but something is not writing to the DB as i dont get admin access... I am able to install anything on my server so if its something server wise let me know. Thanks for any help!
Last reply by twelka1, -
- 2 replies
- 1.5k views
I'm using 1&1.com as my host it is a paid hosting site. I have uploaded phpvms to the server. when i go to the install URL this is what i get: Fatal error: Class 'DB' not found in /homepages/9/d541768962/htdocs/phpvms/core/common/SettingsData.class.php on line 28 How do i fix this?
Last reply by BaRBeR, -
- 1 reply
- 1.5k views
I have modified the boarding pass template, but I'm getting this error: Parse error: syntax error, unexpected $end in /home/vol7/byethost5.com/b5_3263459/htdocs/core/templates/schedule_boarding_pass.tpl on line 70 I don't know what's causing it. Here is the code: <?php # This will only show this message if it's not a popup window # Ends on line 13-15 if(!isset($_GET['newwindow'])) { ?> <h1>Requirements for Online Checkin</h1> <p>To proceed through Security Checkpoint, you will need a government-issued photo ID and either a Boarding Pass or Security Document. Customers under 18 years of age are not required to show government-issued photo ID…
Last reply by Nabeel, -
- 2 replies
- 1.5k views
Hi all, I am trying to set up phpVMS on clustered/cloud hosting (however you wish to describe it!) Webserver (which is actually on three IP addresses): 1.2.3.4 SQL server (which is on one IP address): 6.7.8.9 Website URL: http://mywebsite.co.uk Database Name: site_vms Database Server: 6.7.8.9 Database Username: username Database Password: password Database Type: MySQL Table Prefix: phpvms_ Clicking "Next step" gives me: Does anyone have any ideas on how to fix this? (and apologies for the security, would rather no-one knows about this yet!)
Last reply by CGlobe, -
- 1 reply
- 1.5k views
Hi Guys, In my admin pirep list i have a bug with jqMdoal dialog popup. I dont know why but the dialog only displaying once and i need to refresh the page after i validate every pirep you can help me Thanks Mattia
Last reply by CedGauche, -
- 2 replies
- 1.5k views
Hello, I must change the mysql password and have now the Problem Fatal error: Uncaught Last Error -- [ (0)] [] in the phpvms/core/classes/ezdb/ezdb_mysql.class.php on line 99 Understand i it right that i the changed pw in this must updatet too?
Last reply by denden, -
- 2 replies
- 1.5k views
Hi. Is there a way to set the amount of money you have in phpvms. My reason for asking is not to cheat, but because real airlines don't start at $0. I am currently in the whole by a large sum because I like to set up routes for my aircraft to fly for their "test" routes, in order to make the airframe hours a little more realistic. Any help is appreciated, thanks.
Last reply by patva1, -
- 3 replies
- 1.5k views
Hello, Is there any module that prohibits pilots from flying all routes except the flights that are from the airport where their previous flight ended? Greets, Martijn
Last reply by Parkho, -
- 3 replies
- 1.5k views
Is their a way for me to edit the code so that upon registration of a new pilot, depending on which hub they choose be put into a certain pilot group. So Pilot # = Hub Choice = Pilot Group Pilot A = chooses hub A = Hub A Pilots Pilot B - Chooses hub B = Hub B Pilots This will make it easier for the admin to send pilot emails that are only important or relevant to pilots at a certain hub Thanks in advanced Regards JCA003
Last reply by Strider, -
- 1 reply
- 1.5k views
Hey guys... do you mind looking at www.serious-airlines.com ? I tried to open my site but it looks kinda screwed up... do you guys know what is going on? Regards Lucas
Last reply by mseiwald,