
mw308
Members-
Posts
137 -
Joined
-
Last visited
Content Type
Profiles
Forums
phpVMS Resources
Downloads
Everything posted by mw308
-
In case this is still happening to anyone (and for my personal reminder) this seems to be currently due to a non-empty local.config.php file included with the install zip. Delete/recreate and all is well.
-
There was a 934 released on the 30th, unless this is part of it.
-
Hi all does anyone else have a problem with fuel calculations? When a flight is logged the fuel is charged at 0 even though in the local.config.php it's 5.10. Is there somewhere else that it should be specified? Cheers EDIT: Scrub this it started working! However something tells me I haven't used £2800 of fuel travelling 40nm! If I had 971 lbs to start and landed with 626 lbs, how does that get seen as "566 fuel used" - is this 566 units? I've set the LiquidUnit setting to "3" for lbs, so shouldn't it say 345 fuel used?
-
Hi Nabeel is this supposed to be 934 or 935 ?
-
Ah ok. Yes I do have a temp one I can test with - will get back to you with the results. Thanks Will
-
"SMTP Error: The following recipients failed: someone@...". It could be a server issue as there's nothing in the log. I set the log recording level to 2 in the config but it's not catching all the queries for some reason.
-
Commented out the line, and it's now saying failed for the external recipients. Using SMTP.
-
Hmm maybe, but it does the same for just one to an external account. Will recheck mail settings again but now not sure what I'm looking for. Will get back to you on it. Is there any way to get phpvms to output all workings not just errors?
-
Says sent to 3 people, each group has 1 person in except all pilots which is around 50, but nothing goes through the email server. However if I send a mass email to an internal email address (internal to the server) I do get it, which makes me think it's a server config problem. But then how come the contact form works perfectly?
-
Yup choose admins and 2 other custom groups. It also appears that email notifications on pireps are working too.
-
Hi Nabeel I'm getting a problem on 2.1.934 where when I send a mass email, it lists the contacts it has sent to, but no email is received. The contact form works fine. I've put a suspension on the outbound mail queue on the server and it catches the contact form mail, but nothing is caught for the mass email. I can't work out if this is a server setup problem or not. I am assuming not as the contact works. If it is I'll go back in and see if I can find the issue. Cheers Will
-
Thanks. Yes tis strange especially if i'm the only one getting the issue. It doesn't happen with Xacars. Have tried 2 pireps so far both with the same.
-
Something else I've just found - when I send the pirep it says Pirep Filed! but no pirep shows on the site. Looking at the log it's trying to insert e.g. "00:55:49:00" into the flighttime_stamp field, which can only accept e.g. "00:55:49".
-
Hi Nabeel I've run up against a problem with Xacars. When flying with Xacars it is sending flight information to the xacars.txt log file, and there is an entry for "[gs]". However in the log.txt file I'm getting a sql error saying that "gs" cannot be ''. I've confirmed this directly in the database. I've then set the gs field to varchar(11) and the error in the log goes away, however the flight is not shown on the map at all. Any solutions? Thanks Will EDIT: I'm also getting a large amount of SQL errors saying that "fieldname" doesn't have a default value. I've been getting around it by disabling the "NOT NULL" setting for the erroring field.
-
Hi This is looks like an excellent piece of software, but I've run up against a small issue. After I've logged in and downloaded a flight's info, I have my aircraft list auto-populated with our 5 planes. However, when I clear the data and download a new flight's details, I get the list populated twice, so I have 2 of each plane, and so on. I've downloaded a few different flight infos now and have about 20 planes in the list! Everything else seems to be working ok so far, just about to test an actual flight. I'm on 2.1.934 and using the module supplied with that. Cheers
-
What does your core\version file contain?
-
That's ok as long as it's a known problem I can live with it for now Thanks
-
Hi Nabeel Running 2.1.934 I'm clicking on my inactive schedules page in the admin panel and instead of getting my 3 or 4 inactives I'm getting the whole list of schedules. Also within the active schedules page I have listed my few inactive ones.
-
Thanks will try it out
-
Lol sorry Nabeel just updated to the latest - very nice work by the way - and the error log sprang into action. 1st time I've seen where the fault lies!
-
Hi all Sorry to bump this, but the same problem is occuring on 2.1.933. I've worked out why too, but can't think of a solution yet. The problem is that the custom field code is looking under "phpvms_customfields" rather than my own table prefix. Is there any quick way of changing this? Thanks
-
Hi Nabeel have you had chance to try this?