Roundcube Community Forum

 

Cannot Send Email/Missing Application Buttons

Started by nancygraz, January 06, 2007, 11:42:44 AM

Previous topic - Next topic

nancygraz

Quote from: jpingle Then can you confirm you have performed both of these updates?

SQL/mysql.update.sql
-- RoundCube Webmail update script for MySQL databases
-- Updates from version 0.1-beta and 0.1-beta2

ALTER TABLE `messages`
 DROP `body`,
 DROP INDEX `cache_key`,
 ADD `structure` TEXT,
 ADD UNIQUE `uniqueness` (`cache_key`, `uid`);

[/quote]

I was unable to figure out how to do this without totally cobbling up the database, so I deleted all the tables, and imported the current mysql.initial.sql "template" back into the database.

From what I can tell from my quick testing, this fixes my problem!

Thank you SO much everyone for your help...

-=/\/=-