Administrators Nabeel Posted March 29, 2010 Administrators Report Posted March 29, 2010 fixed #201 fixed #205 fixed #189, email fixes and enhancements fixed mass emails added ability to send emails to specific groups (finally) fixed default group dropdown Installer version bugfix View more details, download from here
Moderators joeri Posted March 29, 2010 Moderators Report Posted March 29, 2010 massmailer working again only this in the admin pannel after sending mail Warning: Invalid argument supplied for foreach() in /home/tntvirtua/domains/tnt-virtual.be/public_html/admin/modules/MassMailer/MassMailer.php on line 61
Administrators Nabeel Posted March 29, 2010 Author Administrators Report Posted March 29, 2010 massmailer working again only this in the admin pannel after sending mail Warning: Invalid argument supplied for foreach() in /home/tntvirtua/domains/tnt-virtual.be/public_html/admin/modules/MassMailer/MassMailer.php on line 61 Ah one of the groups you selected is probably empty
liberie Posted March 29, 2010 Report Posted March 29, 2010 fixed #201 fixed #205 fixed #189, email fixes and enhancements fixed mass emails added ability to send emails to specific groups (finally) fixed default group dropdown Installer version bugfix View more details, download from here this last update did broke fsfk pireps as you can see here Warning: unserialize() expects parameter 1 to be string, array given in /usr/local/www/www.kafly.net/core/common/PIREPData.class.php on line 360 http://www.kafly.net/index.php/pireps/view/450
Administrators Nabeel Posted March 29, 2010 Author Administrators Report Posted March 29, 2010 Woops! Fixed it. That'll only be on FSFK PIREPs To fix for now, open core/common/PIREPData.class.php line 360: $data = unserialize($row->rawdata); Change to: $data = $row->rawdata;
liberie Posted March 29, 2010 Report Posted March 29, 2010 Woops! Fixed it. That'll only be on FSFK PIREPs To fix for now, open core/common/PIREPData.class.php line 360: $data = unserialize($row->rawdata); Change to: $data = $row->rawdata; fixed locally , thanks
llju1 Posted March 30, 2010 Report Posted March 30, 2010 WOOT Install Check Checking PHP version [OK] PHP version is 5.2.x Checking connectivity... [OK] Can contact outside servers Checking for SimpleXML module... [OK] SimpleXML module exists! Checking file hashes for corrupt or mismatched files -- Checked 167 files, found 0 errors
Administrators Nabeel Posted March 30, 2010 Author Administrators Report Posted March 30, 2010 WOW it's down to zero! I wonder why that phpvms.form.js started behaving now
RogerB Posted March 31, 2010 Report Posted March 31, 2010 Last couple updates I noticed the rank image isn't showing in the main profile page...I have made no changes to mine to cause this.
Administrators Nabeel Posted March 31, 2010 Author Administrators Report Posted March 31, 2010 Yeah, found the reason for it Roger, thanks.. it's fixed in the next one
Moderators mark1million Posted March 31, 2010 Moderators Report Posted March 31, 2010 I found that but just copied the code from the pilots list that got it working...
Moderators mark1million Posted March 31, 2010 Moderators Report Posted March 31, 2010 Looks like its getting close to a major release.
Administrators Nabeel Posted March 31, 2010 Author Administrators Report Posted March 31, 2010 Looks like its getting close to a major release. Yep, I'm evaluating for what looks like next weekend. New features are done this weekend.
maxwaldorf Posted March 31, 2010 Report Posted March 31, 2010 Yep, I'm evaluating for what looks like next weekend. New features are done this weekend. Don't be too much in a hurry, there are still some admin interface bugs I have to submit... Cheers !
Administrators Nabeel Posted March 31, 2010 Author Administrators Report Posted March 31, 2010 Tony, add them into the bug tracker ASAP so I can get to them, I got too much going on right now so they have to be in the tracker
liberie Posted April 1, 2010 Report Posted April 1, 2010 Nabeel, Today when try to do a mass email to all our pilots I noticed this last update did broke it , since now require a group do be selected to send emails and by default phpVMS doesn't not assign groups for new pilots (at least not on my config , maybe I have it wrong) Was working fine on previous versions
Administrators Nabeel Posted April 1, 2010 Author Administrators Report Posted April 1, 2010 Nabeel, Today when try to do a mass email to all our pilots I noticed this last update did broke it , since now require a group do be selected to send emails and by default phpVMS doesn't not assign groups for new pilots (at least not on my config , maybe I have it wrong) Was working fine on previous versions Did you run the update, it should have put everyone into the default 'active pilots' group?
liberie Posted April 1, 2010 Report Posted April 1, 2010 Did you run the update, it should have put everyone into the default 'active pilots' group? I did run as always do but no did not add to default active pilots group (I do not have this group)
Recommended Posts