Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Creating ClickTrack table ... failed

Quote Reply
Creating ClickTrack table ... failed
Everytime I try to run the installation on the new server I get:

--

Creating Users table ... ok!
Creating Links table ... ok!
Creating Changes table ... ok!
Creating Category table ... ok!
Creating Reviews table ... ok!
Creating CatLinks table ... ok!
Creating CatRelations table ... ok!
Creating Editors table ... ok!
Creating Verify table ... ok!
Creating Sessions table ... ok
Creating EmailTemplates table ... ok!
Creating EmailMailings table ... ok!
Creating MailingIndex table ... ok!
Creating MailingList table ... ok!
Creating MailingListIndex table ... ok!
Creating ClickTrack table ... failed (Failed to execute query: '
CREATE TABLE lsql_ClickTrack (
LinkID INT NOT NULL,
IP CHAR(25) NOT NULL,
ClickType ENUM('Rate','Hits','Review') NOT NULL,
ReviewID INT DEFAULT '0' NOT NULL,
Created TIMESTAMP NOT NULL,
INDEX cndx (Created),
PRIMARY KEY (LinkID,IP,ClickType,ReviewID,LinkID,IP,ClickType,ReviewID,LinkID,IP,ClickType,ReviewID,LinkID,IP,ClickType,ReviewID)
)
' Reason: Can't create table './easyebook/lsql_ClickTrack.frm' (errno: 126))

--

It always stops at the same place. Any ideas why or how to fix it?

--

Kriis
Subject Author Views Date
Thread Creating ClickTrack table ... failed kriis 1342 Oct 5, 2004, 1:23 PM
Post Re: [kriis] Creating ClickTrack table ... failed
brewt 1298 Oct 5, 2004, 1:36 PM
Post Re: [kriis] Creating ClickTrack table ... failed
pugdog 1296 Oct 5, 2004, 6:34 PM