Hi All
My site running albüm mod give my some user if can create personel album message: Not Authorised
Why? Please help me.
FAP SUPPORT - Album Mod Problem
Subject: Re: Album Mod Problem
please check the settings in ACP -> Album
maybe the users have no permission to create personal galleries
maybe the users have no permission to create personal galleries
Subject: Re: Album Mod Problem
I give create album permission my all user Photo Album --> Personal Galleries ---> Group Permissions Control for Users group
Subject: Re: Album Mod Problem
I guess you are using Icy Phoenix 1.0.11.11.
If this is your case then:
OPEN includes/album_mod/album_personal.php
FIND (this or similar code)
REPLACE WITH
If this is your case then:
OPEN includes/album_mod/album_personal.php
FIND (this or similar code)
// ------------------------------------------------------------------------
// Check view permissions
// ------------------------------------------------------------------------
$auth_data = album_get_auth_data(album_get_personal_root_id($album_user_id));
//
// END check permissions
//
// Check view permissions
// ------------------------------------------------------------------------
$auth_data = album_get_auth_data(album_get_personal_root_id($album_user_id));
//
// END check permissions
//
REPLACE WITH
// ------------------------------------------------------------------------
// Check view permissions
// ------------------------------------------------------------------------
if ( !album_check_permission($auth_data, ALBUM_AUTH_VIEW) )
{
if (!$userdata['session_logged_in'])
{
redirect(append_sid(LOGIN_MG . '?redirect=album.' . $phpEx . '&user_id=' . $album_user_id));
}
else
{
message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
}
}
//
// END check permissions
//
// Check view permissions
// ------------------------------------------------------------------------
if ( !album_check_permission($auth_data, ALBUM_AUTH_VIEW) )
{
if (!$userdata['session_logged_in'])
{
redirect(append_sid(LOGIN_MG . '?redirect=album.' . $phpEx . '&user_id=' . $album_user_id));
}
else
{
message_die(GENERAL_MESSAGE, $lang['Not_Authorised']);
}
}
//
// END check permissions
//
Subject: Re: Album Mod Problem
Thank You very much but I have ftp two album_mod folder... includes into and outside.
Subject: Re: Album Mod Problem
Because you didn't upgrade properly... :wink:
As I said... if you are using Icy Phoenix you should modify the files located into the includes one...
Pyron wrote: [View Post]
Because you didn't upgrade properly... :wink:
As I said... if you are using Icy Phoenix you should modify the files located into the includes one...
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.1359s (PHP: 14% SQL: 86%)
SQL queries: 10 - Debug Off - GZIP Enabled