Forum Moderators: open
this colums is set to:
`mmh_file_storage` (`file_id` int(25) NOT NULL auto_increment,
`filename` varchar(30) NOT NULL default '',
`is_private` tinyint(1) NOT NULL default '0',
`gallery_id` int(25) NOT NULL default '0',
`album_id` int(25) NOT NULL default '0',
`file_title` varchar(35) NOT NULL default '',
PRIMARY KEY (`file_id`)
UNIQUE KEY `filename` (`filename`)
) TYPE=MyISAM;";
--------------
please help.... what's the error on " `is_private` tinyint(1) " ?
Try the following:
INSERT INTO `mmh_file_storage` (`filename`, `is_private`, `gallery_id`, `file_title`) VALUES ('h1zly4jb0zjvqte0ngtw.jpg', 0, 0, 'install-windows.jpg');