Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 3 replies
- 1.1k views
Hey all, I have just recovered from a hard drive crash ( I had the seagate 1TB drive and was unaware it needed a firmware upgrade ), ANYWAYS/... a while ago I read a post on the programs to use so that I could basically see changes on my system before uploading them. It was a server thing. I really want to load that again, but for the life of me I can't remember what it was called. I have searched the forums again but can't seem to find it. Any help would be greatly appreciated. Thanks.
Last reply by TAV1702, -
- 6 replies
- 2.5k views
Hello All, We are having problems with our system email notifications. A few weeks ago it was working but suddenly it has stop for some unknown reason. We use google app for our email system, do you think that could be the reason?
Last reply by Oceanica Virtual Aviation, -
- 5 replies
- 2k views
Hi Nabeel, I'm having trouble in making the admin notification mail work ! I'm using as a template "clowdy", an inside "clowdy" folder I inserted the Register.php, email_registered.tpl and email_registrationaccepted.tpl, When a user is registering Im not receiving any mail ! could you please tell me what I'm missing? thanks
Last reply by Nabeel, -
- 2 replies
- 1.3k views
Hi guys, I have this code that notifies the administrator of the slopes (Pilots and Pireps) directly from the skin. How can I add code regarding screenshots? (I use the David's ScreenShots Center module) ScreenshotsData.class.php file add: public static function countpending() { $query = "SELECT COUNT(id) AS total FROM phpvms_screenshots WHERE file_approved='0'"; $check = DB::get_row($query); return $check->total; } on sidebar_dashboard.php file (To display the data in the administration panel) <a href="<?php echo SITE_URL?>/index.php/screenshots/approval_list"><?php echo ScreenshotsData::countpending(); ?></strong> …
Last reply by gio1961, -
- 9 replies
- 2.8k views
Where is this defined? It doesn't seem to be a php function and I want to change it so all the dates recorded are GMT. I've already set the php default timezone to GMT in local.config.php, however this doesn't seem to affect now(); How can I change it? Thanks
Last reply by savagegrave, -
- 2 replies
- 1.5k views
Hey lads. I'm a newbie here, so sorry if I'm getting off on the wrong foot. phpVMS looks fantastic and I cant wait to get started with it :-) I was wondering which Git repo developers should be cloning from? At present the one that's linked of the forum page following... http://forum.phpvms.net/page/index.html/_/getting-started/installation-r2 is... git@github.com:nshahzad/phpVMS but that repo is broken at the moment (as of 11th/Jul/2012), there have been a bunch of commits to it lately, the most recent of which set the contents of the two install files install.sql and structure.xml to zero bytes which means no database tables get created by the installer. I guess t…
Last reply by deeknow, -
- 1 follower
- 7 replies
- 1.8k views
Hi there, I'm trying to print the aircraft's full name, but the array comes out as NULL. Any ideas? $aircraft = OperationsData::getAircraftInfo($pirep->aircraft); <?php echo $aircraft->fullname; ?> If I do var_dump($aircraft); it comes out as NULL. $pirep is taken from a foreach($pireps as $pirep). I'm trying to parse it in frontpage_main.tpl.
Last reply by Parkho, -
- 5 replies
- 1.4k views
My VA has 7 pilots but in the stats it says there are 8 I have checked admin panel and the phpmyadmin database but can't find where it's getting the other pilot from http://shoreair.co.uk
Last reply by mattsmith, -
- 6 replies
- 1.6k views
Good afternoon all, i would like to activate this option to oblige pilots flying back mandatory from the last destination for example flight from AAAA-BBBB the pilot will mandatory fly from BBBB to AAAA or XXX destination that's mean mandatory to fly from BBBB last destination looking forward, NOTICE: i searched before starting this topic.
Last reply by Kishshey, -
- 1 reply
- 1.1k views
Hello Friends I have a Problem. My Va Statistic is centered with <ul>my code</ul> I will have it on the left side with 1 or 2px from the border I have here my layout .tpl with my code for the Statistic <ul> <strong>Total Flights: </strong><?php echo StatsData::TotalFlights(); ?><br /> <strong>Total Hours Flown: </strong><?php echo StatsData::TotalHours(); ?><br /> <strong>Total Flights Today: </strong><?php echo StatsData::totalflightstoday(); ?><br /> <strong>Total Schedules: </strong><?php echo StatsData::totalschedules(); ?> <br /> <strong>T…
Last reply by Jeff, -
- 0 replies
- 1k views
Hey can someone help me ? I am lookin to change /* regular */ body { margin: 0px; padding: 0px; font-size: 12px; font-family: Arial; background-color: Black; <<<<<<<< THIS } img { border: 0px; } .size { width: 950px; margin: 0px auto; } TO THIS >>>>>>>>>>>>> http://lohrman.com/s...spanish-sky.jpg <<<<<<<<<<<<<<<<< How do i do it? I've tried this background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(194,236,255)), color-stop(0.71, rgb(20,145,255)), color-stop(1, rgb(0,115,255)) ); but it doesn't work.
Last reply by Curshad, -
- 8 replies
- 2.6k views
Alright I've had it, I've searched all over google and this forum and have yet to find a solution to this problem. i understand the guy who made this doesn't support this template anymore, but if any1 else who think they can help me pleaseeeeeeeeeeee help me. I don't soo Nothing wrong with the coding but the info isn't showing (see picture below) here's the coding: <script src="<?php echo SITE_URL?>/lib/skins/ObsessBlue/jquery-ui-personalized-1.5.3.packed.js" type="text/javascript"></script> <div id="mainbox"> <h2>Welcome back <?php echo $userinfo->firstname . ' ' . $userinfo->lastname; ?>!</h2> <table> <…
Last reply by Curshad, -
- 1 reply
- 970 views
At the bottom of my website there is a link for "gallery" how do i set this up so it actually goes to a gallery where i can put pics in
Last reply by Parkho, -
- 1 reply
- 894 views
Hello; We are using the Ocean Blue skin for phpvms. Our site is just about done and may go live soon. Just had a couple questions. First, if you go to our temp site at http://panamericanva.com/phpvms/ The second menu option is "Corporate", under that are just a few options with "Our Pilots" being the first. If you click on "Our Pilot", of course it will show the hubs and pilots listed under each hub. What I would like to know if I wanted to arrange this page where I can list each hub to be placed under a banner for Crew Bases such as "Atlantic Crew Base" and have our Atlantic hubs such as KBOS, KJFK, KIAD, and KMIA list the pilots in each of the…
Last reply by flyalaska, -
- 0 replies
- 1.4k views
Hello guys, I´m totally new into phpvms, an just found the ocean blue skin for phpvms, an almost done on my website, but the Live flight tracker map, an map under schedules wont show google maps, an i really dont know what to do, i tried to look every where, but cant seem to get why it wont show.. An one other question, how do i remove the my profile avatar in the header?? Please need a expert in ocean blue skin or just a expert help in phpvms.. Best regards Michael [Please delete, moved to paid services]
Last reply by DanishFlipper, -
- 11 replies
- 1.9k views
I am having a coding problem way is this showing this on my front page main for Ocean Blue v3.0.1 i went in the line were it is at i don,t seen anything wrong https://photos.app.goo.gl/ZGFZAR9ULviwwFBAA https://photos.app.goo.gl/uZpyZLPgUpJjMWXc7 https://photos.app.goo.gl/zdvGy5WvRFuTw4ma6 any ideas
Last reply by ProAvia, -
- 1 reply
- 1.2k views
My site: http://bluehawkvirtual.net/index.php/ You can see that on the flight board, latest pilots, and a few other things that the text colors are different. Almost as if you clicked on it, and it grayed out. Problem is, it happens for everyone. Another Question: The banner at the top of the page, it has our logo on it. I just uploaded pictures with our logo pasted onto it. How do I make the logo appear on the banner, but as a separate image file? It probably requires jQuery or something...I have no idea. In the long run, I'm perking this site until I have someone make a good one, or I get my skills together and make a good one myself. The site looks ok right now,…
Last reply by t_bergman, -
- 3 replies
- 1.4k views
I'm using the Ocean Blue skin, and I'm having a few issues. I'll post the other issues in another thread. Here is my site: http://bluehawkvirtual.net/index.php/ My problem here, is that I do not know how to add/remove/edit the slide-show "nav" buttons. Default, there are two, but how can I add or remove them? I want to add more pictures to the slideshow, without the hassle of the buttons glitching. Thanks
Last reply by tobyrice01, -
- 4 replies
- 1.7k views
So how do I change the color to a darker blue for the nav bar, and when hovered, a lighter color? And also how do I change the colors for the Headers of the other "boxes" (H3, etc)? My site: http://bluehawkvirtual.net/index.php/
Last reply by tobyrice01, -
- 4 replies
- 1.6k views
I have installed a second phpvms system for another VA. There I see something odd on the show pirep page. Instead of a map, I see this text at the bottom: one two three four five When I look inside the code I read this: <body> <div id="image1"> <img src="1.jpg" border="0" alt="one" /> </div> <div id="image2" style="display:none"> <img src="2.jpg" border="0" alt="two" /> </div> <div id="image3" style="display:none"> <img src="3.jpg" border="0" alt="three" /> </div> <div id="image4" style="display:none"> <img src="4.jpg" border="0" alt="four" /> </div> <div id="image5" style="display:no…
Last reply by WelkaT, -
- 7 replies
- 2.1k views
Hello All, It appears my chats are not working again in phpvms, I have a dev install updated to v2.1.935 My live site is running v2.1.936 Neither of the sites are showing charts but they were last week and I have not had a security breech from what I can see. Also, the activity feed works fine on the earlier version 2.1.935 but its failing to work on v2.1.936 Is anyone running v2.1.936 and have the activity feed working ? Any help on these matters would be most appreciative, Thanks
Last reply by AUZ, -
- 2 replies
- 1k views
ok its happened a fews times now and i really don't understand. Fatal error:call to undefined method util::secondsToTime() in /home/deltaair/public_html/core/commen/PilotData.class.php on line 593
Last reply by jusromaine, -
- 1 follower
- 8 replies
- 2.8k views
Many old timers here may recall the issue of flights being saved in the database as the wrong flight type. Namely charters. I filed pirep and in my pireps table, the flight type is listed as P when in fact it was a charter flight which should have been saved as flight type H. To confirm I had the flights set up accordingly, I double checked the schedules table in the database and sure enough, the flight type was in fact H not P. Does anyone recall the fix for this issue? I have searched and searched adn coming up blank. I found a couple hits but nothing serious. Thanks!
Last reply by Parkho, -
- 6 replies
- 1.7k views
It occurs to me that php VMS provides a page to publicly list pilots and hubs, but none to list the fleet. I think that might be a nice feature. You know, ICAO code, full a/c name , tail number, and an option for a graphic. Until that happens, does anyone care to share an example of such a page. At my age, I'm too old a dog to learn new tricks.
-
- 10 replies
- 3.6k views
I noticed a small flaw in phpVMS with regards to the difference between the system's representation of time and the visual presentation of that time. Some time ago for example I pointed out that in the Schedules form it asks the administrator to enter the duration of the flight in HH:MM format (which is actually the best). However, when this same form is displayed again for editing, the original HH:MM is displayed in a format that contradicts the instructions of the program, i.e. During creation Flight duration: 00:30 Please enter time in HH:MM format During Editing: Flight duration: 0.5 Please enter time …
Last reply by Jetwave, -
- 1 reply
- 1.5k views
I was wondering if phpvms could implement a one account multiple airlines meaning that one persons account on phpvms can fly for more then one airline currently you have to resign up on phpvms to fly that other airline , as we have *(at jal virtual) at least 3 sub airlines we see that have the pilot to resign up is uneconomical we loved the fact phpvms could support multiple airlines but the pilot needs to resign up everytime. I would like to see One pilot account that can fly for any of the airlines/schedules in phpvms without having to resign up. thanks
Last reply by Nabeel, -
- 3 replies
- 2k views
Hi All Is it possible to use one Database with 2 airliners, but every airliner have a different skin (subdomain)just with other banners etc... . Thx in advance Stofke
Last reply by Kristof, -
- 2 replies
- 1.6k views
Hey Guys, I need some more help. I am designing an individual page for each aircraft in my fleet, and would love to have a way to display the aircraft logbook, hours flown with my VA, pax and cargo carried, plus the cycles it has (adding 1 everytime a PIREP is filed). Is there anyone out there that can please give me a hand? Thanks! Zeke
Last reply by ZekeElias, -
- 1 reply
- 1.1k views
Is there a way, that one off routes can be added to the schedules. For example, i may create a one off flight, say on a Saturday from A to B. Is there a way, that on completion of the route by the first pilot to Bid and file the Pirep, the route can either be hidden for the rest of that day, or even deleted? at present, as soon as the pirep is filed, the route becomes available straight away. but the aircraft in that route is no longer at 'A' but is now at 'B'
Last reply by Petey, -
- 4 replies
- 1.4k views
Hello everybody, I have one problem, and many questions. Problem one: I have download the last BETA form PHPVMS. and install that. but i have 1 problem, i cant update my MySQL? MySQL give a error that the database is al ready (and wich MySQL file must i upload?) questions one: I will see in flight log, that the pilot the automatic pilot turned off, is that posible? and how? questions two: How can i see the points of the flight in the flight map or in the live map? questions three: is it possible to change all flight numbers in one time? i have more than 1000 schedules, But the flight numbers is not good it must change. i hope that one person or more can help m…
Last reply by joeri,