troubles with permission

kikibelux

Joined: 2014-07-10
Posts: 4
Posted: Thu, 2014-07-10 09:19

Hi everibody,

veri nice work about Gallery.

After a download of picture by server, it is impossible to give right on album.

when I click on permission, I have a small popub with nam of alum but any picture to give or retry right !

If i make a maintenance, i obtain this error !

The view_full_8 property does not exist in the Access_intent_Model class

Note that is it impossible for me to load a picture by web, i must use frp and doanload by server.

What can I do to give permission ?

Thanks

 
spags

Joined: 2010-03-26
Posts: 120
Posted: Thu, 2014-07-10 13:21

My guess would be that your installation hasn't installed correctly (maybe some of the files were corrupted during your installation or download). Another possibility is that your browser isn't rendering your permissions pop-up dialog correctly - it should be showing you the possible permissions with icons indicating what is and isn't allowed (and you should be able to click on those icons to change the level of rights). Your installation musn't be totally bad though, since it seems like you can use Server Add to get content into the gallery.

By the way, you shouldn't need to enter maintenance mode just to change permissions on albums. I think the fact that you've tried this and it has shown an error gives weight to the idea of a corrupted installation.

If I were you, I'd try deleting/renaming your current gallery folder, redownloading the installation files and starting again.

 
kikibelux

Joined: 2014-07-10
Posts: 4
Posted: Thu, 2014-07-10 13:46

I miss to write that my Gallery is istalled since may 2014 and was all right. Yesterday, I could change permission, and this morning, I create a new user with new group with new album, since impossible to give permission.
thus, about my browsers ( Cchrome and FF on ubuntu 12.4) say the same !

It's a pity if i must all delete !

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2014-07-10 15:35

The easiest thing to do is to delete all the log files in gallery3/var/logs, trigger the bug again and then look in the log file to see what's there.
What version of G3 are you using? There as a bug in RC versions about Access_intent

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
kikibelux

Joined: 2014-07-10
Posts: 4
Posted: Thu, 2014-07-10 20:52

No logs find !

but I have this with the error :

Quote:
Tâche Réparer votre Gallery démarrée (id de la tâche 55)
exception 'Kohana_Exception' with message 'The view_full_8 property does not exist in the Access_intent_Model class' in /my/site/pub/system/libraries/ORM.php:398
Stack trace:
#0 /my/site/pub/modules/gallery/helpers/access.php(616): ORM_Core->__get('view_full_8')
#1 /my/site/pub/modules/gallery/helpers/access.php(282): access_Core::_update_access_non_view_cache(Object(Group_Model), 'view_full', Object(Item_Model))
#2 /my/site/pub/modules/gallery/helpers/gallery_task.php(741): access_Core::recalculate_album_permissions(Object(Item_Model))
#3 [internal function]: gallery_task_Core::fix(Object(Task_Model))
#4 /my/site/pub/modules/gallery/helpers/task.php(90): call_user_func_array('gallery_task::f...', Array)
#5 /my/site/pub/modules/gallery/controllers/admin_maintenance.php(195): task_Core::run('55')
#6 [internal function]: Admin_Maintenance_Controller->run('55')
#7 /my/site/pub/modules/gallery/controllers/admin.php(62): call_user_func_array(Array, Array)
#8 [internal function]: Admin_Controller->__call('maintenance', Array)
#9 /my/site/pub/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Admin_Controller), Array)
#10 [internal function]: Kohana_Core::instance(NULL)
#11 /my/site/pub/system/core/Event.php(208): call_user_func_array(Array, Array)
#12 /my/site/pub/application/Bootstrap.php(67): Event_Core::run('system.execute')
#13 /my/site/pub/index.php(118): require('/home/apststan/...')
#14 {main}

May be an idea ?

I use Version: 3.0.9 (Chartres)

THANKS

 
kikibelux

Joined: 2014-07-10
Posts: 4
Posted: Sat, 2014-07-12 10:25

I installed new gallery.

When i copy table "users" and users-group in my new database, i found the same problem of "repaire gallery"

The error was : "The view_full_8 property does not exist in the Access_intent_Model class "

and it was unpossible ti give permission on gallery.

Thus may be a mistake somewhere.

Now I have insertthe original data in the table "user-group" and all is right !

I waiting for a new error

May-be do you now if is it possible to see the map of data with phpmyadmin ?

thanks a lot

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2014-07-12 19:26
Quote:
Now I have insertthe original data in the table "user-group" and all is right

So what data was missing or corrupt? Perhaps that table got damaged some how. Perhaps a phpmyadmin 'repair table' might have worked.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team