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 - ignacio

Pages: 1 2 [3] 4 5 ... 115
31
It's an easy fix, it will be fixed for next version.

32
Ideas / Re: Discussions
« on: April 13, 2010, 10:51:18 am »
Hi, "Listening to the community" is not that simple. Some want us to stabilize the product, some want more features among whom some want feature X, some feature Y and some feature Z. We would love to do all of that at the same time but it is impossible.

Doing a good plugin system could be a solution, but it's in itself a ver big task that includes writing documentation and such so it would take a long time. I mean there already is some work done in allowing to extend Feng through plugins, but of course only few people know how to use it because there's very little documentation, and also it isn't a simple system nor a complete one.

33
Installation problems / Re: Help Please!
« on: April 13, 2010, 10:42:05 am »
This is because of the ROOT URL that you defined when installing (probably http://localhost/fengoffice). Just edit file 'config/config.php' and change the ROOT URL for 'http://<ip address>/fengoffice' or just '/fengoffice'.

34
How To's / Re: Copying one installation to another
« on: April 13, 2010, 09:21:26 am »
If you only want to migrate files you will have to copy the contents of the upload folder and the contents of the project_files and project_file_revisions. Plus you will have to somehow "connect" the database data that you migrate (e.g. the created_by_id column of project_files should correspond to an id in the users table, etc.). You will also need to migrate the entries of the workspace_objects table that correspond to files (the ones that have 'ProjectFiles' in the 'object_manager' column) and the same with object_subscriptions, application_logs, comments, tags, custom_properties, linked_objects, object_properties, read_objects, searchable_objects. If you already have files in the target database you will have collisions. You will have to change some IDs before inserting the rows. If you are using database storage you also have to migrate tables file_repo and file_repo_attributes.

35
Getting Started / Re: LDAP Authentication on 1.7.Beta2
« on: April 13, 2010, 07:14:37 am »
It doesn't.

36
Older versions / Re: [1.6.2] Event Invites
« on: April 13, 2010, 07:13:27 am »
Hi,

Are the invited user able to view that event?

37
Ideas / Re: Comments - Replying/Nesting/Formatting
« on: April 13, 2010, 07:03:24 am »
Before using Feng Office as a public forum more things have to be done, like being able to view content without logging in and letting users register by themselves.

I also think nesting comments would be useful and not too hard to implement.

38
Older versions / Re: 1.7 beta - cron/email issue
« on: April 09, 2010, 09:57:07 am »
Yep, seems not to be the problem.

My suggestion would be to configure the cron job to log output somewhere, leave it for some time, an hour maybe, and then check the log for error messages. Also enable DEBUG mode in the config/config.php file. You can find how to configure the cron job properly in the Feng Office wiki (lilnks at my sig).

Regards.

39
Getting Started / Re: Gmail and Error logs
« on: April 09, 2010, 09:43:50 am »
Check the wiki: http://fengoffice.com/web/wiki/doku.php/debugging or the first post in the bugs forums.

40
Older versions / Re: Change user roles fengoffice 1.6.2
« on: April 09, 2010, 09:41:29 am »
Hi, can you try to give us a step by step guide to reproduce the error?

Thanks.

41
How To's / Re: Error!! Need help~
« on: April 09, 2010, 09:36:53 am »
In order to upgrade you need to access your installation's 'public/upgrade'. Check the wiki: http://fengoffice.com/web/wiki/doku.php/installation

If you want to get more details about an error read the first post in the bugs forums or the wiki: http://fengoffice.com/web/wiki/doku.php/debugging

42
Older versions / Re: [1.7 Beta2] Cannot edit Workspace settings
« on: April 08, 2010, 03:27:59 pm »
Great, thanks for your help!

43
Older versions / Re: [1.7-beta2] can not export reports
« on: April 07, 2010, 12:20:39 pm »
I think exporting that report is not implemented yet. So for the moment the solution will be to hide the buttons.

44
Older versions / Re: 1.7 beta - cron/email issue
« on: April 07, 2010, 11:27:30 am »
When the cron job runs, all email accounts are checked, but when you check manually through the application only your email accounts are checked. Could it be that there is another user's email account causing the problem? If so then we have to do something to avoid one problematic account to affect other accounts.

45
Older versions / Re: [1.7-beta2] problem view activities
« on: April 07, 2010, 10:32:02 am »
Hi Henry,

Please change line 42 and 71 of file 'application/views/object/view_history.php' for this:

Code: [Select]
echo $date . ' </td><td style="padding:5px;padding-right:15px;"><a class="internalLink" href="' . ($log->getTakenBy() instanceof User ? $log->getTakenBy()->getCardUrl() : '#') . '">'  . clean($log->getTakenByDisplayName()) . '</a></td><td style="padding:5px;padding-right:15px;"> ' . $log->getText();

Pages: 1 2 [3] 4 5 ... 115