I got this Error when managing/inserting album :

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'images' doesn't have a default value: INSERT INTO {picasa_node_album} (nid, uid, google_user, album_id, title) VALUES (:nid, :uid, :google_user, :album_id, :title); Array ( [:nid] => 46 [:uid] => 1 [:google_user] => usep.rusnandar [:album_id] => 5705842763369305153 [:title] => 1994 High School Memory ) dalam picasa_node_album_submit_handler() (baris 192 dari /home/rusnanda/public_html/8777inetbisnis.com/sites/keluarga/modules/picasa_node_album/picasa_node_album.pages.inc).

Comments

Anonymous’s picture

Same issue

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'images' doesn't have a default value: INSERT INTO {picasa_node_album} (nid, uid, google_user, album_id, title) VALUES (:nid, :uid, :google_user, :album_id, :title); Array ( [:nid] => 41 [:uid] => 1 [:google_user] => isarloge@gmail.com [:album_id] => 5708260288043057505 [:title] => Gindelalm, Oktober 2011 ) in picasa_node_album_submit_handler() (Zeile 192 von /var/www/vhosts/isarloge.de/httpdocs/sites/all/modules/contrib/picasa_node_album/picasa_node_album.pages.inc).

Anonymous’s picture

Solution by going into the database, setting "Allow Null value" for images column.

mmilano’s picture

I'm able to reproduce this. I'll be making a new release soon.

mmilano’s picture

Version: 7.x-1.x-dev » 7.x-1.0-beta2

Fixed with 7.x-2.0-beta2 release.

mmilano’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.