|
Quotes |
" ... I want to tell you that your thyme product is functional and valuable beyond
words. I cannot imagine why any portal would be without it. It is the cornerstone of our new project ..."
" ... Thanks for such a complete project, its making my job much easier. ..."
" ... I have now deployed 4 different calendars and our users love them ... "
" ... Easy to install and use and a great look/design. ..."
" ... This has to be the easiest to use program I think I've had to deal with at all this year. ..."
|
|
| View previous topic :: View next topic |
| Author |
Message |
roarkh
Joined: 11 Sep 2006 Posts: 9
|
Posted: Mon Sep 11, 2006 5:35 pm Post subject: Step 2 Installation Failure |
|
|
Hello. I just downloaded a copy of Thyme to test but am having trouble getting it to install.
When the installer gets to Step 2 I get the following message...
| Code: |
Error: class.mysql.php :: query() :: Specified key was too long; max key length is 1000 bytes
--
-- Table structure for table `calAttachments`
--
CREATE TABLE `thyme_Attachments` (
`id` bigint(20) unsigned NOT NULL auto_increment,
`eid` bigint(20) unsigned NOT NULL default '0',
`filename` varchar(255) default NULL,
`filesize` bigint(20) unsigned default NULL,
`filetype` varchar(128) default NULL,
`filedata` longblob,
PRIMARY KEY (`id`),
KEY `eid` (`eid`),
KEY `filetype` (`filetype`,`filename`)
) TYPE=MyISAM
Install failed. Removing entities ...
Step 2 failed
You may go back and try to correct this failure by clicking Previous. To ignore any errors and continue, you may cilck Continue, however, Thyme may not install properly. If the installation continues to fail on this error and will not install properly, you may have to manually perform this step. Please review the Installation Guide for more information.
|
My system appears to meet all of the requirements. Can you give me a hint as to what I might be doing wrong?
Thank you.
Roark Holz |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5274
|
Posted: Mon Sep 11, 2006 5:42 pm Post subject: |
|
|
Hi Roark,
This is related to this MySQL bug: http://bugs.mysql.com/bug.php?id=4541
Could you please run the following SQL on the database where you are installing Thyme:
ALTER DATABASE db_name CHARACTER SET latin1;
where 'db_name' is the name of the database. |
|
| Back to top |
|
 |
roarkh
Joined: 11 Sep 2006 Posts: 9
|
Posted: Mon Sep 11, 2006 5:49 pm Post subject: Thank you |
|
|
Thank you for your quick and helpful reply.
On to Step 3...
Roark Holz |
|
| Back to top |
|
 |
Jozzhart Guest
|
Posted: Thu Apr 12, 2007 10:22 am Post subject: Good stuff |
|
|
| Had the same problem, and this solved it |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|