Captionator not saving / exception

magnificus

Joined: 2011-08-29
Posts: 2
Posted: Sun, 2011-12-11 11:34

I am editing my album and trying to tag the photos, but captionator would not save any of the fields anymore...
The album has 298 Photos and many tags, some have spaces and german umlaute äöü ...

It would not save because of this if (if (Input::instance()->post("save")))

After I deleted it I got this exception:
error: ORM_Validation_Exception [ 44 ]: ORM Validation has failed for items model
/var/www/pixotopia.net/http/system/libraries/ORM_Validation_Exception.php [ 20 ]
#0 /var/www/pixotopia.net/http/system/libraries/ORM.php(755): ORM_Validation_Exception_Core::handle_validation('items', Object(Validation))
#1 /var/www/pixotopia.net/http/modules/gallery/models/item.php(738): ORM_Core->validate(NULL)
#2 /var/www/pixotopia.net/http/system/libraries/ORM.php(778): Item_Model_Core->validate()
#3 /var/www/pixotopia.net/http/modules/gallery/libraries/MY_ORM.php(23): ORM_Core->save()
#4 /var/www/pixotopia.net/http/modules/gallery/libraries/ORM_MPTT.php(79): ORM->save()
#5 /var/www/pixotopia.net/http/modules/gallery/models/item.php(419): ORM_MPTT_Core->save()
#6 /var/www/pixotopia.net/http/modules/captionator/controllers/captionator.php(68): Item_Model_Core->save()
#7 [internal function]: Captionator_Controller->save('1')
#8 /var/www/pixotopia.net/http/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Captionator_Controller), Array)
#9 [internal function]: Kohana_Core::instance(NULL)
#10 /var/www/pixotopia.net/http/system/core/Event.php(208): call_user_func_array(Array, Array)
#11 /var/www/pixotopia.net/http/application/Bootstrap.php(67): Event_Core::run('system.execute')
#12 /var/www/pixotopia.net/http/index.php(102): require('/var/www/pixoto...')
#13 {main}
2011-12-11 11:07:13 +00:00 --- error: Validation errors: Array
(
[slug] => required
)

Is my album too big ? The slug would be the internet adress ? Maybe a wrong char there ? Is there a possibility to find the item which causes the exception ?