
mw308
Members-
Posts
137 -
Joined
-
Last visited
Everything posted by mw308
-
I unticked "NOT NULL" and it's started logging Pireps again. However it's stopped calculating pilot pay and revenue. I have version 5.1.42 for x64.
-
I've got an expenselist field in the pireps table, right under expenses. Yes that's all as I reinstalled then turned logging back on to see if it would fix it but it didn't.
-
Content of log.txt: Caller: DB::write_debug->DB::query->PIREPData::fileReport->ACARSData::FilePIREP->include_once->ACARS->__call->ACARS->xacars->call_user_func_array->MainController::RunAllActions INSERT INTO vaaswv2_pireps( `pilotid`, `code`, `flightnum`, `depicao`, `arricao`, `distance`, `aircraft`, `flighttime`, `flighttime_stamp`, `landingrate`, `submitdate`, `accepted`, `log`, `load`, `fuelused`, `source`, `exported`, `rawdata`) VALUES ( 1, 'WOW', '05B', 'EGHD', 'EGHQ', '34.032825131298', '2', '0.12', '0:12:00', '0', NOW(), 0, '', '37', '537', 'xacars', 0, '') Field 'expenselist' doesn't have a default value Running checkdb and checkinstall show no errors. From the above log I've checked that expenselist default value is "NULL".
-
Hi all I've had to reinstall my server which has meant reinstalling phpVMS. I downloaded the 2.0.854 release (not beta), went through the install document making the necessary folders writeable, imported the old database from my previous 854 install, and now pireps aren't working. Manually adding results in no error and when the pirep list is displayed it's not shown. Using Xacars results in "SUCCESS" from the server, but again nothing showed in the pirep list. Also, nothing is shown in the "Pending Pireps" notification on the admin part. However, in both the xacars.txt and log.txt logs, the pireps are displayed. I've double checked folder permissions, but I'm now pulling my hair out! Any help would be appreciated. Will
-
Hi all After the page shifting problem seems to be unsolvable, i took a look at the page in Chrome. I noticed that my Javascript clocks wern't working, so that pushed me to looking at the Schedules.php file which I had done before, only this time I noticed a few lines which I hadn't before: $this->gMap->printHeaderJS(); $this->gMap->printMapJS(); For anyone with pilots using IE who have this problem, comment out these two lines with //. The page will then shift back I have yet to find the printJS functions, but hopefully Nabeel this can point you in the right direction. I'll continue on my search as well as the clocks still don't work on this page, but at least its all lined up in IE. I also had an issue before with an error saying weatherIcaoJSON object doesn't support this property. I've found out that the site it gets its details from doesn't have the newly created "EGHQ" in it's database. Nabeel, is this something that you are able to add somewhere, or are these details on a 3rd party site? If anyone else gets this error, have a look and see if one of your airports has a new ICAO code like Newquay in the UK does. Hope those two things help a few people, and hopefully Nabeel you might be able to answer at least the second error . Will
-
Thanks
-
http://www.digitalia.be/software/slimbox2 Take a look at our site to see it in action with shots of the upcoming Manchester Xtreme. It's in the latest news item on the front page.
-
All sorted now thanks Nabeel I searched for a JQuery version and found Slimbox2 - works perfectly!
-
Hi all The error i get when including the 3 .js files as per their instructions is: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; FDM) Timestamp: Sat, 16 Jan 2010 21:21:59 UTC Message: Object doesn't support this property or method Line: 31 Char: 1 Code: 0 URI: http://www.airsouthwestvirtual.com/v2/lib/js/acarsmap.js Message: 'null' is null or not an object Line: 32 Char: 2 Code: 0 URI: http://www.airsouthwestvirtual.com/v2/lib/js/phpvms.js if that helps. I've tried putting the actual js files in a few different places and all still give the same problem.
-
Hi all Has anyone had any success with this? When I add the .js files into the news .tpl file my "Who's online" map on the home pages goes wrong. I could make a link in the news item to link to a images page, but I'd prefer to include the images within the news item if possible. Cheers! Will
-
Hi Mark That'll do it . Thanks as well for reminding me about the missing "target=_blank" on mine!
-
Hi Mark With my silly fix above lol, my code is: <td><a href="http://www.vataware.com/pilot.cfm?cid=<?php echo $pilot->vatsimid?>"><?php echo $pilot->vatsimid?></a></td> Change $pilot->vatsimid to whatever you use to display the vatsim id on the page.
-
Request for emailing individual pilots and for manual ranks
mw308 replied to mw308's topic in Support Forum
Yeah I've got that too! However when emailing staff etc they don't always check their AIRmail..., and it serves as a good test when checking the emailing functionality. -
[Trac] Problem with Schedule detail page on 700 and beta
mw308 replied to mw308's topic in Support Forum
Hi all This is still happening on this page only, and appears to be worst on IE, but I've just checked Chrome and theres a big white bar down the bottom of the page in the footer, again only on this page, so it looks like there's a problem with this page in that browser too. I'm checking over the files as well. The 2 templates aren't at fault because you can disable them in the Schedules.php file and the problem remains. I don't think it's a CSS problem otherwise the other pages would act the same. Will keep you posted on what I find. EDIT: Ok it also doesn't appear to be the function either. Am stumped on this one. -
Hi Nabeel Would it be possible to implement a send email function to select pilots, unless there is already a way to do it that I've not seen? Also, would it be possible to modify the manual ranks system to allow for specific pilots to be manually ranked, while the rest stay on automatic? I think that one might be quite a task so if it's not possible I understand . Many thanks Will
-
I too had an issue getting the Vatsim ID field to show. Mine is named "vatsimid". In the end I had to add an extra field into the Pilot table, manually add vatsim ids from their registration, and call it within the pilot roster - not a good workaround, but works nonetheless.
-
Yes SMTP please, and added Thanks
-
That changes the address that the email comes from. I need to be able to change the server that sends them - is that possible?
-
I can only see the "Webmaster Address" as anything relating to email on the General Settings page. I've got no options there for email server settings.
-
Sorry Nabeel think I'm still lost - it's too late in the day here Where do I find admin_email? I've looked in the admin panel and also in the admin tpl files. Thanks
-
Hi all I've searched I think every file but I must be blind! How do I change the email server the site uses to send emails to all pilots, if you can of course? If not how are emails sent? Many thanks Will
-
Hi Just for your info it's working on my 809 installation. I assume you've placed the .ini file into the xacars folder like you do with FSAcars and also it's definitely a .ini file not a .ini.txt. I had a similar problem with FSAcars in 700 which is why I changed. Perhaps you might want to update to 812 and see if you still get the problem.
-
Hi Nabeel I've managed to get the dashed lines all the way across as above by the blank carriage return, but it's not pulling the data from the database. I've even changed the name of the field in the admin panel to match the field name in the database and still nothing. I've checked that there is data in the field.
-
Will try that out when I can. Does the name entered have to be the name that's listed in the admin panel custom fields area, or the name of the field in the database, as they are different? Thanks
-
Hi Simpilot The 2nd one worked a treat thanks I'd have never thought to look in there! The 1st one though is exactly what I have and still nothing - even the dashed lines still arent going across into the column (presumably as there's no data there). Can't work that one out.