I've created a category that I have protected with a password. After entering the password, unfortunately I get only an empty blank white page
displayed and the following fault code
But this is what not, but / (yes it got entered correctly) why, after entering the password, only a blank Web page is displayed or page , which does not exist
well the password is cookie only.. you should get a link with c= some catid
you are getting no category at all... just a browseimage.php
as there is no c=xx specified, the error message is normal.
Questions:
on what page did you input the password?
front end or back end?
as I logged in your site.. which cat did you want to password protect?
Its a sortorf bug, but its self made..
The form is in a phrase and the language file you are using is a language file from 2.x.
the file works, except for this phrase as it contains the password form.
But in vbgallery 3 the form has changed, securitytoken was added.
In your old translation securitytoken is missing, => you get a blank page.
Loggin in works in english, but not in german.
to fix, retranslate the phrase: adv_gallery_categorypassword
Respect the html from the english version, and you will be able to login.