02-05-2011, 01:38 AM
(02-05-2011, 12:55 AM)nauseam Wrote: Hi,
I already see another threads with the same problem, but i tried their solution without success. The db should be ok, i created the tables and put the right dbname, user and pw in the inc-file. I have a hosted package: in my php-info output i see:
_SERVER["DOCUMENT_ROOT"] =/srv/www/abc.de
and i copied everything in the subfolder epa/dok/leto/ and as data-folder i created epa/dok/dateien/ (chmod 777)
url to leto: http://www.abc.de/epa/dok/leto/
that means i write:
var $_contentDir = "/srv/www/abc.de/epa/dok/dateien/";
var $_httpRoot = "/epa/dok/leto/";
var $_rootDir = "/srv/www/abc.de/epa/dok/leto/";
var $_ADOdbPath = "/srv/www/abc.de/epa/dok/leto/adodb/";
anybody see my silly mistake? (i get a blank page with this address: out/out.ViewFolder.php)
regards
nauseam
hello
which version ?
for 2.x version try
PHP Code:
var $_ADOdbPath = "/srv/www/abc.de/epa/dok/leto/";
or see Check configuration after an installation