X-Blogs
Forum Replies Created
-
Hi, just add write access for your webserver for the private folder by ftp or ssh.
regards oliver
Forum: Plugins
In reply to: Plugin: Private! WordPress Access Control Manager Deleted user not workingI do not think, it is a problem of the plugin as it do not changes anything in the database.
Sorry, in what field?
hm, it’s not that easy to find the error. Could you send me a screenshot of your settings? You find my E-Mail on the settings page.
Is there an error message or just a redirection to the login page?
You can use my plugin with the capability manager to create custom rules for a specific usergroup. But currently there is no implementation for making custom rules for many usergroups – just for one usergroup.
As long as it works for you. ??
Hm, can you mail me screenshots of your settings?
Ok, we solved the problem by mail. For some reasons his installation sends the headers before the redirection could apply and the wp_redirect and auth_redirect does not work correctly. This will be solved in 170 and another option was added for a simple error message.
The debug log only tells about a notice (not realy relevant for anything). The problem seems to have nothing to do with the plugin but with the function auth_redirect in wordpress. I think, it’s a problem with auth_redirect itself because of the buddypress plugin.
Please do the following. Open lib/xfw_private.class.php and find in line 356
auth_redirect();
Remove this line and replace it with this:
if(function_exists('auth_redirect')) auth_redirect(); else { wp_redirect(get_option(‘siteurl’) . ‘/wp-login.php’); exit; }
I would send you the file, but I currently backup my data from the old laptop. Thank you!
// Edit: Please be careful with the quotes, because the forum replaces all single quotes.
// Edit2: You got mail! ??
I thought about it and build in a variable for this in version 1.7.0. So I will mark it as resolved now.
Hm, a Feedback would have been nice (and the correction of a bad rating, if any), but I think this issue is resolved. ??
Hi Eduardo,
currently the monitor of my laptop is damaged and I only have my Windows/Photoshop Laptop running. But I cannot code with this “os imitate”. ?? That’s why I couldn’t answer your mail yet. I hope tomorrow I will get my new one.
To get the scenario right, you installed the plugin and on a multisite installation? And the forbidden pages just show a white page? No redirection to the login? That’s strange. Can you tell me, where the parser exits the script?
If a user is unauthorized, he will always be redirected to the login or to the page you told the plugin to redirect to, so I’m a little bit confused. Does the error log tells you anything? Maybe it’s another error, that isn’t shown on the page.
Of course you are right, if a user is not logged in, he shouldn’t see anything. I mistaked the arguments in a function, so that it returns true in some cases. This error is fixed in 1.6.5, so please update. I’m sorry!
Anyway, can you tell my, why you are unable to edit the date? Is there in error in validation or is the field missing? You know, that this field is in the users profile setttings, not in the plugin itself?
You’re welcome!