View Single Post
Old 02-28-2004, 02:48 PM   #2
Charter
Head Mole
 
Charter's Avatar
 
Join Date: May 2003
Posts: 2,539
Hi. In the install.php file is the following code:
PHP Code:
else if (!is_writable($relative_script_path.'/includes/')) {
     
$error .= phpdigMsg('error2');

The 'error2' message is the "Can't write connexion template" message.

Try making sure that the following are set to 777 permissions:

[PHPDIG_DIR]/text_content
[PHPDIG_DIR]/includes
[PHPDIG_DIR]/admin/temp
__________________
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.
Charter is offline   Reply With Quote