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

Pages: 1 [2] 3 4 ... 123
16
Feng Office 3 / Re: Problem with instalation
« on: May 19, 2015, 12:45:17 pm »
You can set the 'DEBUG' to 'true' in the config.php file to see what may be causing this.. but it looks like you missed installing the core dimensions or the workspaces plugin?

You can also try deleting the autoloader.php file

Otherwise, you can always give it a go in our cloud.

Best regards,
Francisco

17
Feng Office 3 / Re: Error 403 forbidden = posting comment
« on: May 19, 2015, 12:42:29 pm »
Well.. an error 403 is usually due to server settings: http://en.wikipedia.org/wiki/HTTP_403

What Web Server are you using? Did you have a look at its settings?

Best,
Francisco

18
Feng Office 3 / Re: Javascripts work very slow
« on: May 19, 2015, 12:42:00 pm »
Well, this would very much depend on the computer that you are using. What is its CPU like?

Also, how are you sure it is a JS issue and not a server side one? Have you looked into FireBug or other systems?

Best regards,
Francisco

19
Feng Office 3 / Re: Latest Comments from unconnected workspaces
« on: May 19, 2015, 12:40:50 pm »
Just in case, I would suggest you to:
1- Look into this article and apply the proper changes:
http://www.fengoffice.com/web/wiki/doku.php/installation:server_settings#performance_boostsaving_permissions_in_background

2- Rebuild the permissions table to fix permissions that make no sense or got somehow corrupted.
php [FENG_ROOT]/rebuild_sharing_table.php

Best regards,
Francisco

20
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 19, 2015, 12:38:27 pm »
What are you grouping by? Workspaces?

Also, is the "DEBUG" constant set to TRUE or FALSE in the config.php file?

Why there is no answers to our problems?

I know that this is the community version, but thank to us numerous bugs were found and solved. I think this will help the Pro version, too.

Indeed, and we appreciate it a lot when bugs are found and reported. :)
Nonetheless I am afraid that we have way too many things to look into and resources are not enough, meaning that we cannot be as active as we would like to in the Forums


21
Feng Office 3 / Re: Error 403: Forbidden (Cannot access Settings)
« on: May 19, 2015, 12:34:11 pm »
Well.. error 403 is usually due to server settings: http://en.wikipedia.org/wiki/HTTP_403

The error log provided has nothing to do with settings either.

What Web Server are you using? Did you have a look at its settings there?

Best,
Francisco

22
Feng Office 3 / Re: Documents / Web Document Not sharing Correctly
« on: May 19, 2015, 12:32:33 pm »
Hi!

Do you mean he cannot read its contents when accessing it?
Could it be related to his browser missing a plugin?
Did he log in to his Google Account as well? And does his Google Account have permissions over the document?

Best,
Francisco

23
Feng Office 3 / Re: Removing access to workspaces
« on: May 19, 2015, 12:30:36 pm »
Any chance that their contact info is still classified there?

Best regards,
Francisco

24
Feng Office 3 / Re: Ho to migrate data from 2.X version to 3.0
« on: May 19, 2015, 12:29:15 pm »
Hello!

Did you have a look at this article and followed everything properly?
http://www.fengoffice.com/web/wiki/doku.php/copy_installation

Best regards,
Francisco

25
Feng Office 3 / Re: Linking Documents to Tasks in Community Edition
« on: May 19, 2015, 12:27:05 pm »
After WAY to many hours of fiddling, I found the problem (or at least the problem for me).

The problem is the "fo_object_types" table.   The new version sets the "plugin_id" to zero instead of null.  Switching them back to Null fixed the problem.

Running the following queries on the database fixed the problem


USE feng;
ALTER TABLE fo_object_types
CHANGE COLUMN `plugin_id` `plugin_id` INT(10) UNSIGNED NULL DEFAULT NULL ;
UPDATE fo_object_types  SET plugin_id = NULL WHERE plugin_id = 0;




Update 'feng' to the name of your database
And if you changed the prefix on your tables you might need to change the 'fo_object_types' to whatever your prefix was. 

The first query changes the structure of the table to allow for null.
The second query changes row that had a "0" to Null.

Hope this helps others as well.

Thanks for your feedback to everyone here, well done! :)
If I am not mistaken, some fixes for this were applied not long ago as well so this change should not be done manually if you are using the latest versions available.

Best,
Francisco

26
What version are you using? And which one were you using before the upgrade?
Did you upgrade from to 1.X to 2.X or 3.X?


27
Feng Office 3 / Re: Importing Tasks
« on: May 19, 2015, 12:22:48 pm »
No, for the time being it is not currently possible.
But if you would like official help to perform a migration, we would be more than happy to assisting you with it. If so, feel free to drop me a Private Message.

Best,
Francisco

28
Feng Office 3 / Re: E-mail autoclassification by some criteria?
« on: May 19, 2015, 12:21:42 pm »
Yes, this can be done with email rules as explained here:
http://fengoffice.com/web/wiki/doku.php/advanced_email

They are a real time saver!! :)

29
Feng Office 3 / Re: FengOffice 3 very slow compared to 1.7
« on: May 19, 2015, 12:11:24 pm »
Hi Fred!

That is pretty odd, so I would like to ask you the following:
What Operating System are you using for your server?
What is your server HW?
Did you tune up the LAMP settings as suggested in our Wiki?
When you mean slow, how many seconds aprox are we talking about and to display how many tasks?

Best regards,
Francisco

30
Feng Office 3 / Re: Email linked documents with calendar invites
« on: May 19, 2015, 11:57:52 am »
Hi Steve!

This feature you mention is currently unavailable.
What we do plan to add for the PE and EE eventually, is the possibility to receive an .ics file with the event invitation, along with being able to invite contacts to events, and not just users.

Best regards,
Francisco

Pages: 1 [2] 3 4 ... 123