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

Pages: 1 [2] 3
16
How To's / Re: Repeating task with settings
« on: May 26, 2011, 07:44:59 am »
This is unhelpful, I know - but lack of this feature is what derailed feng office use at my organization.

I needed to schedule monthly and quarterly tasks - first thursday of the month, first wednesday of the first month of each quarter - and couldn't.

17
How To's / Re: Larges files doesn't upload
« on: May 21, 2011, 11:25:52 am »
Do you have your file storage set to 'File System' or 'Database'?  If it's set to 'Database', look for settings in mysql related to maximum item size.

If it's set to "Database", are you able to try it when set to "File System"?

You may also need to manually empty and delete the folder complained of in your error message.

18
How To's / Re: my feng office is using too much ram. Help!
« on: May 19, 2011, 12:48:07 pm »
Current version is 1.7.4; 1.7.5 beta has been released (Feng and Opengoo seem to use the same download, now)

Usually, I'd recommend upgrading to see if the new version had solved your problem -- but be sure to do lots of searching in the forums on upgrade issues, and be sure you have a couple good backups before you start...

19
How To's / Re: Larges files doesn't upload
« on: May 19, 2011, 12:45:06 pm »
Find a way to run phpinfo() on your server (http://help.rackspacecloud.com/article.php?id=082)

Look for:
* post_max_size (make sure it matches what you think you've set)

* max_execution_time (make sure you allow enough time to upload your large files)

Do you have your file storage set to 'File System' or 'Database'?  If it's set to 'Database', look for settings in mysql related to maximum item size.

Have you followed the standard feng debugging procedures?  If so, do they tell you anything?
http://www.fengoffice.com/web/wiki/doku.php/debugging

20
How To's / Re: LDAP
« on: May 05, 2011, 08:39:38 am »
I downloaded the formerly free version of LDAPSoft's "LDAP Browser" long ago, and find it invaluable when configuring ldap connections.  Sadly, this product no longer seems to be available. 

"LDAP Browser" allowed me to test my ldap settings in a useful, interactive way without having to change settings, attempt login and review log files.

A quick search for 'free ldap browser" found "jxplorer" (http://jxplorer.org/downloads/users.html), which might help.


21
Feature requests / Re: LDAP support
« on: April 28, 2011, 08:40:07 am »
1. LDAPS
You may need to figure out how to configure TLS_REQCERT.  http://php.net/manual/en/function.ldap-bind.php may help.

2.Aut-create LDAP users in Feng
I wish this worked, too.

3. Support both Local accounts and LDAP accounts
A patch for this can be found at http://forums.fengoffice.com/index.php?topic=2297.msg14482#msg14482

4. LDAP filter support
I wouldn't expect this to be too hard to add (but then, I'm not a PHP programmer). The Web2Project LDAP auth code implements a filter in the "authenticate" function: http://www.phpkode.com/source/p/web2project/web2project-2.1/classes/w2p/Authenticators/LDAP.class.php

5. LDAP Scope

6. LDAP Password change

22
Installation problems / Re: wierd interface after clean install
« on: April 17, 2011, 07:58:36 am »
Have you tried the 'debugging' instructions from the wiki (http://www.fengoffice.com/web/wiki/doku.php/debugging)?

On my system, I also see some feng office information in httpd/access_log and httpd/error_log (but not much).

24
Installation problems / Re: Can't log in?? No really, i can't!
« on: April 08, 2011, 08:56:42 am »
I had similar behavior when I first installed Feng.

I had installed evaluation copies of web2project, phpproject, projectpier, fengoffice, and some other apps on a server, and as long as these apps were accessed as subfolder of the domain (http://servername/feng, http://servername/projects), I had to clear the browser cache when returning to feng office after using one of the other products (I don't know which).

I have not seen this problem since I reconfigured feng and the server to respond at http://feng.myservername.

25
Installation problems / Re: Transfer problems
« on: April 04, 2011, 09:16:53 am »
I first installed feng office under http://myserver/feng.

I got the behavior you are describing after creating a new virtual server and changing my feng install to http://feng.myserver/

To correct it, I had to delete offline cache and cookies in my clients' browsers -- or try a new browser (IE would fail, but Safari would work.  Clear the cache and cookies from IE, and it started working).

26
Security / Re: SA43912
« on: April 03, 2011, 10:20:40 am »
I have reported this issue in the bug tracker:
http://www.fengoffice.com/web/bugs/view.php?id=2809

27
Installation problems / Re: Database creation problem when installing
« on: March 19, 2011, 10:46:46 am »
When I install web apps on my server, I pre-create the database from the command line as follows:
Code: [Select]
# mysql
create database fengoffice;
grant all privileges on fengoffice.* to fo_user@localhost identified by 'CHANGETHISPASSWORD' with grant option;
(Note that my server automatically logs in to mysql as 'root' if I run 'mysql' from the shell prompt as root.  If yours doesn't do this, you'll need to start mysql with "mysql --user=root --password=<your mysql root password>")


Then, when installing feng office, specify:
* Database Name: fengoffice
* Database Server: localhost
* Database User: fo_user
* Database Password: CHANGETHISPASSWORD


28
My first guess would be that you are seeing a file ownership/permission problem - that the older files are "owned" by the wrong user account.

If you have shell access to your server, check the ownership on the files in <FENG ROOT>/upload.

If you don't have shell access, you may have to ask your ISP to solve the problem.

29
Installation problems / Re: It is IMPOSSIBLE to install !!!!!
« on: March 19, 2011, 10:30:31 am »
I'm new to Feng, so...

On my systems, it installed with no problems.  The only challenge was convincing my server to support the InnoDB engine.

I do notice that Feng Office uses way, way, way more javascript than any other web app I've installed -- is it possible that your browser security settings are interfering with Feng's javascript?

I tried to find a firefox add-in that would let me monitor Feng's javascript - I tried the 'web developer' and 'firebug' add-ins, but I don't know enough about web development to figure out what to do with these that might give you any help.

If you can't even open the direct administration URL offered by supadoctor the problem can't be javascript, though.

Do the values in your <FENG ROOT>/config/config.php look reasonable?

Are the permissions on  your feng office files correct - that is, are all of the feng php files "readable" by the user that httpd is using?  (If this were the problem, it should show up in your apache 'error_log' file, but might not show up in <FENG ROOT>/cache/log.php).

30
History
======
My mail server (Kerio) reports the availability of both CRAM-MD5 and DIGEST-MD5.  However, neither of these will work for the one Active-Directory-Integrated domain on the mail server.  (Basically, the mail server reports that these auth methods are available, but they cannot possibly work for *my* domain, even though they do work for other domains on the same server).

If I setup email accounts in Feng Office, the system hangs trying to login to the mail server, attempting to connect using Digest-MD5.  I have to re-start httpd to recover after attempting any sort of connection to my mail server.

Question
========
So - does anyone know how to modify either PEAR or Feng Office to prevent any attempt to use DIGEST-MD5 or CRAM-MD5 for email authentication?

Or - can anyone point me in the right direction?

I've tried deleting library/PEAR/Auth/SASL/CramMD5.php and library/PEAR/Auth/SASL/DigestMD5.php - this just throws 'missing file' errors.

I've tried editing library/PEAR/Auth/SASL.php to use Plain.php for 'crammd5' and 'digestmd5' auth methods - this doesn't give any errors, but it doesn't work, either.

Any help would be greatly appreciated.

Pages: 1 [2] 3