Prosím Vás poradí mi niekto imagepicker mi nechce nahrávať obrázky a ukazuje takéto chybové hlásenie
user warning: Duplicate entry '0' for key 'PRIMARY' query: INSERT INTO imagepicker (uid, img_name, img_title, img_description, img_date) VALUES ('1', '70001-COP.jpg', '', '', '2010-03-05 18:07:38') in /domains1/do1806000/public/www_root/sites/all/modules/imagepicker/imagepicker.module on line 2768.
Error while saving information to database for uploaded image.
Čo mám s tým urobiť?
Ďakujem Vám za pomoc.
tak piše mi tam toto
$result = db_query("INSERT INTO {imagepicker} (uid, img_name, img_title, img_description, img_date) VALUES ('%d', '%s', '%s', '%s', '%s')", array($uid, $img_name, $img_title, $img_description, $date));
if ($result) {
$nextimgid = db_last_insert_id("imagepicker", 'img_id');
neviem co s tým robiť poradite mi ? dakujem
Asi bych se koukl do Issues u tohoto modulu.