Raw Photos no longer working after upgrade to 3.07

nmuhlbauer

Joined: 2013-06-01
Posts: 2
Posted: Tue, 2013-06-04 03:32

I posted this on the Raw photo module thread a few days back, but haven't heard anything back... Am I the only one having this issue?

I had Gallery 3.04 and everything worked (raw photos, keep orig, etc...) but after the upgrade to 3.07 the raw photos do not upload. Regular jpgs are fine. I get an error on single file uploads, but server adds do not work either. (Server add shows successful, but no photo is added. The associated jpgs that should be created are not present in any of the folders.)

The error log shows a validation failure:

2013-06-01 04:26:57 +00:00 --- error: ORM Validation has failed for items model
#0 /photos/gallery/system/libraries/ORM.php(755): ORM_Validation_Exception_Core::handle_validation('items', Object(Validation))
#1 /photos/gallery/modules/gallery/models/item.php(887): ORM_Core->validate(NULL)
#2 /photos/gallery/system/libraries/ORM.php(778): Item_Model_Core->validate()
#3 /photos/gallery/modules/gallery/libraries/MY_ORM.php(34): ORM_Core->save()
#4 /photos/gallery/modules/gallery/libraries/ORM_MPTT.php(76): ORM->save()
#5 /photos/gallery/modules/gallery/models/item.php(390): ORM_MPTT_Core->save()
#6 /photos/gallery/modules/gallery/controllers/uploader.php(75): Item_Model_Core->save()
#7 [internal function]: Uploader_Controller->add_photo('46956')
#8 /photos/gallery/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Uploader_Controller), Array)
#9 [internal function]: Kohana_Core::instance(NULL)
#10 /photos/gallery/system/core/Event.php(208): call_user_func_array(Array, Array)
#11 /photos/gallery/application/Bootstrap.php(67): Event_Core::run('system.execute')
#12 /photos/gallery/index.php(116): require('/photos/gallery...')
#13 {main}
2013-06-01 04:26:57 +00:00 --- error: Validation errors: Array
(
[name] => invalid_data_file
)

I'm guessing there's a compatibility issue here between the new gallery core code and this module. I'm not a code guy by any stretch of the immagination, but I'm willing to help figure this out any way I can. Just tell me what to check... As a last resort, I have this running on a VM with a pre-upgrade snapshot, so I can roll back, but I've added a lot of photos since then.

Thanks for any help you can provide,

Nick

 
g_r_a_d

Joined: 2011-11-27
Posts: 8
Posted: Wed, 2014-06-04 09:06

Is there any progress width this issue?
I tried to upload NEF file form NIKON camera.

2014-06-04 10:40:43 +02:00 --- error: ORM Validation has failed for items model
#0 /var/www/gallery3/system/libraries/ORM.php(755): ORM_Validation_Exception_Core::handle_validation('items', Object(Validation))
#1 /var/www/gallery3/modules/gallery/models/item.php(887): ORM_Core->validate(NULL)
#2 /var/www/gallery3/system/libraries/ORM.php(778): Item_Model_Core->validate()
#3 /var/www/gallery3/modules/gallery/libraries/MY_ORM.php(34): ORM_Core->save()
#4 /var/www/gallery3/modules/gallery/libraries/ORM_MPTT.php(76): ORM->save()
#5 /var/www/gallery3/modules/gallery/models/item.php(390): ORM_MPTT_Core->save()
#6 /var/www/gallery3/modules/gallery/controllers/uploader.php(75): Item_Model_Core->save()
#7 [internal function]: Uploader_Controller->add_photo('1202')
#8 /var/www/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Uploader_Controller), Array)
#9 [internal function]: Kohana_Core::instance(NULL)
#10 /var/www/gallery3/system/core/Event.php(208): call_user_func_array(Array, Array)
#11 /var/www/gallery3/application/Bootstrap.php(67): Event_Core::run('system.execute')
#12 /var/www/gallery3/index.php(116): require('/var/www/galler...')
#13 {main}
2014-06-04 10:40:43 +02:00 --- error: Validation errors: Array
(
    [name] => invalid_data_file
)