Support Forum
Any questions or bug reports go here.
7150 topics in this forum
-
- 3 replies
- 3.1k views
Hi all, I have a question regarding statistics. With the help of Michael I was able to get Pax and Cargo shown seperately. The code was : Now I am trying to make something different (as usual I can't ). In my very simple logic I get total Pax Scheduled flights with the code above, then I get total Pax Charter changing flighttype as "H". Now the confusing part (for me) comes; how do I sum both to get total pax carried? Total Pax Carried = Total Pax Scheduled + Total Pax Charter What I have done was (OK don't laugh...kidding.. you can laugh as loud as you can ) Cheers, Arslan
Last reply by airmermaid, -
- 2 replies
- 3.1k views
Notice: The template file "/home/airarabi/public_html/maroc//lib/skins/CURRENT_SKIN/header.tpl"vairline in/home/airarabi/public_html/maroc/core/classes/TemplateSet.class.php on line 248 Welcome AIRARABIA MAROC VA Newest Pilot: Warning: Invalid argument supplied for foreach() in /home/airarabi/public_html/maroc/core/templates/frontpage_main.tpl on line 6 http://airarabiavirtuel.com/maroc/ THANKS AND BYE BYE
Last reply by simpilot, -
- 5 replies
- 3.1k views
Good eve to all! Short question: would it be possible to reset pilots_list.tpl to default PHP-VMS one? We´ve now RealScheduleLite installed, but unfortunately it´s unable to restrict pilots usage of aircraft (limited by ranks) and double bids. Could someone post the code of the default which still includes the above mentioned features? Many thanks and best wishes for a silent night from rainy Germany Tobias www.northair-va.de
Last reply by North Air, -
- 13 replies
- 3.1k views
I am trying to run a CRON job containing the following commands: mysql_query("update pireps set rawdata='', log='', route='' where submitdate < DATE_SUB(NOW(), INTERVAL 3 MONTH)") or die(mysql_error()); mysql_query("update adminlog set id='', pilotid='', datestamp='', message='' where datestamp < DATE_SUB(NOW(), INTERVAL 1 MONTH)") or die(mysql_error()); mysql_query("update pirepcomments set id='', pirepid='', pilotid='', comment='', postdate='' where postdate < DATE_SUB(NOW(), INTERVAL 3 MONTH)") or die(mysql_error()); The first two lines appear to run OK. However the last line generates the following error: All suggestions welcomed
Last reply by Strider, -
- 5 replies
- 3.1k views
Hello All, I was wondering how I should go about integrating the PHPvms login system with a C# program. Yes, I have googled and I am not exactly sure what to do. No, I do not want to hear people telling me to abandon my project because I am not a master at C#. Any help would be greatly appreciated!
Last reply by Vangelis, -
- 9 replies
- 3.1k views
Hello everyone! I am making my way thru phpVMS and I am really liking it. The problem is that my php/css knowledge is very small so I need to google and research for every step I make which in the end is making the process hard. Anyway, I am using the ObsessBlue2.0 template and I would like to know the following: 1. How can i input static text on the FrontPage instead of the News. I deleted the echo $page_content; and added some text I wanted but It now displays on every single page? How can that be fixed? 2.How can I align the ACARS map and the tables to fit the page perfectly. I am getting this now: 3. How can the menu items and everything in the left menu…
Last reply by freshJet, -
Gents, quick question. We have a couple people who are not able to use Kacars or or custom Kacars on their system anymore, so their using the Xacars and its fine except when they file their pireps the aircraft & log data are missing. Yes, they did download and install the config file from the site.
Last reply by joeri, -
- 9 replies
- 3.1k views
I added a new field (not custom, added in table) that has VATSIM ID. I got it working so it gets put in the table upon registration, but I need to fix it so it can be eddited in the edit profile page. The problem is if I echo $vatsimid it prints "Array". Help is appreciated. This is what I have so far: Profile.php public function editprofile() { if(!Auth::LoggedIn()) { $this->set('message', 'You must be logged in to access this feature!'); $this->render('core_error.tpl'); return; } $pilotid = Auth::$userinfo->pilotid; $this->set('userinfo', Auth::$userinfo); $this->set('customfields', PilotData::GetFieldData(Auth::$pilotid, true)); $this-&…
Last reply by Aaron, -
Layout
by Connor1994- 10 replies
- 3.1k views
Hi all, posted previously about how to go around getting something like this: Never really got a strong response, Nabeel suggested something like: <table> <tr> <td>flight num</td> ... <td>deprt city</td> <?php // We are gonna loop each day of the week for($dayofweek = 0; $dayofweek < 7; $dayofweek++) { // echo our column opening echo '<td>'; // Check if $i (the current day of week) exists if(substr_count($schedule->daysofweek, $dayofweek) > 0) { // there is a flight…
Last reply by Cor, -
- 1 follower
- 8 replies
- 3.1k views
I have the "same old" No route passed error. However noConflict is not helping this time. I am using PHPVMS 5.5.2. I can confirm that default skin works fine. I also tried removing ALL javascripts from my theme(leaving only the default comes with phpvms 5.5.2). Still no luck. However, I noticed when I add the JQuery noConflict line on the theme, I get this error Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Schedules' does not have a method 'viewaction.php' in xxxyyy/core/classes/MainController.class.php on line 218 Thanks, Kishshey
Last reply by Kishshey, -
- 9 replies
- 3.1k views
I was wondering if there was anyway to not create the accounts until they are approved on the admin side? I had a couple fake spam accounts get registered today and before I could even delete them the system already created the accounts which makes those pilot ID's unusable. I also have the SMF auto account registration module installed which created the accounts on my forum as well. It would be great if the system wouldn't create anything until I approve them in the admin center. Is this possible? If not, is this doable in an update? Thanks, Keith
Last reply by TennShadow, -
- 7 replies
- 3.1k views
I have two errors, my site got screwed up some how. Notice: The template file "/home/flyakaco/public_html//lib/skins/CURRENT_SKIN/header.tpl" doesn't exist in /home/flyakaco/public_html/core/classes/TemplateSet.class.php on line 248 Notice: The template file "/home/flyakaco/public_html//lib/skins/CURRENT_SKIN/footer.tpl" doesn't exist in /home/flyakaco/public_html/core/classes/TemplateSet.class.php on line 248 I don't even use the header.tpl and footer.tpl in my skin. Alaska Adventures
Last reply by Colin, -
- 2 replies
- 3.1k views
Can i get a copy of a local.config.php minus the addresses and passwords please?
Last reply by Nabeel, -
- 13 replies
- 3.1k views
How do I fix this function? StatsData::<?php echo PilotSircraftflownCounts($pilot->pilotid); ?> When I type this in, The output is the word "array" I am running phpvms 5.5.2 and TFDIdesign is the host. I do not know nothing about php, java script, I know basic HTML. Can anyone show me the script I need to add to this function to make it work? Thanks.
Last reply by Ricky310, -
- 9 replies
- 3.1k views
Hello, There are two problems with captcha verification in the forum registration page: 1)Captcha image doesn't appear; 2)If you tray to update captcha image, you will be redirect to phpVMS Home Page; Marco
Last reply by Nabeel, -
- 5 replies
- 3.1k views
Hi all, at first please excuse me if I have miseed a thread (topic) that might have already been posted on the issue. If so, please, redirect me there. I have only recently downloaded and installed the phpvms script set, customised it a bit (graphics, font colours, etc, no action coding, though). I have also set up a rank system, and started receiving PIREP reports. Then, pilots report that the time left to achieve the next rank (set to 10 hrs) has been calulated as if 1 hr were equal 100 mins, for example, a pilot has flown his first flight, reported (via pireps) that the flight time was 0.48 min. The remaining flying time to achieve the next rank (set o 10 hrs) was di…
Last reply by Nabeel, -
- 8 replies
- 3.1k views
I want to sort my bids according to the latest airfield. Example: Bid 1: SBGR-SBFL Bid 2: SBFL-SBPA Bid 3: SBPA-SBGR Bid 4: SBGR-KJFK Bid 5: KJFK-SBBR Bid 6: SBBR-SBGO
Last reply by eliezerazevedo, -
- 1 follower
- 5 replies
- 3k views
Is there any possible way to get an indication of whether a given pilot flying is conducting the flight offline, or on VATSIM or IVAO, and display it on the live map in a new column?
Last reply by HighFlyerPL185, -
- 3 replies
- 3k views
Hello my name is Connor Sullivan & i am the CEO of Zoom Virtual Airlines and i was wonderng if anybody could help me with the following error message: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/home/zoomvirt/public_html//core/templates/<p> Here Are The E-Mail's Available For Support:</p> <p> <span style="font-family: verdana,geneva,sans-serif"><strong><u><span style="font-size: 16px">Board of Directors</span></u></strong></span></p> <table border="1" cellpadding="0" cellspacing="0" class="MsoTableGrid" style="border-right: medium none; bord…
Last reply by Nabeel, -
- 8 replies
- 3k views
In order to fully forfill the new law on cookies for websites i'm making a Cookie Info Page for my site. Can someone tell me the following for ALL cookies phpVMS creates. Name Description or Purpose Expiry Duration Thanks I did notices some with a VMS prefix but i've had to clear my cookies and I can't seem to get all of the ones i had on there back. If there is already a list please link me, the only forums i've found are related to what the cookie law is and how to "get arround it", nothing specifically on what cookies vms creates.
Last reply by tutmeister, -
- 8 replies
- 3k views
My web design savvy is low, my knowledge of PHP and CSS is right down there with it. I've spent the last 3 or 4 days (here and there) trying to standup a reasonably functional PHPVMS solution to start a private VA to just record my flights on stream and have a degree of 'character progression.' But ultimately I've ended up with something that's non-functional. http://allegiantvirtual.org/index.php Are there any turnkey solutions available? I'm good on hosting but I'm looking to commission/pay for a service that will install, setup, skin and get things to look half decent with regards to a website. A lot of the links I find are 2-5 years old and half of them…
Last reply by seatbackpocket, -
- 7 replies
- 3k views
Hi, I want to change the default user group because is Administrator. I want to change from Administrators to Pilotos Activos I go to Site Settings and I change it, but when I save (the system sayds Settings were saved!) but not really change. Any Idea?
Last reply by gio1961, -
- 7 replies
- 3k views
Hello all, Not sure if anyone else is getting this but, in the Admin Panel Sidebar the links in-between Dashboard and View your site is bigger than the rest. Is anyone else getting this problem, or does anyone know of a remedy for it?
Last reply by Jeff, -
- 13 replies
- 3k views
http://etihadvirtual.co.uk/index.php/pages/etihadcodeshares how would i code that to go under neathe my pilot center
Last reply by Tom, -
- 6 replies
- 3k views
I have installed obsessblue, but i can't seem to find anywhere on it to download acars. There is a tab in the pilot centre but nothing happens when you click on it. Please help.
Last reply by Strider, -
- 7 replies
- 3k views
I am getting a footer and header error. I know that the error means that footer and header.tpl doesn't exist. Those files are not used anymore. Why am I gettting this error? home/flyakaco/public_html/flyaka.com/phpvms/Artic_Blue/core/classes/TemplateSet.class.php
Last reply by flyalaska, -
- 5 replies
- 3k views
Never Mind. False Alarm. Sorry it would not let me delete this post.
Last reply by Nabeel, -
- 4 replies
- 3k views
Hi all, I really just can't work out what's going on here at all. I'm logged into the site, yet, when I click on the link back to the hompage, the pilot links that appear when logged in (in place of login boxes) just go back to the login boxes. This leads you to believe you have been logged out however when you use the boxes and log back in you get told you were already logged in!? Another issue, which I presume is linked to this, when you click on the link for the admin panel you are asked to "please login first". This only happens on the live site and not on my offline localhost development site. FF errors are: Any help is appreciated!
Last reply by roboa, -
Fatal Error
by Allan- 13 replies
- 3k views
I have recently contacted my host on this error "Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 128 bytes) in /hermes/web02/b2669/pow.aj5214/htdocs/core/classes/ezdb/ezdb_mysql.class.php on line 273" I got a response back from saying "I would like to inform you that, I have tried by setting the maximum memory limit for the PHP . However, the URL http://usaflightclub.com/index.php/schedules/view still giving the same error. It appears to be issue with the script. So, I advice you please check the script and debug the issue from your end. " How would I debug the system?? Thanks in advance Regards, Allan
Last reply by Allan, -
- 5 replies
- 3k views
Warning: fopen(/var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/pages/ourairline.htm) [function.fopen]: failed to open stream: Permission denied in /var/www/vhosts/ceruleanairlines.com/subdomains/test/httpdocs/core/common/SiteData.class.php on line 184
Last reply by bwilber,
