PDA

View Full Version : Newest build Can't find connexion template


Nosmada
01-20-2004, 09:57 AM
Tried installing the latest build into a new site. All permissions are good and folder structure correct. I get:

'Can't find connexion template'

get get the database tables made. Last build in another site I created the database through PHPMYADMIN, set parameters in connect.php. Then I used install to create the tables.

Just did the same again in the new site and it worked. Why can't I install the new build?

Charter
01-20-2004, 10:02 AM
Hi. Is the _connect.php file (with the underscore) in the includes directory?

Nosmada
01-20-2004, 11:05 AM
Yes and I made a version without the underscore as well.

Charter
01-20-2004, 11:23 AM
Hi. In install.php is the following:

$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?

Nosmada
01-20-2004, 12:36 PM
Got it. I didn't need to remove the _. Thanks.