View Single Post
  #3 (permalink)  
Old 01-17-2008, 07:02 PM
ebatte ebatte is offline
Junior Member
 
Posts: 8
Default

Hi Mike,
I saw that IMAP bug (21101), but I'm not sure if this is the same because since nothing ever downloads I obviously can't move any folders contained in the imap account. Now, I should correct myself here...I say nothing downloads, but actually I will see two one folder and one subfolder from the imap account. Neither have any contents and no other folders will ever display. I should also note that the folder that does display is at the root level but is not the inbox.

The version of TB I'm using is the latest: 2.0.0.9 (windows xp).

I googled the mysql error and came up with sever suggestions:

1.
Quote:
SET GLOBAL SQL_MODE=”;
2.
Quote:
The "Out of range value adjusted for column ..." mysql errors are due to MySQL 5 running with a strict sql-mode.

You need to edit /etc/my.cnf and change sql-mode to something like:

sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

It cannot have any of the STRICT options or many of the "meta" modes like TRADITIONAL because that will also include STRICT semantics. See

http://dev.mysql.com/doc/refman/5.0/...-sql-mode.html

for more information.

Of course I have no idea even how to enter the mysql command line since I'm new to linux and no very little about mysql. I just want a good email server . If you only knew what it took for me to finally get a working installation of zcs! What a pain. Now I've got a working installation, but no working email so any further help would be appreciated.

Thanks,
Eric
Reply With Quote