Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post FAP SUPPORT - Invalid Combination Of Category Id And Authentication Data 
 
When you look (as a normal user, so not an admin) to a personal album that has not yet been created you will see an error with:
Quote:
Invalid combination of category id and authentication data


I have fixed it this way:

OPEN
Code: [Download] [Hide]
  1. /album_mod/album_personal.php 


FIND
Code: [Download] [Hide]
  1. if ( album_check_permission($auth_data, ALBUM_AUTH_UPLOAD) == true )  
  2.             {  
  3.                 $template->assign_block_vars('index_pics_block.no_pics.manage_personal_gal_folders', array());  
  4.             } 


REPLACE WITH
Code: [Download] [Hide]
  1. if ( album_check_permission($auth_data, ALBUM_AUTH_UPLOAD) == true )  
  2.             {  
  3.                 $template->assign_block_vars('index_pics_block.no_pics.manage_personal_gal_folders', array());  
  4.             }  
  5.             else  
  6.             {  
  7.                 message_die(GENERAL_MESSAGE, sprintf($lang['Personal_gallery_not_created'], $username));  
  8.             } 


I don't know if it's good, but it works.  
 



 
DerkySend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Invalid Combination Of Category Id And Authentication Da 
 
I do not experience this problem and I'm not sure of your solution,
but Hey...if it works  
 



 
ArtieSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Invalid Combination Of Category Id And Authentication Da 
 
Artie wrote: [View Post]
I do not experience this problem and I'm not sure of your solution,
but Hey...if it works  


http://www.google.nl/search?hl=nl&c...nG=Zoeken&meta=  
 



 
DerkySend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Invalid Combination Of Category Id And Authentication Da 
 
This should have been solved in 1.4.2... I think you cannot replicate it here... right?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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