# eGroupWare
Alias /egroupware /opt/egroupware/html
<Directory /opt/egroupware/html>
SSLRequireSSL on
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
AllowOverride all
order deny,allow
deny from all
allow from all
php_flag magic_quotes_gpc on
php_flag track_vars on
php_flag register_globals off
php_admin_value phpa on
php_admin_value eaccelerator.enable 1
php_admin_value display_errors 0
php_admin_value mbstring.func_overload 7
</Directory>
This template allows access from anywhere (global). https mode is enabled.
{
if ($port ne "443")
{
$OUT .= <<'HERE';
## Redirect Web Address to Secure Address
RewriteEngine on
RewriteRule ^/egroupware https://%{HTTP_HOST}/egroupware
## End Of Redirect
HERE
}
}
This template redirect automatically http to https for access to eGroupWare#!/bin/sh
echo "-------------------------------------------------------------------"
echo "Installation of eGroupWare (public access, automatic https mode)..."
echo "-------------------------------------------------------------------"
DOMAINE=$(db configuration get DomainName)
echo "Generating password..."
passok=0
while [ "$passok" != "1" ] ; do
openssl genrsa 32 > /root/pass.txt
pass=$(grep -v "PRIVATE KEY" < /root/pass.txt)
echo test > /root/pass.txt
sed -e "s/test/$pass/" /root/pass.txt >/root/pass.new
passok=$(grep -c $pass < /root/pass.new)
done
egwpass=$pass
echo "Password is : $egwpass"
rm -f /root/pass.txt
rm -f /root/pass.new
echo "Creating Data bases..."
mysqladmin -u root create egroupware
echo "Creating mysql user..."
mysql -e " grant select, insert, update, delete, create, drop, index, alter on egroupware.* \
to 'egroupware'@'localhost' \
identified by '$egwpass' "
mysqladmin flush-privileges
echo "Decompressing files..."
mkdir -p /opt/egroupware/backup
mkdir -p /opt/egroupware/files
mkdir -p /opt/egroupware/tmp
unzip -q /root/egroupware/eGroupWare-1.2.106-2.zip -d /opt/egroupware
unzip -qo /root/egroupware/eGroupWare-contrib-1.2.106-2.zip -d /opt/egroupware
mv -f /opt/egroupware/egroupware /opt/egroupware/html
mv -f /opt/egroupware/html/sitemgr/sitemgr-link /opt/egroupware/html/
echo "Cleaning installed modules..."
rm -rf /opt/egroupware/html/phpsysinfo
rm -rf /opt/egroupware/html/phpldapadmin
echo "Setting file access rules :"
cd /opt
echo " - Changing owner recursivly..."
chown -R root:www /opt/egroupware
echo " - Recursive CHMOD 550 on folders..."
find egroupware -type d -exec chmod 550 {} \;
echo " - Recursive CHMOD 440 on files..."
find egroupware -type f -exec chmod 440 {} \;
echo " - Customization of CHMOD for a few folders..."
chmod -R 770 /opt/egroupware/files
chmod -R 770 /opt/egroupware/backup
chmod -R 770 /opt/egroupware/tmp
chmod -R 770 /opt/egroupware/html/fudforum
chmod 770 /opt/egroupware/html/phpgwapi/images
touch /opt/egroupware/html/header.inc.php
chown www /opt/egroupware/html/header.inc.php
chmod 600 /opt/egroupware/html/header.inc.php
echo "Adding templates..."
mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts
cp /root/egroupware/60redir-egroupware /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts/
cp /root/egroupware/98egroupware /etc/e-smith/templates/etc/httpd/conf/httpd.conf/
expand-template /etc/httpd/conf/httpd.conf
service httpd-e-smith restart
echo
echo "-------------------------------------------------------------------------------"
echo "Installation completed, you must finish the installation of eGroupWare website."
echo "Please go to https://$DOMAINE/egroupware"
echo "-------------------------------------------------------------------------------"
echo
echo
echo "Reminder :"
echo " - Website open globally"
echo " - https mode enabled with automatic redirection"
echo
echo " - eGroupware is installed in the folder : /opt/egroupware/html"
echo " - tmp folder path is : /opt/egroupware/tmp"
echo " - backup folder path is : /opt/egroupware/backup"
echo " - files folder path is : /opt/egroupware/files"
echo
echo " - MySQL database name is : egroupware"
echo " - MySQL username is : egroupware"
echo " - MySQL user password is : $egwpass"
echo "-------------------------------------------------------------------------------"
# sh egroupware.sh
and eGroupWare installs automatically.Server root : /opt/egroupware/htmlThen write config and continue and login at Setup/Config Admin
Include root : /opt/egroupware/html
Admin user for header manager : admin
Admin password to header manager : my_password
Limit access to setup to the following addresses, networks or hostnames (e.g. 127.0.0.1,10.1.1,myhost.dnydns.org) :
Persistent connections : yes
Sessions Type : php
Enable MCrypt : no
MCrypt version :
MCrypt initialization vector :
Domain select box on login : no
Database instance (eGW domain) : mydomain.com
DB Type : MySQL
DB Host : localhost
DB Port : 3306
DB Name : egroupware
DB User : egroupware
DB Password : my_db_password <-- the one given by the script !
Configuration User : admin
Configuration Password : my_password
Enter the full path for temporary files : /opt/egroupware/tmpAnd then click on save
Enter the full path for users and group files : /opt/egroupware/files
Enter the full path to the backup directory: /opt/egroupware/backup
Enter the location of eGroupWare's URL : /egroupware
Image type selection order : PNG->JPG->GIF
Enter the hostname of the machine on which this server is running : mydomain.com
Enter your default FTP server : localhost
Attempt to use correct mimetype for FTP instead of default 'application/octet-stream' : No
Enter your HTTP proxy server :
Enter your HTTP proxy server port :
Enter your HTTP proxy server username :
Enter your HTTP proxy server password :
POP/IMAP mail server hostname or IP address : localhost
Mail server protocol : IMAP
Mail server login type : standard
Mail domain (for Virtual mail manager) :
SMTP server hostname or IP address : localhost
SMTP server port : 25
User for SMTP-authentication (leave it empty if no auth required) :
Password for SMTP-authentication :
Select which type of authentication you are using : SQL/SSL
Select where you want to store/retrieve user accounts : SQL
SQL encryption type for passwords (default - md5) : MD5
Allow authentication via cookie : Yes
Auto login anonymous user : No
Allow password migration : No
Allowed migration types (comma-separated) :
Minimum account id (e.g. 500 or 100, etc.) :
Maximum account id (e.g. 65535 or 1000000) :
User account prefix :
Usernames are casesensitive : No
Auto create account records for authenticated users : No
Auto-created user accounts expire : never
Add auto-created users to this group ('Default' will be attempted if this is empty.) :
If no ACL records for user or any group the user is a member of : Deny Access
Do you want to manage homedirectory and loginshell attributes? : No
LDAP Default homedirectory prefix (e.g. /home for /home/username) :
LDAP Default shell (e.g. /bin/bash) :
LDAP host :
LDAP accounts context :
LDAP search filter for accounts, default: "(uid=%user)", %domain=eGW-domain :
LDAP groups context :
LDAP rootdn (searching accounts and changing passwords) :
LDAP root password :
LDAP encryption type : DES
Enable LDAP Version 3 : No
Host/IP Domain controler :
Domain name :
Enter some random text for app session encryption :
Mcrypt algorithm (default TRIPLEDES) : TRIPLEDES
Mcrypt mode (default CBC) : CBC
Select where you want to store/retrieve filesystem information : SQL version 2 (EXPERIMENTAL, required and works only with FilesCenter)
Select where you want to store/retrieve file contents : Filesystem
chmod 400 /opt/egroupware/html/header.inc.php
This should be better !what do i have to do AFTER the install and the setup completes ?I've modified the howto and added howto for the 2 next setup stages. Just take a look at it.
I get an empty page and beeing redirected to setup after i write the config at the setup page.
Don't know, sorry... I'm discovering eGroupWare !
You should try http://www.egroupware.org/ for further support/questions
PHP Fatal error: Call to a member function on a non-object in /opt/egroupware/html/xmlrpc/testsuite.php on line 58
PHP Warning: imap_open(): Couldn't open stream {localhost:143}INBOX in /opt/egroupware/html/email/inc/class.mail_dcom_imap.inc.php on line 214
Yes, I get XML-RPC Fault:9999 when visiting the Filescenter:Code: [Select]PHP Fatal error: Call to a member function on a non-object in /opt/egroupware/html/xmlrpc/testsuite.php on line 58
I also get:Code: [Select]PHP Warning: imap_open(): Couldn't open stream {localhost:143}INBOX in /opt/egroupware/html/email/inc/class.mail_dcom_imap.inc.php on line 214
When trying the email.
httpd: PHP Warning: imap_open(): Couldn't open stream {localhost:143}INBOX in /opt/egroupware/html/email/inc/class.mail_dcom_imap.inc.php on line 214
Should I worry?rm /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/VirtualHosts/60redir-egroupware
Replace the content of the file /etc/e-smith/templates/etc/httpd/conf/httpd.conf/98egroupware by this :
# eGroupWare
Alias /egroupware /opt/egroupware/html
<Directory /opt/egroupware/html>
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
AllowOverride all
order deny,allow
deny from all
allow from { "$localAccess"; }
php_flag magic_quotes_gpc on
php_flag track_vars on
php_flag register_globals off
php_admin_value phpa on
php_admin_value eaccelerator.enable 1
php_admin_value display_errors 0
php_admin_value mbstring.func_overload 7
</Directory>
Be careful on the blank line on top&end :wink: expand-template /etc/httpd/conf/httpd.conf
service httpd-e-smith restart
methods available at http://yourservername:80/egroupware/xmlrpc.php
system.listMethods
Documentation
This method lists all the methods that the XML-RPC server knows how to dispatch
Signature
array system.listMethods(string)
array system.listMethods()
system.methodHelp
Documentation
Returns help text if defined for the method passed, otherwise returns an empty string
Signature
string system.methodHelp(string)
system.methodSignature
Documentation
Returns an array of known signatures (an array of arrays) for the method name passed. If no signatures are known, returns a none-array (test for type != array to detect missing signature)
Signature
array system.methodSignature(string)
system.login
Documentation
eGroupWare client or server login via XML-RPC
Signature
struct system.login(struct)
system.logout
Documentation
eGroupWare client or server logout via XML-RPC
Signature
struct system.logout(struct)
system.phpgw_api_version
Documentation
Returns the eGroupWare API version
Signature
string system.phpgw_api_version()
system.time
Documentation
returns system-time and -timezone and if loged in user-time and timezone
Signature
struct system.time()
Are you sure EGW users and passwords are the same that SME's ? I ask that because man can add mailboxes to a user but by default, EGW will open EGWuserlogin@localhost to retrieve mails... That's why EGWuserlogin must equal SMEuserlogin (and of course password).
pear install log
Before you start to update your installation, make a backup from your eGroupWare
files and he database.
1) Download the packages from our sourceforge3 page.
2) Install the packages on your server:
For RPM packages do the following:
[root@server tmp]# rpm –Uvh eGroupWare*
For tar.gz packages go to your web server’s root directory (above your eGroupWare installation):
[root@server tmp]# cd /var/www/html
[root@server html]# tar xzvf eGroupWare-x.xx.xxx-x.tar.gz
coolme
> The strange thing that I noticed is that below "Setup/Config Admin
> Login" there was a message saying "Invalid IP address"
You have probably specified (ie limited access to) the setup page to only your local network IP or domain or a wrong IP/domain under the setting for
Limit access to setup to the following addresses, networks or hostnames
You can remove that from the config database for egroupware using phpmyadmin or rerun the install.
It's best left blank initially, you can add an IP there later after initial config is completed.
Name=egroupware
Group: Everyone
User access: Write = group, Read = group
Public access : Entire Internet (no password required)
Execution of dynamic content (CGI, PHP, SSI)=enabled
mkdir /home/e-smith/files/ibays/egroupware/files/tmp
mkdir /home/e-smith/files/ibays/egroupware/files/backup
chown www:www /home/e-smith/files/ibays/egroupware/files/tmp
chown www:www /home/e-smith/files/ibays/egroupware/files/backup
chown -R www:www /home/e-smith/files/ibays/egroupware/html/fudforum
mkdir –p /etc/e-smith/templates-custom/etc/php.ini
mbstring.func_overload = 7
pear install log
/sbin/e-smith/db accounts setprop egroupware PHPBaseDir /home/e-smith/files/ibays/egroupware/:/usr/share/pear-addons:/usr/share/pear/:/tmp
signal-event ibay-modify egroupware
/sbin/e-smith/expand-template /etc/php.ini
service httpd-e-smith restart
Name=egroupware
Group: Everyone
User access: Write = group, Read = group
Public access : Entire Internet (no password required)
mbstring.func_overload = 7
[root@server ~]# sh egroupware.sh
: command not found 2:
: command not found 3:
--------------------------------------------------------------------------
Installation of eGroupWare (public access, automatic https redirection)...
--------------------------------------------------------------------------
: command not found 7:
: command not found 8:
: command not found 10:
: command not found 11:
Generating password...
egroupware.sh: line 98: syntax error: unexpected end of file
cp -f /opt/egroupware/html/phpgwapi/doc/ldap/phpgwaccount.schema /etc/openldap/schema/
cp -f /opt/egroupware/html/phpgwapi/doc/ldap/phpgwcontact.schema /etc/openldap/schema/
mkdir -p /etc/e-smith/templates-custom/etc/openldap/slapd.conf
cp -f /etc/e-smith/templates/etc/openldap/slapd.conf/10schema /etc/e-smith/templates-custom/etc/openldap/slapd.conf/
echo "include /etc/openldap/schema/phpgwaccount.schema" >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
echo "include /etc/openldap/schema/phpgwcontact.schema" >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
echo >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
expand-template /etc/openldap/slapd.conf
service ldap restart
[root@server ~]# sh egroupware.shis due to an abnormal character at the end of each line of the script
: command not found 2:
: command not found 3:
--------------------------------------------------------------------------
Installation of eGroupWare (public access, automatic https redirection)...
--------------------------------------------------------------------------
: command not found 7:
: command not found 8:
: command not found 10:
: command not found 11:
Generating password...
egroupware.sh: line 98: syntax error: unexpected end of file
xmlrpc service is not enabled in the eGroupWare system configurationThen just enable it !!!
Hi !Quote from: "cola29"xmlrpc service is not enabled in the eGroupWare system configurationThen just enable it !!!
Remember that sync with Outlook will not work if you're using https without a valid certificate, in this case you have to use http instead...
Hi !
Has anyone got more luck than me with the ability to sync SME's LDAP accounts with eGroupWare ?
Reading the doc and some posts on their forum point me to that direction :Code: [Select]cp -f /opt/egroupware/html/phpgwapi/doc/ldap/phpgwaccount.schema /etc/openldap/schema/
cp -f /opt/egroupware/html/phpgwapi/doc/ldap/phpgwcontact.schema /etc/openldap/schema/
mkdir -p /etc/e-smith/templates-custom/etc/openldap/slapd.conf
cp -f /etc/e-smith/templates/etc/openldap/slapd.conf/10schema /etc/e-smith/templates-custom/etc/openldap/slapd.conf/
echo "include /etc/openldap/schema/phpgwaccount.schema" >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
echo "include /etc/openldap/schema/phpgwcontact.schema" >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
echo >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
expand-template /etc/openldap/slapd.conf
service ldap restart
Now I'm locked and don't really know what to do next... Is this good enough to work -> so I'm just messing up the install stage
Or is there more things to be done before syncing LDAP on eGroupWare ?
Thanks for any help !
Hi !
@ lupo : well, I don't know as I don't have a valid certificate myself... CACERT should be OK as many others...
I didn't try to accept SME's default autogenerated certificate to see if all goes without the problem...
If I understand well Cola's last post, it seems that when he accepted his certificate XMLRPC over https worked... I don't know if he is using a valid one or just the autogenerated one... Maybe he could tell more on that subject...
@cola29: could you please provide some information how and which certificate you have installed? Thanks!When I log on to https://domain/server-manager/ I can view and install the cert to my browser. it is what the cert I said. :D
Lupo
When I log on to https://domain/server-manager/ I can view and install the cert to my browser. it is what the cert I said. :D
Fault: Code: 5 Reason 'Didn't receive 200 OK from remote server. (HTTP/1.1 302 Found)'
methods available at http://192.168.10.250:80/egroupware/xmlrpc.php
Quote:
[root@server ~]# sh egroupware.sh
: command not found 2:
: command not found 3:
--------------------------------------------------------------------------
Installation of eGroupWare (public access, automatic https redirection)...
--------------------------------------------------------------------------
: command not found 7:
: command not found 8:
: command not found 10:
: command not found 11:
Generating password...
egroupware.sh: line 98: syntax error: unexpected end of file
is due to an abnormal character at the end of each line of the script
Remove the bad character (a square) at the end of each line and relaunch... This should be better !
sh -x egroupware.sh
Well that's the verbose way, but you should see what's going on... And what's wrong...
Checking the eGroupWare Installation
Checking required PHP version 4.3+ (recommended 5.0): 4.3.9 ==> True
Checking php.ini: safe_mode = Off: ini_get('safe_mode')='' = Off
Checking php.ini: magic_quotes_runtime = Off: ini_get('magic_quotes_runtime')='0' = Off
Checking php.ini: register_globals = Off: ini_get('register_globals')='0' = Off
Checking php.ini: memory_limit >= 16M: ini_get('memory_limit')='32M'
Checking php.ini: max_execution_time >= 30: ini_get('max_execution_time')='60'
Checking php.ini: file_uploads = On: ini_get('file_uploads')='1' = On
Checking php.ini: include_path contain .: ini_get('include_path')='.:/usr/share/pear-addons:/usr/share/pear'
Checking extension mysql is loaded or loadable: True
Checking extension pgsql is loaded or loadable: False
The pgsql extension is needed, if you plan to use a pgSQL database.
Checking extension odbc is loaded or loadable: False
The odbc extension is needed, if you plan to use a MaxDB, MsSQL or Oracle database.
Checking extension oci8 is loaded or loadable: False
The oci extension is needed, if you plan to use a Oracle database.
Checking extension mbstring is loaded or loadable: True
Checking php.ini: mbstring.func_overload = 7: ini_get('mbstring.func_overload')='7'
Checking extension imap is loaded or loadable: True
Checking extension session is loaded or loadable: True
Checking PEAR is installed: True
Checking PEAR::Log is installed: True
Checking for GD support...: True
Checking file-permissions of . for not world writable: root/www dr-xr-x---
This might take a while, please wait ...
Checking file-permissions of header.inc.php for not world readable: www/www -rw-------
Checking file-permissions of fudforum for writable by the webserver: root/www drwxrwx---
Checking if php.ini setting session.save_path='/tmp' is writable by the webserver: root/root drwxrwxrwt
Please fix the above errors () and warnings()
Checking extension mysql is loaded or loadable: True
Checking extension pgsql is loaded or loadable: False
The pgsql extension is needed, if you plan to use a pgSQL database.
Checking extension odbc is loaded or loadable: False
The odbc extension is needed, if you plan to use a MaxDB, MsSQL or Oracle database.
Checking extension oci8 is loaded or loadable: False
The oci extension is needed, if you plan to use a Oracle database.
To solve the problem, I accessed the server command-line and used vi to edit /opt/egroupware/html/header.inc.php. I had to change these lines:
Tried today on "production" and worked perfectlyVery good :D
I think the problem was around the local addressing and website namesIf you look at my howto for the setup stage in the first page of this post, the only fields refering to your domain name are:
Database instance (eGW domain) : mydomain.com
Enter the hostname of the machine on which this server is running : mydomain.comHave you changed those fields according to your specific config? (the server's name instead)
Code: [Select][root@server ~]# sh egroupware.sh
: command not found 2:
: command not found 3:
--------------------------------------------------------------------------
Installation of eGroupWare (public access, automatic https redirection)...
--------------------------------------------------------------------------
: command not found 7:
: command not found 8:
: command not found 10:
: command not found 11:
Generating password...
egroupware.sh: line 98: syntax error: unexpected end of file
As cool34000 described earlier, I tried to do the "Introspection" for xmlrpc. And it says this:
Code:
Fault: Code: 5 Reason 'Didn't receive 200 OK from remote server. (HTTP/1.1 302 Found)'
methods available at http://192.168.10.250:80/egroupware/xmlrpc.php
instead of that what cool34000 posted. I use egroupware via https and xmlrpc is activated?
The Logintest with eGWOsync fails.
[root@willrouter ~]# yum localinstall smeserver-egroupware-1.2.106-1.noarch.rpm
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Local Package Process
Cannot open file: smeserver-egroupware-1.2.106-1.noarch.rpm. Skipping.
Nothing to do
================================================================
No new rpms were installed. No additional commands are required.
================================================================
Do you want to manage homedirectory and loginshell attributes?: No
LDAP Default homedirectory prefix (e.g. /home for /home/username): /home
LDAP Default shell (e.g. /bin/bash): /bin/bash
LDAP host: localhost
LDAP accounts context: ou=person,dc=<xxx>,dc=org
LDAP search filter for accounts, default: "(uid=%user)", %domain=eGW-domain:
LDAP groups context: ou=posixGroup,dc=<xxx>,dc=org
LDAP rootdn (searching accounts and changing passwords): cn=root,dc=<xxx>,dc=org
LDAP root password:
LDAP encryption type: DES
Enable LDAP Version 3: No
I tried the scripts from cool3400 and they seem to work after I corrected a permissions issue with the /etc/openldap/schema/phpgw* files.What did you do exactly?
cp -f /opt/egroupware/html/phpgwapi/doc/ldap/phpgwaccount.schema /etc/openldap/schema/
cp -f /opt/egroupware/html/phpgwapi/doc/ldap/phpgwcontact.schema /etc/openldap/schema/
mkdir -p /etc/e-smith/templates-custom/etc/openldap/slapd.conf
cp -f /etc/e-smith/templates/etc/openldap/slapd.conf/10schema /etc/e-smith/templates-custom/etc/openldap/slapd.conf/
echo "include /etc/openldap/schema/phpgwaccount.schema" >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
echo "include /etc/openldap/schema/phpgwcontact.schema" >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
echo >> /etc/e-smith/templates-custom/etc/openldap/slapd.conf/10schema
expand-template /etc/openldap/slapd.conf
service ldap restart
1. New 7.2 install without the updates that appear after the installation.
2. when trying to access the configuration screen I get a HTTP 403 forbidden at this address http://hserver/egroupware/setup
[snip]
http://217.194.194.156/egroupware
mysql -u root -p
Enter password:*******
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Your Database is not working!: Access denied for user 'egroupware'@'localhost' (using password: NO)
Make sure that your database is created and the account permissions are set.
Instructions for creating the database in MySql:
Login to mysql -
[user@server user]# mysql -u root -p
Create the empty database and grant user permissions -
mysql> CREATE DATABASE egroupware;
mysql> GRANT ALL ON egroupware.* TO egroupware@localhost IDENTIFIED BY '';
Or we can attempt to create the database for you:
password is not work for mysql ???
I FIX MYSQL
https://217.194.194.156/egroupware/setup/index.php
I FIX MYSQL
is new erro
login
Blocked, too many attempts*
and is not work good in hebrew
?????? ????? ??-??????
eGroupWare ?????? ?? ????? ?????? ?? ????? ???? ????? ????
??? ????? ???? ?????? ?????? Basque Brazil Bulgarian Catalán Croatian Czech Danish Deutsch Dutch English Español Français Greek Hebrew Hungarian Italiano Japanese Korean Latvian Lithuanian Norwegian Persian Polski Portuguese Russian Slovenian Slovensky Suomi Swedish Thai Turkish Ukrainian Vietnamese simplified Chinese traditional Chinese (Taiwan) ??? ???? ????? ?? ????? ?????? ????
??? ?? ?? ????? ?????? ????? ?????
???? ???? ????? ??? ????? ??????? ????
???? ?????? ?????? ????
?????? debug ????? ????? ??????
hi all
I hope someone can help me. I installed eGroupware as per the wiki: http://wiki.contribs.org/Egroupware and setup an admin account (username = admin / password = admin), yet I cannot login, not even with the demo accounts.
I'm running SME 7.3, and use smeserver-egroupware-1.4.002-3.el4.sme.noarch.rpm
From phpMyAdmin I can see the admin account, and resetting the password as an MD5 type password doesn't help either. A reboot didn't work either. Any suggestions?
Does someone perhaps know why Affa isn't working?
Is the author of this contrib planning on an upgrade soon?No, I don't... Simply because this contrib is in "smecontribs" and I don't know how to update it and don't have the time to learn how.
This time however I get an error when creating a new email. The FCKeditor apparently has a hard coded path that does not work with the contrib (I do not understand why ... yet).
I cleared my browsers cache and the problem was mirically gone.
Please note: as FCK contains many static javascript and css files, you and your users might have to delete the browser cache after the update!
You've tried to open the eGroupWare application: icalsrv, but you
have no permission to access this application.
.....does anyone know why egroupware is blocking access to icalsrv??