if I open it, there is no icon
if I delete it, there comes a error-message:
ORM_Validation_Exception [ Database Error ]: ORM Validation has failed for items model
SYSPATH/libraries/ORM_Validation_Exception.php[ 20 ]
15 * @param Validation $array 16 * @return 17 */ 18 public static function handle_validation($table, Validation $array) 19 { 20 $exception = new ORM_Validation_Exception('ORM Validation has failed for :table model',array(':table'=>$table)); 21 $exception->validation = $array; 22 throw $exception; 23 } 24} // End ORM_Validation_Exception
SYSPATH/libraries/ORM.php[ 755 ] » ORM_Validation_Exception_Core::handle_validation( Argumente )
MODPATH/gallery/models/item.php[ 773 ] » ORM_Core->validate( Argumente )
SYSPATH/libraries/ORM.php[ 778 ] » Item_Model_Core->validate()
MODPATH/gallery/libraries/MY_ORM.php[ 34 ] » ORM_Core->save()
MODPATH/gallery/libraries/ORM_MPTT.php[ 79 ] » ORM->save()
MODPATH/gallery/models/item.php[ 523 ] » ORM_MPTT_Core->save()
MODPATH/gallery/models/item.php[ 276 ] » Item_Model_Core->save()
MODPATH/gallery/models/item.php[ 165 ] » Item_Model_Core->relative_path()
MODPATH/gallery/models/item.php[ 93 ] » Item_Model_Core->file_path()
MODPATH/gallery/libraries/ORM_MPTT.php[ 96 ] » Item_Model_Core->delete()
MODPATH/gallery/models/item.php[ 97 ] » ORM_MPTT_Core->delete()
MODPATH/gallery/controllers/quick.php[ 105 ] » Item_Model_Core->delete()
{PHP Interer Zugriff} » Quick_Controller->delete( Argumente )
SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( Argumente )
{PHP Interer Zugriff} » Kohana_Core::instance( Argumente )
SYSPATH/core/Event.php[ 208 ] » call_user_func_array( Argumente )
APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( Argumente )
DOCROOT/index.php[ 113 ] » require( Argumente )
Umgebung
Posts: 27300
Can you delete other items/albums or is it just this one?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team