DATABASE ERROR:
DROP TABLE IF EXISTS `#__photo_albums`; CREATE TABLE `#__photo_albums` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL, `ordering` int(11) NOT NULL DEFAULT '1', `NSLeft` int(11) NOT NULL, `NSRight` int(11) NOT NULL, `NSDiffer` varchar(15) NOT NULL, `NSIgnore` int(11) NOT NULL, `NSLevel` int(11) NOT NULL, `title` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `published` int(11) NOT NULL, `showdate` int(11) NOT NULL DEFAULT '1', `iconurl` varchar(100) NOT NULL, `pubdate` datetime NOT NULL, `orderby` varchar(20) NOT NULL DEFAULT 'title', `orderto` varchar(4) NOT NULL DEFAULT 'asc', `public` int(11) NOT NULL, `perpage` int(11) NOT NULL DEFAULT '15', `cssprefix` varchar(20) NOT NULL, `thumb1` int(11) NOT NULL DEFAULT '96', `thumb2` int(11) NOT NULL DEFAULT '480', `thumbsqr` int(11) NOT NULL DEFAULT '1', `showtype` varchar(10) NOT NULL DEFAULT 'list', `nav` int(11) NOT NULL DEFAULT '1', `uplimit` int(11) NOT NULL, `maxcols` int(11) NOT NULL DEFAULT '4', `orderform` int(11) NOT NULL DEFAULT '1', `showtags` int(11) NOT NULL DEFAULT '1', `bbcode` int(11) NOT NULL DEFAULT '1', `user_id` int(11) NOT NULL DEFAULT '1', `is_comments` int(11) NOT NULL, ) ENGINE=MyISAM DEFAULT CHARSET=cp1251; INSERT INTO `#__photo_albums` (`id`, `parent_id`, `ordering`, `NSLeft`, `NSRight`, `NSDiffer`, `NSIgnore`, `NSLevel`, `title`, `description`, `published`, `showdate`, `iconurl`, `pubdate`, `orderby`, `orderto`, `public`, `perpage`, `cssprefix`, `thumb1`, `thumb2`, `thumbsqr`, `showtype`, `nav`, `uplimit`, `maxcols`, `orderform`, `showtags`, `bbcode`, `user_id`, `is_comments`) VALUES (100, 0, 1, 1, 2, '', 0, 0, '-- Корневой альбом --', '', 1, 1, '', '2008-05-30 12:03:07', 'title', 'asc', 0, 15, '', 96, 480, 1, 'list', 1, 0, 4, 1, 1, 1, 1, 0);
Естественно надо сделать бекап базы до любых изменений!!!