Feng Forum

Announcements => Announcements => : conrado June 20, 2012, 09:05:59 PM

: Feng Office 2.1 RC released
: conrado June 20, 2012, 09:05:59 PM
Hi everyone.

Feng Office 2.1 RC has just been released.

Here is a blog post with some comments about the new features and improvements (http://www.fengoffice.com/web/blogen/?p=872).

Enjoy!  ;D

***
Important update
If you are upgrading from a previous version, make sure to follow this steps:
http://www.fengoffice.com/web/wiki/doku.php/migration
: Re: Feng Office 2.1 RC released
: freeraider June 21, 2012, 06:43:50 AM
Hi, conrado

It's has an error in mail plugin update script

Should be this code:

function mail_update_1_2() {
      DB::execute("UPDATE ".TABLE_PREFIX."tab_panels SET type = 'plugin', plugin_id = (SELECT id FROM ".TABLE_PREFIX."plugins WHERE name='mail') WHERE id='mails-panel' ;");
   }
: Re: Feng Office 2.1 RC released
: conrado June 21, 2012, 10:41:39 AM
Thanks. We'll look into that and fix it as soon as possible.

Please, everyone, post all (non show-stoppers) error messages on the bug tracking system.

Thank you all!
: Re: Feng Office 2.1 RC released
: alvarotm01 June 21, 2012, 12:05:27 PM
Hello,

To fix that error replace the function "function mail_update_1_2" in plugins/mail/update.php with this one:
:
function mail_update_1_2() {
DB::execute("UPDATE ".TABLE_PREFIX."tab_panels SET
type = 'plugin',
plugin_id = (SELECT id FROM ".TABLE_PREFIX."plugins WHERE name='mail')
WHERE id='mails-panel'");
}

Don't worry about this issue, it doesn't affect any feature. Mail should be working as usual.

We will be releasing a new version in a few days, if no show-stopper issues are found in these days it will be the 2.1 final.

regards
: Re: Feng Office 2.1 RC released
: sinan June 21, 2012, 04:37:51 PM
Hi,
I installed 2.1 RC but google calendar syc  is not working.  I write my google account info.   and pust Add Account button, but there was no action.

best regards
: Re: Feng Office 2.1 RC released
: conrado June 21, 2012, 04:56:28 PM
Please report with detail at the issue tracker.

We will be looking into this. Thanks!
: Re: Feng Office 2.1 RC released
: freeraider June 22, 2012, 02:51:16 AM
Hi

I have this error in my cron_log file


PHP Fatal error:  Call to a member function getTimestamp() on a non-object in /var/www/html/fengoffice/application/models/project_events/ProjectEvents.class.php on line 369

: Re: Feng Office 2.1 RC released
: franponce87 June 22, 2012, 12:11:16 PM
Hi

I have this error in my cron_log file


PHP Fatal error:  Call to a member function getTimestamp() on a non-object in /var/www/html/fengoffice/application/models/project_events/ProjectEvents.class.php on line 369


Thanks for your report, we have already noted it down to check this as well
: Re: Feng Office 2.1 RC released
: sinan June 28, 2012, 06:33:34 PM
Hi,

does This new version support google calendar two way sync?  if it is possible how ?

Best Regards
: Re: Feng Office 2.1 RC released
: conrado July 05, 2012, 04:13:28 PM
Here is how:
http://www.fengoffice.com/web/wiki/doku.php/calendar:google_calendar_synchronization