Author Topic: table fo_mail_spam_filters is missing  (Read 2680 times)

caillech

  • Newbie
  • *
  • Posts: 4
    • View Profile
table fo_mail_spam_filters is missing
« on: March 05, 2013, 07:16:44 am »
I upgraded Feng Office from version 1.7.5 to 2.2.3.1.

When checking my email, I receive a message that 3 messages are received, but they don't show up. I checked the log.php and I see that the table fo_mail_spam_filters is missing. Is there a way to create this table so that my emails can arrive again?

caillech

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: table fo_mail_spam_filters is missing
« Reply #1 on: March 05, 2013, 10:17:25 am »
OK, after searching a while through the php upgrade scripts, I found the following SQL in public\upgrade\scripts\AsadoUpgradeScript.class.php:

CREATE TABLE IF NOT EXISTS `fo_mail_spam_filters` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`account_id` int(10) unsigned NOT NULL,
`text_type` enum('email_address','subject') COLLATE utf8_unicode_ci NOT NULL,
`text` text COLLATE utf8_unicode_ci NOT NULL,
`spam_state` enum('no spam','spam') COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;

Apparantly this SQL was never executed during the upgrade. I executed it manually and the table was created. I checked my emails again and everything works fine.

I hope this will help other people who experience the same problem.
This topic may be closed.

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: table fo_mail_spam_filters is missing
« Reply #2 on: March 07, 2013, 11:50:24 am »
Thanks for your feedback!
We are currently improving our upgrade script for the next version with this.

Best regards,
Francisco
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

rickxx

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Re: table fo_mail_spam_filters is missing
« Reply #3 on: April 28, 2013, 10:12:42 am »
They did great with their new version of Feng Office, it's better that the older one.
keep smiling :)