C
cyberdude
Guest
I upgraded to the new plesk yesterday and there is no webmail directory in my vhost, and now i cannot goto webmail can anybody tell me what is the problem
Thanks
Thanks
Originally posted by cyberdude
I upgraded to the new plesk yesterday and there is no webmail directory in my vhost, and now i cannot goto webmail can anybody tell me what is the problem
Thanks
<VirtualHost \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
xxx.xxx.xxx.xxx:80 \
>
DocumentRoot /usr/share/psa-horde/
Alias /horde/ /usr/share/psa-horde/
Alias /imp/ /usr/share/psa-horde/imp/
ServerName webmail
ServerAlias webmail.*
UseCanonicalName Off
<Directory /usr/share/psa-horde>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag magic_quotes_gpc off
php_admin_flag safe_mode off
php_admin_value open_basedir "/usr/share/psa-horde:/etc/psa-horde:/etc/psa:/tmp:/var/log:/usr/share/doc"
php_admin_value include_path "/usr/share/psa-horde:/usr/share/psa-horde/pear:."
</IfModule>
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Originally posted by JLChafardet
vim /etc/httpd/conf/httpd.include
and change the home/httpd/vhosts/webmail to
/usr/share/psa-horde/
Originally posted by Jayson
Since upgrading to 7.5.3 I also have a webmail problem. I checked the httpd.include at it pointed to the correct /usr/share/psa-horde directory and adding the trans_sid tag did not help. Everything appeared to work fine after the upgrade last night and it was not until noon today that people started getting the error, when loading the webmail interface.
A fatal error has occurred
Required 'Array' not specified in DataTree SQL configuration. The file /config/conf.php should contain a $conf['storage']['params']['Array'] setting.
Êã ÃÃÙ ÇáÊÃÇÕÃá áãÃÃÑ ÇáäÙÇã
I'm not sure what the bottom error says
Any help is much appreciated,
Originally posted by hardweb
If horde is not working, install the psa-horde and psa-imp packages from the base installation directory.