Jump to content

Revision 912: fixed #201 fixed #205 fixed #189, email fixes and enhancments


Recommended Posts

  • Moderators
Posted

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
Posted

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

Posted

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
Posted

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;

Posted

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 :)

Posted

WOOT :D

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
Posted

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.

Posted

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... :D

Cheers !

  • Administrators
Posted

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

Posted

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
Posted

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?

Posted

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)

×
×
  • Create New...