Add Album doesn't work

bkowalcz

Joined: 2010-08-01
Posts: 2
Posted: Sun, 2010-08-01 00:43

The Add Album menu item doesn't launch an add album form when clicked. The menu item highlights, but never does anything.
It doesn't appear to be a permissions issue because it doesn't work when I'm administrator.

I am using Gallery3 RC2.
Operating system: Linux 2.6.28-11-server
Apache: Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch
PHP: 5.2.6-3ubuntu4.5
MySQL: 5.0.75-0ubuntu10.3

Here is the log information.
#0 [internal function]: ORM_Core->__call('group', Array)
#1 /var/www/html/gallery3/gallery3/modules/user_homes/helpers/user_homes_event.php(183): Item_Model->group('privacy')
#2 [internal function]: user_homes_event_Core::album_add_form(Object(Item_Model), Object(Forge))
#3 /var/www/html/gallery3/gallery3/modules/gallery/helpers/module.php(374): call_user_func_array(Array, Array)
#4 /var/www/html/gallery3/gallery3/modules/gallery/helpers/album.php(49): module_Core::event('album_add_form', Object(Item_Model), Object(Forge))
#5 /var/www/html/gallery3/gallery3/modules/gallery/controllers/albums.php(171): album_Core::get_add_form(Object(Item_Model))
#6 [internal function]: Albums_Controller->form_add('1')
#7 /var/www/html/gallery3/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Albums_Controller), Array)
#8 [internal function]: Kohana_Core::instance(NULL)
#9 /var/www/html/gallery3/gallery3/system/core/Event.php(208): call_user_func_array(Array, Array)
#10 /var/www/html/gallery3/gallery3/application/Bootstrap.php(67): Event_Core::run('system.execute')
#11 /var/www/html/gallery3/gallery3/index.php(94): require('/var/www/html/g...')
#12 {main}

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Sun, 2010-08-01 04:41

Try disabling (or upgrading!) the "user_homes" module. Looks like it's doing something wrong...
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git

 
bkowalcz

Joined: 2010-08-01
Posts: 2
Posted: Sun, 2010-08-01 14:13

Thanks
Disabling the user homes module did fix it.