Opened 5 years ago

Closed 5 years ago

#1485015 closed Bugs (fixed)

some problems with identities, error log and plugins

Reported by: rmc2000 Owned by: alec
Priority: 10 - Lowest Milestone: 0.2-alpha
Component: Client Scripts Version: 0.1.1
Severity: critical Keywords:
Cc: rodrigomc2000@…

Description

Informations:
I use last stable version of roundcube 0.1.1
My PHP version is 5
I use hmailserver 4.4.1
I test with internet explorer 7 without special plugins
My log errors have:
[25-Apr-2008 16:21:30 -0300] DB Error: MDB2 Error: unknown error Query: _doQuery: [Error message: Could not execute statement] [Last executed query: EXECUTE MDB2_STATEMENT_mysql_466339d2012e3c3037ebb3ae95269cc6a9e7058d4 USING @0, @1, @2] [Native code: 1364] [Native message: Field 'organization' doesn't have a default value] in C:\Domains\nameofmydomain.com.br\wwwroot\webmail\program\include\rcube_mdb2.inc on line 529

And i need know some thinks like:

1 - how to i can force roundcube to create identities of my users at first login time.

2 - how i can add a mark as read and mark as unread message feature

3 - exist any change password plugin to add to last version of roundcube?

Please helpme!

I use the forum to try get help to see:

http://roundcubeforum.net/forum/index.php?topic=3057.0

Thanks

Change History (2)

comment:1 Changed 5 years ago by alec

  • Milestone changed from later to 0.1.2
  • Owner set to alec

DDL scripts needs some updates.

comment:2 Changed 5 years ago by alec

  • Resolution set to fixed
  • Status changed from new to closed
ALTER TABLE `identities`
  MODIFY `signature` text NOT NULL DEFAULT '',
  MODIFY `bcc` varchar(128) NOT NULL DEFAULT '',
  MODIFY `reply-to` varchar(128) NOT NULL DEFAULT '',
  MODIFY `organization` varchar(128) NOT NULL DEFAULT '',
  MODIFY `name` varchar(128) NOT NULL,
  MODIFY `email` varchar(128) NOT NULL; 

Fixed in [d7f3d796].

Note: See TracTickets for help on using tickets.