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

Pages: [1]
1
Feng Office 3 / Re: How to delete user group?
« on: February 09, 2015, 05:31:59 pm »
Maybe you can use DELETE after you remove all relations to this group:

DELETE FROM DBname.fo_permission_groups WHERE name = 'GroupName';

 :)

2
Feng Office 3 / Information: An error occurred while saving the document
« on: February 09, 2015, 05:12:53 am »
When I edit file contents of the .txt document and want to save I'm getting this message:

"Information: An error occurred while saving the document"

Version: 3.0.6
All necessary folders have 777 permissions.

HTML document I can edit and save normally.

Can anybody help me?

3
Feng Office 3 / Re: Almost blank page after upgrade
« on: February 07, 2015, 10:02:23 am »
ALTER TABLE `fo_mail_accounts` ADD `mark_read_on_server` int(11) NOT NULL DEFAULT 0 AFTER `del_from_server`;

Same problem, this was worked to me!

Thanks for nice tip!

4
Feng Office 3 / Prevent file to be sent with notification
« on: January 28, 2015, 11:25:32 pm »
Although I uncheck option "Attach document to the notification" documents is still sent with notification.

Does anybody knows what did I do wrong?

Thanks!

Pages: [1]