ciao a tutti, avrei un problemone che non ho idea di come gestire: sia docman che remository non terminano l'installazione perchè anno un problema simile con mysql; l'errore è questo:
Errore SQL DB function failed with error number 1005
Can't create table 'jos_docman' (errno: 13) SQL=CREATE TABLE `jos_docman` ( `id` int(11) NOT NULL auto_increment, `catid` int(11) NOT NULL default '1', `dmname` text NOT NULL, `dmdescription` longtext, `dmdate_published` datetime NOT NULL default '0000-00-00 00:00:00', `dmowner` int(4) NOT NULL default '-1', `dmfilename` text NOT NULL, `published` tinyint(1) NOT NULL default '0', `dmurl` text NULL, `dmcounter` int(11) NULL default '0', `checked_out` int(11) NOT NULL default '0', `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00', `approved` tinyint(1) NOT NULL default '0', `dmthumbnail` text NULL, `dmlastupdateon` datetime default '0000-00-00 00:00:00', `dmlastupdateby` int(5) NOT NULL default '-1', `dmsubmitedby` int(5) NOT NULL default '-1', `dmmantainedby` int(5) default '0', `dmlicense_id` int(5) default '0', `dmlicense_display` tinyint(1) NOT NULL default '0', `access` int(11) unsigned NOT NULL default '0', `attribs` text NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM
SQL =
CREATE TABLE `jos_docman` (
`id` int(11) NOT NULL auto_increment,
`catid` int(11) NOT NULL default '1',
`dmname` text NOT NULL, `dmdescription` longtext,
`dmdate_published` datetime NOT NULL default '0000-00-00 00:00:00',
`dmowner` int(4) NOT NULL default '-1',
`dmfilename` text NOT NULL,
`published` tinyint(1) NOT NULL default '0',
`dmurl` text NULL,
`dmcounter` int(11) NULL default '0',
`checked_out` int(11) NOT NULL default '0',
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
`approved` tinyint(1) NOT NULL default '0',
`dmthumbnail` text NULL,
`dmlastupdateon` datetime default '0000-00-00 00:00:00',
`dmlastupdateby` int(5) NOT NULL default '-1',
`dmsubmitedby` int(5) NOT NULL default '-1',
`dmmantainedby` int(5) default '0',
`dmlicense_id` int(5) default '0',
`dmlicense_display` tinyint(1) NOT NULL default '0',
`access` int(11) unsigned NOT NULL default '0',
`attribs` text NOT NULL,
PRIMARY KEY (`id`) )
TYPE=MyISAM
il sito è lug-govonis.homelinux.org su debian testing, apache2 , mysql5.0.20, php 5.1.2.