Hi. In install.php is the following:
PHP Code:
$relative_script_path = '..';
if (!is_file($relative_script_path.'/includes/_connect.php')) {
$error .= phpdigMsg('error1');
}
The error1 message is "can't find connexion template" so it looks like PhpDig cannot locate the _connect.php file. Are you using the directory structure that came with PhpDig?
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension.
|