Support Forum
Any questions or bug reports go here.
7149 topics in this forum
-
- 5 replies
- 1.8k views
Hi all I downloaded the great vairline skin, and found it great for my VA, but I have a few problems, how can I firstly edit the pages so it goes to a real page, rather then doing nothing, and when I click "edit profile" under the "Pilot Operations" tab, I get the following error message: Thanks! Impulse impulseinternational.site90.net
Last reply by Impulse, -
- 5 replies
- 2.1k views
With the recent hacks is there a way I can force all users to change their password on next login? thanks, Keith
Last reply by Kyle, -
- 5 replies
- 2.2k views
I tried many things to change the appearance of the acarsmap by googling but I can't find a working solution. What I am trying to do is to remove the layers and change the map type. Unfortunately changing this: var defaultOptions = { autozoom: true, zoom: 4, center: new google.maps.LatLng(-25.363882,131.044922), mapTypeId: google.maps.MapTypeId.TERRAIN, refreshTime: 12000, autorefresh: true }; to this: var defaultOptions = { autozoom: true, zoom: 4, center: new google.maps.LatLng(-25.363882,131.044922), mapTypeId: google.maps.MapTypeId.HYBRID, refreshTime: 12000, autorefresh: true }; doesn't do anything. The weird thing is almost no changes result in a ch…
Last reply by Curshad, -
- 5 replies
- 1.5k views
I'm working on my new site lately. When i click on pilot roster, it gives me this message> Notice: The template file "/home/britishb/public_html/en//core/templates/pilot_roster.tpl" doesn't exist in/home/britishb/public_html/en/core/classes/TemplateSet.class.php on line 24 This is strange because there is not pilot_roster.tpl, only pilot_list.tpl. Any help is much appreciated.
Last reply by MC1028, -
- 5 replies
- 1.9k views
Hi guys can anyone help with the fuel burned reading to many digits, im using the pacific skin from zumewebs heres a shot to show you..
Last reply by Fernando, -
- 5 replies
- 2.9k views
have question don't know if it was already asked by someone and answered is there a a possibility (function) to count all enabled aircraft by ICAO type and is there a possibility to output all registrations of the same? best regards, Thomas
Last reply by freshJet, -
- 5 replies
- 1.6k views
It there anyway you can manually log off pilots when doing maintenance on the website.
Last reply by ChrisHD, -
- 5 replies
- 2k views
Hey guys, I am trying to design some code for the welcome back section on the Pacific skin so that it comes up with a pilot's booked flight if he has one. Currently I have got this far: <i STYLE="float:left;">Welcome back, <a href="<?php echo url('profile'); ?>" ><?php echo Auth::$userinfo->firstname . " " . Auth::$userinfo->lastname ;?></a>! <?php if($bid) { echo 'You have an upcoming flight: <?php echo $bid->code . $bid->flightnum; ?>'; } elseif(!$bid) { echo 'You have no upcoming flights.'; } ?></i> The problem is, the code is always saying 'You have no upcoming flights' even if there is one b…
Last reply by TB1, -
- 5 replies
- 2.2k views
Hello, Whenever I convert a skin, everything work perfectly until I go to search flight schedules. This is what comes up if their are no schedules. http://s1.postimg.org/ob8ri2inj/proof.png And if their are schedules and you try to Bid on One, it just give and error.
Last reply by StartVM, -
- 5 replies
- 1.7k views
Hi, sorry, me again! So running through all the testing phase on my phpvms site and did my first test flight using the schedule, 0001 is the example. Flight completed fine, PIREP filed etc and all good.... however, if I go and search for schedules now to do another flight, 0001 has gone from my search (but does still exist in flights and schedules in the admin panel) Why is this and how can I stop it from disappearing to do again?
Last reply by iGavB, -
- 5 replies
- 1.6k views
I downloaded a fresh new install of phpVMS, set it up, and published it. The server is online, but when I try to access the website, it just loads forever. I have installed phpVMS on two hosting services, and both have failed. When I try pinging the server, after one second, over and over again, the session times out. Is this a DNS problem or a problem with the installation?
Last reply by simpilot, -
- 1 follower
- 5 replies
- 2.2k views
Wrote a script to get VA total flights current month This for StatsData.class /** * Return the number of flights current month * * @return int Total number of flights * */ public static function Totalflightscurrentmonth($airline_code='') { $key = 'total_flights_month'; if($airline_code != '') { $key .= '_'.$airline_code; } $total = CodonCache::read($key); if($total === false) { $sql = 'SELECT COUNT(*) AS `total` FROM '.TABLE_PREFIX.'pireps p WHERE month(p.submitdate) = month(now()) AND year(p.submitdate) = year(now())'; $result = DB::get_row($sql); if(!$result) { $total = 0; } else { $total = $result->total; } CodonCache::write($key, $…
Last reply by Strider, -
- 5 replies
- 3.6k views
Hello guys, I know there was once a topic about automatic register on the phpbb forum from the phpvms register but that's the small part of my problem and I'm here trying to find the awnser for rest of it. I don't consider myself a very good php programmer so please don't expect too much... So what I'm trying to do is to get a few things done like, registration, login, logout, account activation and finally but not least, a last posts page. Registration is done and working. Login is giving me an error that I will post in a few. Logout, don't know yet how to do it. Account activation, I thought I only had to remove the users actkey from the database but it didn't wor…
Last reply by Joaogl, -
- 5 replies
- 1.8k views
got this code when i tried to add the newest picture to the home page Notice: The template file "/home/collin14/public_html//lib/skins/cc_vaskin_02/Screenshots/screenshots_new.tpl" doesn't exist in/home/collin14/public_html/core/classes/TemplateSet.class.phpon line 248
Last reply by BaRBeR, -
- 1 follower
- 5 replies
- 2.5k views
I am getting this error when I try to add an aircraft: Fatal error: Call to undefined method OperationsData::AddAircaft() in /home/xxxxxxx/public_html/admin/modules/Operations/Operations.php on line 720\ I am using the same skin I have used before with no problems, Both the PHPvms and website are php version 5.5 Here is Line 720 (which matches with what other websites have): OperationsData::AddAircaft($data);
Last reply by Steve Bartlett, -
- 1 follower
- 5 replies
- 2.3k views
For some reason, our flights are not being recorded in the admin center or on our public and pilot center profiles. For example I have done about 6 flights and everything still shows 0 flights and 0 hours.
Last reply by jrodosu, -
- 1 follower
- 5 replies
- 2.6k 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, -
- 5 replies
- 2.3k views
Hello phpVMS community, I haven't been able to find a solution yet for this error, so I'll see if it's appropriate to start it as a new one. On my schedules, there are a bunch of strict standards when finding flights causing pilots unable to get to bid on flights to fly for us. You can kind of figure out that it's an issue. Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 28 Strict Standards: Accessing static property Schedules::$post as non static in /home/atvirtua/public_html/phpvms/core/modules/Schedules/Schedules.php on line 178 Strict Standards: Accessin…
Last reply by alblua, -
- 5 replies
- 1.9k views
Does anyone can help me in this? My items seems that they don't want to be together and keep some space apart. I already spent a few hours and it seems I can't put it together. Here is the SS: And here is my code: <style> #innerwrapper{ background:none; border:none; padding:0px; } </style> <img style="border:1px solid lightgrey;"src="<?php echo SITE_URL;?>/lib/skins/Zumeweb.Pacific.V1/images/default/web_banner.png"/> <div class="row-fluid"> <div class="span9"> <h3>Welcome Aboard</h3> <div class="box"> <p>Welcome to Alpha VA.</p> <p>Our goal is to have fun and share our…
Last reply by IcEScorpioN, -
- 5 replies
- 1.6k views
i keep getting this error every time i install pop up news Notice: The template file "/home/etihadvi/public_html//lib/skins/Sim Widget/popupnews/popupnews_list.php" doesn't exist in/home/etihadvi/public_html/core/classes/TemplateSet.class.phpon line 231
Last reply by Tom, -
- 5 replies
- 2.2k views
How can I change the code below, to also send to my HR guy so I don't have to forward it to him, but yet I still want to see them too. // Registration email/show user is waiting for confirmation $sub = 'A user has registered'; $message = "The user {$data['firstname']} {$data['lastname']} ({$data['email']}) has registered, and is awaiting confirmation."; $email = Config::Get('EMAIL_NEW_REGISTRATION'); if(empty($email)) { $email = ADMIN_EMAIL; Thank you.
Last reply by RocketRod, -
- 5 replies
- 1.9k views
Dear people Each time a pilot entering a PIREP, staff members comes a mail in English saying "A PIREP has-been submitted by ...." Where is the TPL file is to translate this to my language? How is the name of the TPL? Best regards
Last reply by imnemina, -
- 5 replies
- 2k views
I have never had this much trouble installing phpVMS before. I have only had to delete the local.config.php file before to get rid of the 28 error message. This time I had to do the long list of fixes here: http://forum.phpvms.net/topic/20629-most-common-fixes-phpvms-installation/page__hl__installation I have the open flash error message which means I can not see the charts on any pages, and I can't see information such as the schedules, airports, and pilots in the admin panel although I can see them on the site. I have tried the local.config.php space problem and have no empty space before the tags. Any ideas? On MySql 5.0, and 1and1 hosting! Thanks!
Last reply by in2tech, -
- 5 replies
- 3.1k views
When setting up pilot group to give them certain access to the admin area, how do I restrict access to the SimPilot and all Add On module(s)? There is not an option in the Group Permissions area when editing the groups! Thanks!
Last reply by Gofast77, -
- 5 replies
- 2k views
Hello everybody, I was just editing my website and all of a sudden...it doesn't load. Nothing loads. Absolutely nothing. Just a white page. I assume it's a programming error. Since the last time I saw the website working, I created a new module along with its template. After finding out that my website stopped working, I then deleted the files. It's still not working. I undid a lot of changes to make sure none of them could have possibly ruined the website. Still, when I load the site, nothing happened. It could be a problem with my host, but my host's website is fine, so I don't think it's a problem with their server. I assume this will get fixed automatically, someti…
Last reply by WiltshireAirlines, -
- 5 replies
- 3.1k views
hello am roy one of the owners of tfl-virtual ( http://www.tflvirtual.com ) i got an problem with the flight map after landing say that taxing tho gate thats if fine but if i close Smartacars It was still about 12 hours and it's really annoying So on the front page shows the whole day there ith twhis on it : Roy genderen taxing the gate and it's really really really annoying! if anyone knows how to solve this problem, I am very grateful
Last reply by alpyeni1, -
- 5 replies
- 2.2k views
I am running into a bit of a challenge. I installed phpVMS on a new website yesterday in a very advanced environment, (meaning I can change some of my own settings...) I have so far found the answer to my other issues, but this one I am not finding. 1> I have downloaded the CSV template for uploading the schedules from my upload page. Entered into Excel, and have entered roughly 20 routes as a test. 2> I have had two occurrences when I try to upload. a> the first is a report of success(without naming any successful routes being added "The import process is complete, added 0 schedules, updated 0, for a total of 0" b> The second is where I will get …
Last reply by t_bergman, -
- 1 follower
- 5 replies
- 3.4k views
Hi everyone I wanted to ask you a question. is possible in the form of registration enter IVAO VID, PID VATSIM. Thanks
Last reply by Fernando, -
- 1 follower
- 5 replies
- 2.8k views
I have moved the website of my va, to a newer hosting company. Except for several errors, which have been corrected, or are only a small nuisance, I have one that is bugging me. 75% of the mails send to pilots do not arrive, because the mails receive a 550 message, meaning that the email address does not exist. Further investigation tells you that the mail has been rejected because the mailserver was on a blacklist. I emailed my hosting company and they said:"If you use the standard smtp on port 25, you have the risk that it is blacklisted". You should use the fixed address and ports. It was not difficult to find, where to change it, but I could not find where/how to…
Last reply by aarbee, -
- 5 replies
- 1.7k views
Hello, I have searched for this but couldn't find a proper answer from previous threads. Is it possible to disable the Manual submit fuction (not just remove the links)? If so how? Thanks
Last reply by Ariel,