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 - ed.aldridge

Pages: [1] 2
1
Getting Started / Re: Upload file size
« on: August 20, 2012, 09:58:05 am »
Ended up being the post_max_size in my main PHP.ini

Problem solved.

2
Feng Office 2 / Re: Error uploading PDF files
« on: August 20, 2012, 08:32:44 am »
Also get the same error with a different string code when trying to upload docx files....

3
Getting Started / [Solved]Upload file size
« on: August 20, 2012, 08:31:13 am »
on the document upload page there is a message:

"You can upload files of any type. The maximum file size you are allowed to upload is 8 MB"

I have changed the upload limit in the php.ini within FO and in my main PHP install to 45mb, this doesn't seem to be working in FO so 1st question what else to I need to change to allow larger files to be uploaded, 2nd question where can I change the message about the size of files allowed?

4
Feng Office 2 / Re: Error uploading PDF files
« on: August 20, 2012, 08:09:35 am »
This seems to happen on any PDF that has a PDF version of 1.5 or lower, PDF's with PDF version 1.6 seem to be ok.

5
Feng Office 2 / Error uploading PDF files
« on: August 20, 2012, 07:48:20 am »
On some PDF files when I try to upload them I get the error

Query failed with message "Incorrect string value" \xB5\xB5\xB5\xB5\x0D\x0A 'for column 'content' at row 1

I think it is something to do with the file encoding, what can I change to fix this?

Regards
Ed

6
Getting Started / Re: LDAP logout white screen
« on: September 27, 2010, 07:00:44 am »
Are you aware of any way to get Feng to automatically create a new user when an AD authenticated user logs in so that accounts don't have to be created manually on FO first?

7
Feature requests / Re: LDAP intergration
« on: September 22, 2010, 06:05:52 am »
Hi Kuril

I am seeking the answer to the same question and have been for some time, have a read of these posts. 

http://forums.fengoffice.com/index.php?topic=4446.0

http://forums.fengoffice.com/index.php?topic=4554.0

I believe it can be done but the feature is not included in the community edition of Feng.

Please let me know if you manage to find out something different.
Thanks
Ed

8
Getting Started / Re: LDAP logout white screen
« on: September 08, 2010, 07:10:18 am »
Hi Martin

Thanks for the clarification, how does Feng synchronise with AD if the user has to be created locally first?  I don't understand how Feng uses AD credentials rather than local....

A script to sync AD would be a great help, ever better would be proper authentication in Feng with AD so that user accounts can be created by AD users without having to create them locally or do bulk imports.  I know it can be done as I have had contact from Feng confirming it, it appears that they have just not added it to the community edition....

Thanks for your post and I would be grateful if you could keep me updated on your attempts to create an import script.
Ed

9
Getting Started / Re: Default Files for Users
« on: August 31, 2010, 11:57:52 am »
If you create a workspace and add a document in that workspace then give permissions to your users to that workspace they will be able to see it when they log in.

Hope that helps
Ed

10
Getting Started / Re: LDAP logout white screen
« on: August 27, 2010, 07:26:39 am »
I installed FO 1.7 and enabled LDAP function with WIndows 2003 AD. For those of you getting problem with AD these are the settings I used to get AD uses login including all the uses in any OU:

      'binddn'    => 'CN=admin_user,CN=Users,DC=domain_part1,DC=domain_part2',
      'bindpw'    => 'user_pw',
      'port'      => 3268,
      'basedn'    => 'DC=domain_part1,DC=domain_part2',
      'host'      => 'ldap://domain_ip:3268',
      'password_encoding' => 'MD5',
      'uid'       => 'sAMAccountName'


Hi Akram

I'm curious about your LDAP settings, I don't seem to be able to get sign on using LDAP to work at all, I have tried your config and logging in using an LDAP user does not work for me.  Were you having to create the user in Feng first or have you managed to get Feng to recognise an LDAP user?

Hope you can help!
Ed

11
Getting Started / Re: Active Directory Integration
« on: August 23, 2010, 12:38:45 pm »
Waay to much hassle for something which at the moment is a hobby project, what I can't understand is how I had it working last month but now can't get it to work at all...this is a new installation and I obviously deleted my old ldap config file which I am beginning to regret!  The config file you posted should work but the problem I have now is that the logging doesn't appear to be working, where would the log file appear if it is created?

The guy on the other post seems to have got it working as it should do, I may have to re-read his post and see if I can spot what he did. 

12
Getting Started / Re: Active Directory Integration
« on: August 23, 2010, 11:50:52 am »
If you've created the user as a local user already doesn't that defeat the object of using LDAP?  I am pretty sure (not 100%) that when I set this up last month I did not set up my user account before logging in. 

In every other system I've set up where you enable LDAP it removes the need to create local user accounts.  I have 150 users, I don't particularly want to have to create 150 user accounts on Feng...

Thanks for your help getting this set up but as I've said previously the LDAP set up on Feng seems really buggy, which is a shame because it is a great product.

13
Getting Started / Re: Active Directory Integration
« on: August 23, 2010, 07:13:53 am »
Cheers Mark

I've used your template to recreate my ldap config but it still won't allow me to sign in using my AD credentials, is there anything else I need to do to allow ldap?  Also how do I turn on logging?  I've tried searching the forum but there seems to be an issue with the search function and it fails then returns no results.

Ed

14
Getting Started / Re: Active Directory Integration
« on: August 20, 2010, 10:39:50 am »
Hi Mark

Sorry for the late response, I had no notification of new posts and had moved on to other projects, I have deleted my old ldap.config file and the new one I have is not working at all, would you mind sending me or posting a sanitized version of yours so I can see what it looks like?

Thanks
Ed

15
Getting Started / Re: Active Directory Integration
« on: August 03, 2010, 05:15:33 am »
I would have thought this would be a standard setting, the AD integration seems a bit buggy to me.  I don't like the fact that once I enable AD I can't login using the local feng admin account I have to disable the AD integration before I can login as an admin user. 

I don't think that I am going to be able to use Feng Office because of these limitations.

Pages: [1] 2