PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Script Installation (http://www.phpdig.net/forum/forumdisplay.php?f=37)
-   -   Newest build Can't find connexion template (http://www.phpdig.net/forum/showthread.php?t=420)

Nosmada 01-20-2004 09:57 AM

Newest build Can't find connexion template
 
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:
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?

Nosmada 01-20-2004 12:36 PM

Got it. I didn't need to remove the _. Thanks.


All times are GMT -8. The time now is 04:29 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.