FAP SUPPORT - Album Mod Problem


Subject: FAP SUPPORT - Album Mod Problem
Hi All

My site running albüm mod give my some user if can create personel album message: Not Authorised

Why? Please help me.

Profile PM  
Subject: Re: Album Mod Problem
All m new user album mod give error message: Not Authorised :(

Profile PM  
Subject: Re: Album Mod Problem
please check the settings in ACP -> Album

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

Profile PM  
Subject: Re: Album Mod Problem
How can give my user authorised create personal galleries? :(

Profile PM  
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)
Code: [Download] [Hide] [Select]
// ------------------------------------------------------------------------
// Check view permissions
// ------------------------------------------------------------------------

$auth_data = album_get_auth_data(album_get_personal_root_id($album_user_id));
//
// END check permissions
//

REPLACE WITH
Code: [Download] [Hide] [Select]
// ------------------------------------------------------------------------
// 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.

Profile PM  
Subject: Re: Album Mod Problem
Pyron wrote: [View Post]
Thank You very much but I have ftp two album_mod folder... includes into and outside.

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...

Subject: Re: Album Mod Problem
Thank you very much for your free support... :oops:

Profile PM  

Page 1 of 1


  
You cannot post new topics
You 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.1574s (PHP: 15% SQL: 85%)
SQL queries: 10 - Debug Off - GZIP Enabled