Feng Forum

Announcements => Announcements => : conrado July 06, 2012, 04:06:57 PM

: Ready! Feng Office 2.1 released.
: conrado 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. :)
: Re: Ready! Feng Office 2.1 released.
: franponce87 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:

:
-- <?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
: Re: Ready! Feng Office 2.1 released.
: pod1987 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?