🌍
English
when synchronizing for the first tiem, i get the following error:
UPDATE phpwebgallery_categories
SET date_last = NULL,
nb_images = NULL
WHERE id = '1'
;
[mysql error 1048] Column 'nb_images' cannot be null
But it exists
Last edited by danilm (2007-10-08 14:53:00)
Offline
php version?
Offline
PHP Version 5.2.5
thanks
Last edited by danilm (2008-01-04 08:39:53)
Offline
admin/include/functions.php at line: 600
if (isset($data[$key]) and $data[$key] != '')
if (isset($data[$key]) and $data[$key] !== '')
and tell us!
8-)
Offline