Author Topic: Feng Office 2.1 RC released  (Read 9532 times)

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Feng Office 2.1 RC released
« on: 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.

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
« Last Edit: June 20, 2012, 09:07:38 pm by conrado »
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

freeraider

  • Freshman
  • *
  • Posts: 10
    • View Profile
Re: Feng Office 2.1 RC released
« Reply #1 on: 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' ;");
   }

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Re: Feng Office 2.1 RC released
« Reply #2 on: 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!
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

alvarotm01

  • Administrator
  • Sr. Member
  • *****
  • Posts: 335
    • View Profile
    • Email
Re: Feng Office 2.1 RC released
« Reply #3 on: 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:
Code: [Select]
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

sinan

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Feng Office 2.1 RC released
« Reply #4 on: 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

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Re: Feng Office 2.1 RC released
« Reply #5 on: June 21, 2012, 04:56:28 pm »
Please report with detail at the issue tracker.

We will be looking into this. Thanks!
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.

freeraider

  • Freshman
  • *
  • Posts: 10
    • View Profile
Re: Feng Office 2.1 RC released
« Reply #6 on: 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


franponce87

  • Administrator
  • Hero Member
  • *****
  • Posts: 1819
    • View Profile
    • Email
Re: Feng Office 2.1 RC released
« Reply #7 on: 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
Would you like to install Feng Office Professional or Enterprise Edition in your servers? No problem! Read this article!

sinan

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Feng Office 2.1 RC released
« Reply #8 on: 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

conrado

  • Administrator
  • Hero Member
  • *****
  • Posts: 998
  • Conrado
    • View Profile
    • Feng Office
    • Email
Get Official Support for your Feng Office. Support the development team. Sign up for a Free Trial here.