Author Topic: Ready! Feng Office 2.1 released.  (Read 5038 times)

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Ready! Feng Office 2.1 released.
« on: July 06, 2012, 04:06:57 pm »
I recommend this release a lot.

Read about it here:
http://www.fengoffice.com/web/blogen/?p=938#more-938

Download here:
http://sourceforge.net/projects/opengoo/files/latest/download

Backup before upgrading!

Really. We've never been more proud. :)
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Ready! Feng Office 2.1 released.
« Reply #1 on: July 27, 2012, 07:37:19 pm »
Hello everyone,
We have found out what the issue is, and its solution, which will be published for next release, and then yes, NO MORE problems when upgrading from 1.7.5 to 2.X IF you follow the instructions of course. Eventually it will become more user friendly though :)

Here is the fix:
Change all of the content of the file at FENG_ROOT/public/upgrade/templates/db_migration/2_1_molleja.php for the following one:

Code: [Select]
-- <?php echo $table_prefix ?> fo_
-- <?php echo $default_charset ?> DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
-- <?php echo $default_collation ?> collate utf8_unicode_ci
-- <?php echo $engine ?> InnoDB

INSERT INTO `<?php echo $table_prefix ?>file_types` (`id` ,`extension` ,`icon` ,`is_searchable` ,`is_image`) VALUES
 ('34', 'odt', 'doc.png', '1', '0'), ('35', 'fodt', 'doc.png', '1', '0')
ON DUPLICATE KEY UPDATE id=id;
UPDATE `<?php echo $table_prefix ?>permission_groups` SET `type` = 'roles' WHERE `id` <= 13;
UPDATE `<?php echo $table_prefix ?>permission_groups` SET `type` = 'permission_groups' WHERE `contact_id` > 0;
UPDATE `<?php echo $table_prefix ?>permission_groups` SET `type` = 'user_groups' WHERE `type` = '' OR `type` IS NULL;


The difference here is that there no longer are ALTER statements, which were actually already ran in the first process so as to keep your archived items.

Once you make this change, go to your browser and then:
FENG_ROOT/public/upgrade
Select the 2.1 version and voilá!!

We are sorry for this issue, and we thank you for patience and comprehension.

Should anyone find any further problem, please let us know about it so that we can solve it for the 2.1.1 beta version.

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

pod1987

  • Freshman
  • *
  • Posts: 32
    • View Profile
Re: Ready! Feng Office 2.1 released.
« Reply #2 on: August 31, 2012, 10:35:39 am »
Hi,

there's a problem: In the overview of tasks, the "edit"-button doesn't work. I think the link is wrong, so there's no result when clicking it.

Does anyone have the same problem?