I've installed SME7.0 and smeserver-phpmyadmin-multiuser-2.0-3.noarch.rpm. Also, I've installed eGRoupware with a seperated ibay
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
I've inputted following commands to make the egroupware work.
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
A new file "/etc/e-smith/templates-custom/etc/php.ini/30mbstring" contain following parameter
mbstring.func_overload = 7
Also, .....following command,
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
After the setup, my eGroupware work well. However, after I installed eGroupware, it responed "#1045 - Access denied for user 'admin'@'localhost' (using password: YES)
" when I login phpmyadmin and cannot find the webpage of webmail again.
I've tried many many time, and have some fresh re-installation. Can you help, please.