Koozali.org: home of the SME Server

twiggi mail attachments broken UPDATE

steve

twiggi mail attachments broken UPDATE
« on: December 31, 2003, 04:18:18 AM »
I had an upgrade issue when I went from SME 5.5 to 5.6 and twiggi update ( cent rem the version numbers sorry) stopped sending attachments. After some hunting around I discovered this from the twiggi web site. it appears someone else had the same issue and below was a reply from Darryl M

This fixed my issue and twiggi works fine now.
Updated to SME 6 now and so far so good.

steve


******
Hey Paul,

I mailed Dmay if he knows what is going on.
He send me thew following reply:

Appears I caused this with a one line edit I made to index.php. I added the
following code:

$version=rpm -q e-smith-twiggi;

This minor edit appears to have screwed attachments up???? Do you know why
or how to 'correctly' achieve the same result where version is
auto-determined? I'm guessing quotes are needed around the output.

Quick fix is simply to hard code the above:

$version="1.10.16-1";

You can for now use $version="1.10.16-1"; but it will need to have a line of code like the above $version;

I'm going to see what the problem is and how to solve that and post the solution here.
But it is pretty important that you put the $version string back if I have a solution because of version upgrades.

Just go to the twiggi directory and open index.php. One of the first uncommented lines will say $version.

Regards,
Wouter

 
****

Ron

Re: twiggi mail attachments broken UPDATE
« Reply #1 on: December 31, 2003, 07:30:19 AM »
I think Darrell fixed the problem in twiggi version e-smith-twiggi-1.10.16-2
You can get it here:
http://mirror.contribs.org/smeserver/contribs/dmay/mitel/contrib/Twiggi/e-smith-twiggi-1.10.16-2.noarch.rpm

[%sig%]

steve

Re: twiggi mail attachments broken UPDATE
« Reply #2 on: January 02, 2004, 08:23:14 AM »
Thanks for that Ron, I had not idea.

Steve