1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
* JInstaller::install: Erreur SQL. DB function failed with error number 1064
Erreur de syntaxe pr�s de 'true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPho' � la ligne 13 SQL=CREATE TABLE IF NOT EXISTS `jos_course_settings` ( `id` int(11) auto_increment, `TitleStyle` varchar(2) DEFAULT 'h3', `ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif', `ThumbnailSizeWidth` int(11) DEFAULT 160, `ThumbnailSizeHeight` int(11) DEFAULT 104, `PhotoParticipantSizeWidth` int(11) DEFAULT 50, `PhotoParticipantSizeHeight` int(11) DEFAULT 50, `PhotoAlbumFixedWidth` int(11) DEFAULT 640, `PhotoAlbumFixedHeight` int(11) DEFAULT 480, `EverytrailFixedWidth` int(11) DEFAULT 700, `EverytrailFixedHeight` int(11) DEFAULT 520, `EnrolMany` boolean DEFAULT true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPhoto` boolean DEFAULT true, `JoomlaContact` boolean DEFAULT true, `JoomlaContactCategory` boolean DEFAULT false, `JComments` boolean DEFAULT true, `ShowRanking` boolean DEFAULT false, `GPS` boolean DEFAULT true, `EnableAddMyNameToParticipantsList` boolean DEFAULT true, `ShowWarningAddMyName` boolean DEFAULT false, `AddMyNameToParticipantsList` boolean DEFAULT false, `AutoAcceptRequestToParticipantsList` boolean DEFAULT true, `DebugVarCodes` boolean DEFAULT false, `DebugMode` boolean DEFAULT false, PRIMARY KEY (`id`) );
SQL =
CREATE TABLE IF NOT EXISTS `jos_course_settings` (
`id` int(11) auto_increment,
`TitleStyle` varchar(2) DEFAULT 'h3',
`ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif',
`ThumbnailSizeWidth` int(11) DEFAULT 160,
`ThumbnailSizeHeight` int(11) DEFAULT 104,
`PhotoParticipantSizeWidth` int(11) DEFAULT 50,
`PhotoParticipantSizeHeight` int(11) DEFAULT 50,
`PhotoAlbumFixedWidth` int(11) DEFAULT 640,
`PhotoAlbumFixedHeight` int(11) DEFAULT 480,
`EverytrailFixedWidth` int(11) DEFAULT 700,
`EverytrailFixedHeight` int(11) DEFAULT 520,
`EnrolMany` boolean DEFAULT true,
`AlbumPhoto` boolean DEFAULT true,
`ShowParticipantPhoto` boolean DEFAULT true,
`JoomlaContact` boolean DEFAULT true,
`JoomlaContactCategory` boolean DEFAULT false,
`JComments` boolean DEFAULT true,
`ShowRanking` boolean DEFAULT false,
`GPS` boolean DEFAULT true,
`EnableAddMyNameToParticipantsList` boolean DEFAULT true,
`ShowWarningAddMyName` boolean DEFAULT false,
`AddMyNameToParticipantsList` boolean DEFAULT false,
`AutoAcceptRequestToParticipantsList` boolean DEFAULT true,
`DebugVarCodes` boolean DEFAULT false,
`DebugMode` boolean DEFAULT false,
PRIMARY KEY (`id`)
);
* Composant Installation: Erreur SQL ou fichier sql absent ou illisible. DB function failed with error number 1064
Erreur de syntaxe pr�s de 'true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPho' � la ligne 13 SQL=CREATE TABLE IF NOT EXISTS `jos_course_settings` ( `id` int(11) auto_increment, `TitleStyle` varchar(2) DEFAULT 'h3', `ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif', `ThumbnailSizeWidth` int(11) DEFAULT 160, `ThumbnailSizeHeight` int(11) DEFAULT 104, `PhotoParticipantSizeWidth` int(11) DEFAULT 50, `PhotoParticipantSizeHeight` int(11) DEFAULT 50, `PhotoAlbumFixedWidth` int(11) DEFAULT 640, `PhotoAlbumFixedHeight` int(11) DEFAULT 480, `EverytrailFixedWidth` int(11) DEFAULT 700, `EverytrailFixedHeight` int(11) DEFAULT 520, `EnrolMany` boolean DEFAULT true, `AlbumPhoto` boolean DEFAULT true, `ShowParticipantPhoto` boolean DEFAULT true, `JoomlaContact` boolean DEFAULT true, `JoomlaContactCategory` boolean DEFAULT false, `JComments` boolean DEFAULT true, `ShowRanking` boolean DEFAULT false, `GPS` boolean DEFAULT true, `EnableAddMyNameToParticipantsList` boolean DEFAULT true, `ShowWarningAddMyName` boolean DEFAULT false, `AddMyNameToParticipantsList` boolean DEFAULT false, `AutoAcceptRequestToParticipantsList` boolean DEFAULT true, `DebugVarCodes` boolean DEFAULT false, `DebugMode` boolean DEFAULT false, PRIMARY KEY (`id`) );
SQL =
CREATE TABLE IF NOT EXISTS `jos_course_settings` (
`id` int(11) auto_increment,
`TitleStyle` varchar(2) DEFAULT 'h3',
`ParticipantDefaultPhoto` varchar(50) DEFAULT 'noface4.gif',
`ThumbnailSizeWidth` int(11) DEFAULT 160,
`ThumbnailSizeHeight` int(11) DEFAULT 104,
`PhotoParticipantSizeWidth` int(11) DEFAULT 50,
`PhotoParticipantSizeHeight` int(11) DEFAULT 50,
`PhotoAlbumFixedWidth` int(11) DEFAULT 640,
`PhotoAlbumFixedHeight` int(11) DEFAULT 480,
`EverytrailFixedWidth` int(11) DEFAULT 700,
`EverytrailFixedHeight` int(11) DEFAULT 520,
`EnrolMany` boolean DEFAULT true,
`AlbumPhoto` boolean DEFAULT true,
`ShowParticipantPhoto` boolean DEFAULT true,
`JoomlaContact` boolean DEFAULT true,
`JoomlaContactCategory` boolean DEFAULT false,
`JComments` boolean DEFAULT true,
`ShowRanking` boolean DEFAULT false,
`GPS` boolean DEFAULT true,
`EnableAddMyNameToParticipantsList` boolean DEFAULT true,
`ShowWarningAddMyName` boolean DEFAULT false,
`AddMyNameToParticipantsList` boolean DEFAULT false,
`AutoAcceptRequestToParticipantsList` boolean DEFAULT true,
`DebugVarCodes` boolean DEFAULT false,
`DebugMode` boolean DEFAULT false,
PRIMARY KEY (`id`)
); |
Partager