PDA

Zobacz pełną wersję : Joomla! + Admin Language 1.0.15 stable + Krasnal problem przy instalacjii



tkoston
13-06-2008, 21:18
Witam przy instalacji na krasnalu w czasie tworzenia bazy danych pojawia sie następujący błąd:

SQL=Something is wrong in your syntax obok \'CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
\n PRIMARY KEY (\' w linii 6 SQL=CREATE TABLE IF NOT EXISTS `jos_zoom_comments` (
\n `cmtid` int(11) NOT NULL auto_increment,
\n `imgid` int(11) NOT NULL default \'0\',
\n `cmtname` varchar(40) NOT NULL default \'\',
\n `cmtcontent` text NOT NULL,
\n `cmtdate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
\n PRIMARY KEY (`cmtid`),
\n KEY `imgid` (`imgid`)
\n) TYPE=MyISAM AUTO_INCREMENT=1:
- - - - - - - - - -
CREATE TABLE IF NOT EXISTS `#__zoom_comments` (
`cmtid` int(11) NOT NULL auto_increment,
`imgid` int(11) NOT NULL default '0',
`cmtname` varchar(40) NOT NULL default '',
`cmtcontent` text NOT NULL,
`cmtdate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
PRIMARY KEY (`cmtid`),
KEY `imgid` (`imgid`)
) TYPE=MyISAM AUTO_INCREMENT=1
= = = = = = = = = =


Proszę o pomoc