Hey Guys,
I'm new to the list and have been using roundcube for a couple of months.
A few days ago I managed to break my installation and I'm not sure how I did it.
I've logged the bug: http://trac.roundcube.net/trac.cgi/ticket/1484038
And steps to reproduce the bug: http://roundcubeforum.net/forum/index.php?topic=633.0
I've looked through the code a bit but I can't quite figuring out why I'm getting a text field instead of the select box.
Thanks! Matt
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'
Not sure how I missed that field as I believe I ran all the db scripts as I moved from version to version.
I closed the bug out.
Is there anything else I can work on?
Hey Guys,
I'm new to the list and have been using roundcube for a couple of months.
A few days ago I managed to break my installation and I'm not sure how I did it.
I've logged the bug: http://trac.roundcube.net/trac.cgi/ticket/1484038
And steps to reproduce the bug: http://roundcubeforum.net/forum/index.php?topic=633.0
I've looked through the code a bit but I can't quite figuring out why I'm getting a text field instead of the select box.
Thanks! Matt