Author Topic: Cannot Send Email/Missing Application Buttons  (Read 11044 times)

Offline nancygraz

  • Jr. Member
  • **
  • Posts: 10
Re: Cannot Send Email/Missing Application Buttons
« Reply #15 on: January 07, 2007, 03:41:42 PM »
Quote from: jpingle
Then can you confirm you have performed both of these updates?

SQL/mysql.update.sql
Code: [Select]
-- 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...

-=/\/=-