Egroupware: Difference between revisions

From DWIKI
mNo edit summary
 
 
(38 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Links=
*[http://www.egroupware.org Homepage]
*[http://www.egroupware.org/bugs Bugtracker] (empty? probably use that nabble thing instead
=Documentation=
http://www.egroupware.org/knowledge_base&menuaction=phpbrain.uikb.view_article&art_id=62
==Installing==
===Create database===
http://www.egroupware.org/index.php?page_name=wiki&wikipage=ManualSetupIndex
==="Back to user login" not doing a thing===
That's a secret
===On Debian===
Packages:
*php-pear
*php5-imap
*php5-gd
*php5-mysql
*php-auth-sasl
==Calendar==
===icalsrv===
The documentation is outdated/gone, but the url you give your clients is now:
http://your.server.org/egroupware/icalsrv/icalsrv.php/username/default.ics
=FAQ=
=FAQ=
===Creating mail accounts===
*http://www.egroupware.org/index.php?page_name=wiki&lang=&wikilang=en&wikipage=Virtual+users+and+domains+with+egw
===Account is expired===
when authentication against mail(imap), you get this when you didn't enable "Auto create account records for authenticated users:" ins setup
==Could not terminate encryption specifier==
Happening here when using
*tripledes/CBC
Looks like a bug
===After login sent back to login dialog===
Somehow going back to setup and reinstall DB fixes is
==Multiple domains==
==General==
==General==
===Blocked, too many attempts===
===Blocked, too many attempts===
Means you have to wait 30 minutes by default, setting is in:  
Means you have to wait 30 minutes by default, setting is in Admin->Site configuration->How many minutes should an account or IP be blocked. Also see
http://www.egroupware.org/specialpages/?page_name=knowledgebase&menuaction=phpbrain.uikb.view_article&art_id=24&printer=1


==Calendar==
==Calendar==


===405 connecting to ical===
===405 connecting to ical===
 
icalsrv not enabled in configuration (where was that again?)


==Connecting calendar clients==
==Connecting calendar clients==


===Thunderbird with Lightning===
===Thunderbird with Lightning===
''iCal'': http://yourserver.com/egroupware/username/default.ics
''Funambol'': http://yourserver.com/egroupware/rpc.php
===syncml===
*http://www.egroupware.org/index.php?page_name=wiki&wikipage=SyncMLInstallHowTo
*[http://k.noc.de/index.php?option=com_content&view=article&id=6&Itemid=8 Syncml extensions]
* http://server.com/egroupware/rpc.php
*http://www.egroupware.org/index.php?page_name=sync&wikipage=SyncMLFunambol
*http://www.egroupware.org:80/egroupware/index.php?menuaction=wiki.uiwiki.view&page=ManualSyncML
=Database variables=
egw_acl:acl_location
egw_acl:acl_account
=xmlrpc=
phpgwapi/doc/xmlrpc/test.py
http://www.faqs.org/docs/Linux-HOWTO/XML-RPC-HOWTO.html
=BUGS=
==PHP Parse error:  syntax error, unexpected '}' in /var/www/egroupware.svn/etemplate/inc/class.bo_tracking.inc.php on line 141==
==Overlap/global categories==
ProjectManager - Add global category
Error:  That name has been used already
==mcrypt problems==
Warning: mcrypt_generic_init():
                  supplied argument is not a valid MCrypt resource in
                  phpgwapi/inc/class.crypto.inc.php on line 240 and Warning:
                  mdecrypt_generic(): supplied argument is not a valid MCrypt resource
                  in class.crypto.inc.php on line 241
most likely caused by mcrypt_module_open() returning fales, must investigate
==Warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/egw1.6/tracker/inc/class.tracker_bo.inc.php on line 600==
Means no staff members have been added, 'site configuration->Staff'
=Notes=
==Categories==
===Global categories===
Looks like it's really really global when ''cat_appname''' = '''phpgw''
===Username - Global categories===
Per user?

Latest revision as of 17:59, 14 December 2009

Links

Documentation

http://www.egroupware.org/knowledge_base&menuaction=phpbrain.uikb.view_article&art_id=62


Installing

Create database

http://www.egroupware.org/index.php?page_name=wiki&wikipage=ManualSetupIndex

"Back to user login" not doing a thing

That's a secret


On Debian

Packages:

  • php-pear
  • php5-imap
  • php5-gd
  • php5-mysql
  • php-auth-sasl


Calendar

icalsrv

The documentation is outdated/gone, but the url you give your clients is now:

http://your.server.org/egroupware/icalsrv/icalsrv.php/username/default.ics

FAQ

Creating mail accounts

Account is expired

when authentication against mail(imap), you get this when you didn't enable "Auto create account records for authenticated users:" ins setup

Could not terminate encryption specifier

Happening here when using

  • tripledes/CBC

Looks like a bug

After login sent back to login dialog

Somehow going back to setup and reinstall DB fixes is

Multiple domains

General

Blocked, too many attempts

Means you have to wait 30 minutes by default, setting is in Admin->Site configuration->How many minutes should an account or IP be blocked. Also see http://www.egroupware.org/specialpages/?page_name=knowledgebase&menuaction=phpbrain.uikb.view_article&art_id=24&printer=1

Calendar

405 connecting to ical

icalsrv not enabled in configuration (where was that again?)

Connecting calendar clients

Thunderbird with Lightning

iCal: http://yourserver.com/egroupware/username/default.ics

Funambol: http://yourserver.com/egroupware/rpc.php

syncml

Database variables

egw_acl:acl_location egw_acl:acl_account


xmlrpc

phpgwapi/doc/xmlrpc/test.py http://www.faqs.org/docs/Linux-HOWTO/XML-RPC-HOWTO.html

BUGS

PHP Parse error: syntax error, unexpected '}' in /var/www/egroupware.svn/etemplate/inc/class.bo_tracking.inc.php on line 141

Overlap/global categories

ProjectManager - Add global category

Error: That name has been used already


mcrypt problems

Warning: mcrypt_generic_init():

                 supplied argument is not a valid MCrypt resource in
                 phpgwapi/inc/class.crypto.inc.php on line 240 and Warning:
                 mdecrypt_generic(): supplied argument is not a valid MCrypt resource
                 in class.crypto.inc.php on line 241

most likely caused by mcrypt_module_open() returning fales, must investigate


Warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/egw1.6/tracker/inc/class.tracker_bo.inc.php on line 600

Means no staff members have been added, 'site configuration->Staff'

Notes

Categories

Global categories

Looks like it's really really global when cat_appname = phpgw

Username - Global categories

Per user?