Matt Kaatman wrote:
I had this problem several versions ago but I can't remember the exact issue. I'll look up the issue tonight when I get home. Or if these emails are archived somewhere search on my name and see if it's the same problem.
About six weeks ago, you said:
FYI, I found the problem after error logging my $sql_result in compose.inc.
I was missing identities.html_signatures.
To fix it I ran: ALTER TABLE identities ADD
html_signature
tinyint( 1 ) NOT NULL default '0'
That worked for me. Thanks :)
~Mik