Tuesday 29 April 2003 5:49:39 am
correction: after more testing it seems that the connection to the database always fails if it is done from a site.ini.append in a directory that contains a dot in its name. so, `admin.ez3test.vangorkum.com' in my previous example doesn't work after all; it shows your error. it works if i replace the dot in <accessname> and the subdirectoryname with an underscore: file: ezpublish-3.0-1/settings/override/site.ini.append.php
[SiteAccessSettings]
MatchOrder=host
HostMatchType=map
HostMatchMapItems[]=ez3test.vangorkum.com;ez3test
HostMatchMapItems[]=admin.ez3test.vangorkum.com;admin_ez3test ... file: ezpublish-3.0-1/settings/siteaccess/ez3test/site.ini.append
[DatabaseSettings]
User=ez3test
Password=********
Database=ez3test ... file: ezpublish-3.0-1/settings/siteaccess/admin_ez3test/site.ini.append
[DatabaseSettings]
User=ez3test
Password=********
Database=ez3test ...
configuration details:
* debian GNU/Linux 3 woody
* apache 1.3.26
* php 4.1.2
* mysql 3.23.49 * ez publish 3.0-1 jeroen.
|