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

Pages: 1 [2] 3
16
Feng Office 3 / Re: Javascripts work very slow
« on: May 19, 2015, 01:08:19 pm »
Try to add this to your .htaccess file:

<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file .(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

If it doesn't work, try this instead (for Apache servers):

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

This enables GZIP compression on your website.

17
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 19, 2015, 12:47:21 pm »
Yes, we are grouping by Workspaces and DEBUG constant in config.php file is set to FALSE.

And thanks for your explanation about your small activity ins the Forums. I understand now.

18
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 15, 2015, 01:52:50 pm »
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.

Anyway, any thoughts about this problem?


19
Feng Office 3 / Re: Error 403 forbidden = posting comment
« on: May 15, 2015, 07:29:57 am »
No problem here.

20
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 12, 2015, 08:38:21 am »
So, this is a bug?

I have version 3.1.4.3

21
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 06, 2015, 01:32:54 pm »
Here it is another image, so you can see what I'm talking about.

22
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 06, 2015, 10:57:18 am »
Well, if I do that the line still there, but now it only shows 'unknown'.

23
Feng Office 3 / Re: Missing lang: unknown on Tasks on 3.1.4.1
« on: May 06, 2015, 10:28:56 am »
Yes. I see the text 'Total'. But it's like there is a workpace with that name.

I used the en_us language and it's there, too.

Please see the attached image.

24
Same problem. The task is created, but the worskpace is not saved.

25
Feng Office 3 / [SOLVED] Upgrade from 2.3.1 to 3.1.3
« on: May 06, 2015, 06:33:56 am »
It was a problem with the template.

26
Feng Office 3 / Missing lang: unknown on Tasks on 3.1.4.1
« on: May 06, 2015, 06:33:05 am »
I have a row in tasks with 'Missing lang: unknown' text.

If I have, for example, 3 tasks, I have always a last row with 'Missing lang: unknown'.

If I don't have tasks for a workspace, I have one line with 'Missing lang: unknown'.

27
Feng Office 3 / [SOLVED] Upgrade from 2.3.1 to 3.1.3
« on: April 30, 2015, 09:01:11 am »
Hi, I followed the two methods to update, but I'm having problems.

When I access the site there is no images, everything is unformated, no styles,  links do not work, etc.

Can you help me?

Method 1:
- backup db
- clean install of 3.1.3
- restore DB
- access mydomain.com/public/upgrade

Method 2:
- copy and replace files from 3.1.3 (except config, cache, upload)
- access mydomain.com/public/upgrade

I deleted file cache/autoloader.php in both methods, in the end.

28
Feng Office 2 / Re: Serious bug with Trash (stil in version 2.3.2 RC2)
« on: September 24, 2013, 11:03:22 am »
My bad. I was working on 2.3.1 version. This version have this bug. With version 2.3.2 RC2 the problem was solved.

Sorry for that and thank you.

29
Feng Office 2 / Serious bug with Trash (stil in version 2.3.2 RC2)
« on: September 24, 2013, 05:52:03 am »
Hi, there is a serious bug with Trash. For example, an Administrator deletes a confidencial document (or email, etc.). The document goes to the Trash. The problem is that all users can access the trash and view all documents, including the ones deleted by Admins.

30
How To's / Search question
« on: July 22, 2013, 06:52:00 am »
Hi, I have a project with 2 users assigned. I set in the configuration that the users cannot see others users tasks. So, each user can only see his own tasks. The problem is that when the users make a search, the search results shows others users tasks.

It is a bug, or I'm missing something?

Thank you.

Pages: 1 [2] 3