PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Script Installation (http://www.phpdig.net/forum/forumdisplay.php?f=37)
-   -   Install won't work (http://www.phpdig.net/forum/showthread.php?t=572)

webcat 02-25-2004 08:31 AM

Install won't work
 
just found another post which states that the CHMOD should be 777 for the files, rather than 767 or 757 as I would have thought.

it's now working!!

777 is the key!!







I am trying to install phpdig on my web server which does have php and mysql. My provider has set me up the database and I have all the passwords correct.

I have set all the permissions correctly and I still can't get phpdig to install.

I am a complete newbie to php and mysql, so don't really know what I should be doing.

when I try to set up tables only (as I know the database has already been created) I get the message :-

Can't write connexion template.

what does this mean?????


should I ask my web space provider to reset some other permissions on the actual database??

any help, greatly appreciated!

meanwhile, I'm going to read my new book, PHP and MySQL for Dynamic Web Sites by Larry Ullman.

Charter 02-28-2004 02:48 PM

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


All times are GMT -8. The time now is 02:05 AM.

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