-
iCagenda
-
iCagenda - Français
-
Error : Field `checked_out` doesn't have a default value.
Error : Field `checked_out` doesn't have a default value.
-
CPR
-
Topic Author
-
Junior Member
-
Less
More
-
Posts: 20
-
Thank you received: 4
-
-
3 years 1 month ago #17469
by CPR
Bonjour,
J'ai appliqué les modifications suivantes à la base de données :ALTER TABLE `xxx_icagenda_registration` CHANGE `checked_out` `checked_out` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `xxx_icagenda_category` CHANGE `checked_out` `checked_out` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `xxx_icagenda_customfields` CHANGE `checked_out` `checked_out` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `xxx_icagenda_events` CHANGE `checked_out` `checked_out` INT(11) NOT NULL DEFAULT '0';
ALTER TABLE `xxx_icagenda_feature` CHANGE `checked_out` `checked_out` INT(11) NOT NULL DEFAULT '0';
Pour contourner l'erreur Field `checked_out` doesn't have a default value. quand on fait un Check-in de ces tables.
Cordialement,
CPR
Please Log in or Create an account to join the conversation.
-
Lyr!C
-
-
Administrator
-
-
Lead Developer
Less
More
-
Posts: 6780
-
Thank you received: 608
-
-
-
-
3 years 1 month ago - 3 years 1 month ago #17470
by Lyr!C
Bonjour,
Quelle version de Joomla ? (et quelle version d'iCagenda...)
Merci!
Cyril
Latest version : iCagenda 3.9.7
We recommend every user to keep iCagenda updated.
Don't forget to have your Joomla!™ up-to-date!
Do you like iCagenda?
I would appreciate if you could take 5 minutes to post a review on
JED (Joomla Extensions Directory)
.
Last edit: 3 years 1 month ago by Lyr!C.
Please Log in or Create an account to join the conversation.
-
iCagenda
-
iCagenda - Français
-
Error : Field `checked_out` doesn't have a default value.
Time to create page: 0.129 seconds