Eric ...no I haven't
Originally I thought I needed to edit the conf.Settings.php file
Other files I also edited were those that had references to "local host" because my server is not a "localhost" but has a specific "name"
When things went off the rails I trashed the lot and began again just editing the settings.xml file
------ edit -----
I just ran check and get
Parse error: syntax error, unexpected '{' in letodms/check.php on line 374
Also test.php and get
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /adodb/adodb.inc.php on line 465
FYI
Originally I thought I needed to edit the conf.Settings.php file
Other files I also edited were those that had references to "local host" because my server is not a "localhost" but has a specific "name"
When things went off the rails I trashed the lot and began again just editing the settings.xml file
------ edit -----
I just ran check and get
Parse error: syntax error, unexpected '{' in letodms/check.php on line 374
Also test.php and get
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /adodb/adodb.inc.php on line 465
FYI
Quote: <server
rootDir = "/nfs/c02/h04/mnt/24728/domains/domain.com/html"
httpRoot = "/letodms/"
contentDir = "/data/leto/data/"
stagingDir = "/data/leto/data/staging/"
luceneDir = ""
logFileEnable = "true"
logFileRotation = "d"
enableLargeFileUpload = "true"
partitionSize = "2000000"
>
</server>
<database
ADOdbPath = "/nfs/c02/h04/mnt/24728/domains/domain.com/html/adodb"
dbDriver = "mysql"
dbHostname = "internal-db.000.domain.com"
dbDatabase = "db000_docs"
dbUser = "db000"
dbPass = "xxxxxx"
>
</database>