
Re: Accsess Denied - Personal Galleries
Below is from post 3 as suggested....
Hi
I have switched on this bit of code
Code: [Download] [Hide] [Select]
Code: [Download] [Show]
// Old AUTH Check for PG
$auth_data = album_permissions($album_user_id, $cat_id, ALBUM_AUTH_ALL, $thiscat);
and tuned off this bit...
Code: [Download] [Hide] [Select]
Code: [Download] [Show]
// New AUTH check for PG
//$auth_data = album_get_auth_data(album_get_personal_root_id($album_user_id));
Now my personal galleries are working..I can assume this is not the way it should be so has anyone got a better solution at all...
FYI this is a fresh install of the recent icy phoenix package on php 5 and mysql 5...
Thanks ..
Sorry but what is meant by switched on and turned off?, pretty new to this stuff but can edit php file spretty succsessfully
Thanks again for your help.
K_S