View Single Post
Old 03-13-2004, 08:51 AM   #1
tams
Green Mole
 
Join Date: Feb 2004
Posts: 9
Install did not work-Can't create database.

Hi,

installed and configured phpdig 1.8.0, but am getting the following error:

Install did not work- Can't create database.

Directories admin/temp, includes & text_content permissions set to 777.

Database holds the following tables: engine, excludes, keywords,logs, sites, spider & tempspider.

PHP Version 4.2.3
mysql 3.23.49
Linux infong 2.4.21

My _connect.php:

// Connection configuration
define('PHPDIG_DB_PREFIX','<dbprefix>');
define('PHPDIG_DB_HOST','db272.puretec.de');
define('PHPDIG_DB_USER','xxxxxx');
define('PHPDIG_DB_PASS','xxxxxx');
define('PHPDIG_DB_NAME','xxxxxx');

No special characters in my files.

Here are the Link to my phpinfo:

http://www.ihre-webhosting-domain.de/php/phpinfo.php


Many thx for help


T.
tams is offline   Reply With Quote