Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Bithunter

Pages: [1]
1
Feng Office 2 / Re: Error after upgrade to version 2.2 from 1.7.5:
« on: October 15, 2012, 09:55:35 am »
Edit application\models\application_logs\ApplicationLog.class.php
Change line 368 to:

Code: [Select]
return lang('activity ' . $this->getAction(), lang('the '.$object->/*getRelObject()->*/getObjectTypeName()," "), $user->getObjectName(), $object_link, $this->getLogData());
Seems to work this way.

2
Edit application\models\application_logs\ApplicationLog.class.php
Change line 368 to:

Code: [Select]
return lang('activity ' . $this->getAction(), lang('the '.$object->/*getRelObject()->*/getObjectTypeName()," "), $user->getObjectName(), $object_link, $this->getLogData());

Seems to work this way.

3
I´m facing the same problem. I was a OpenGoo user since the earlier versions, and I have a exclusive database for it. I have no prefix, but \public\upgrade\templates\db_migration\2_0_asado.php is hardcoded with og_ prefix. It should use instead the prefix defined in config.php (none, in my case).

Regards

4
How To's / Re: Change order of tasks?
« on: November 16, 2010, 12:42:00 pm »
Is there any new about this suggestion? Numbering items is not a good idea when you create them dynamically and you want to put new tasks between other two ...

5
Installation problems / Re: 1.4.2 -> 1.5 breaks installation
« on: July 29, 2009, 09:20:02 am »
I've to edit \opengoo\public\upgrade\templates\db_migration\1_5_figazza.php to fix the upgrade.
Could you share what the edits are to make the upgrade work?

Scripts it´s not atomic, so I run it, see the error, edit the file, run again, edit again for next error, etc.
Final edit it´s not useful, you should check step by step ...

6
Installation problems / Re: error urls is undefined
« on: July 28, 2009, 11:23:41 am »
Solved. Clear your browser's cache and it´s done :)

7
Installation problems / Re: error urls is undefined
« on: July 28, 2009, 11:05:23 am »
Same problem here. If needed I can give environment data of my install.

8
Installation problems / Re: 1.4.2 -> 1.5 breaks installation
« on: July 28, 2009, 11:04:20 am »
I've to edit \opengoo\public\upgrade\templates\db_migration\1_5_figazza.php to fix the upgrade.

9
How To's / Re: Specific workspace permalink
« on: February 26, 2009, 11:27:45 am »
It's not possible for the moment, but it would be nice to have that feature.

Thanks.

Do I need to request the feature somewhere?

Thanks

10
1.2 / Date selector
« on: February 24, 2009, 12:42:14 pm »
If I use the date selector and pick "5" from the march 2009 calendar, the entry field for date gets "03/05/2009" (3/may/2009) instead of 05/03/2009.

11
How To's / Specific workspace permalink
« on: February 24, 2009, 10:23:06 am »
Hi.

It´s possible to get a permalink for a specific workspace? (we have a wiki and a forum, and I want to include a url to a specific opengoo workspace in them).

Thanks!

Pages: [1]