• Nice plugin btw (members access), it seems to do what Im looking for.

    Although I’ve been having a problem with the plugin.

    Im simply trying to make a private page only accessible to members by checking the following Page settings to:
    ‘By default, only members can view pages’
    and
    ‘Perform redirect for non-members’
    (and ‘go to the wordpress login’)
    but when I do so and save the changes to it and i try to access the url directly (http://www.accedian.com/blog/live-event-registration/) it does not work redirect if im not a member. It displays the 404 error page.

    I made sure to ‘Honor the default page visibility settings’ in the page
    itself.

    Im using wordpress 2.7.1

    Anyone know what the problem could be?

    You can test the private page link here:
    http://www.accedian.com/blog/live-event-registration/

    Thanks.
    Patrick

    http://wordpress.org/extend/plugins/member-access/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter psaad

    (@psaad)

    No one has had a use for this plugin and had the same issue ? 🙁

    Would anyone know of a similar plugin that can do what im looking for?

    Mazoo

    (@mazoo)

    I am getting same problem, but it was ok just a few days ago.

    ralloux

    (@ralloux)

    having the same problem here too..
    I have an area (category) for certain users only but when trying to access it without being logged in, I go to an empty page.
    I have set the redirection to go to a custom url or the blog’s start page. nothing seems to work.

    Well in a way I’m glad others are having the same issue ‘cos I was beginning to think that I was losing it completely.

    My requirements are for the home page with max 5 latest posts (extracts) viewable by ALL/ANY; any post or other link clicked to then redirect to “members only” message (if not logged in), with a further link to actual sign-up/log-in. Eventually I want this as a “greybox” pop-up OVER the home page – but that’ll be AFTER I get the basics working.

    @ralloux: when you say you get an “empty” page are you like me getting a completely empty page i.e. NO HTML code at all when Source viewed?

    Everything about this plugin smacks of quality in terms of how well thought out it appears to be and I’m really hoping that this is just a minor glitch that needs resolving.

    @mazoo: what version of WP were you using when it worked previously? Also did you make any settings changes in between?

    @psaad: Patrick, since @ralloux & myself both get a blank page with no 404 error, have you set up a specific 404 redirect anywhere?

    I’m a bit concerned that you guys have not had any response in here for over three weeks and the original Q is a month old.

    I’m going to see if I can contact the plugin author directly – especially as I downloaded it only two days ago after seeing an article saying it was now V1.0 & solid after several Beta versions.

    Here’s hoping.

    Best regards, Bob Lewis

    Well I’ve discovered THREE things:

    1. There’s a typo in /wp-content/plugins/member-access/views/options-page.phtml

    look for:

    <?php parent_dropdown($this->get(‘postspate_redirect_page’)) ?>

    and replace it with:

    <?php parent_dropdown($this->get(‘postspage_redirect_page’)) ?>

    I’m not sure how this got past basic testing as it seems to be something in a fundamental area.

    2. There is some kind of logic bug in the code that I haven’t been able to identify that goes wrong if there are NO excerpts at all of any kind and you select “Posts page includes excerpts of content viewable only by members” plus the associated redirect. A null excerpt seems to be the cause of the blank (actually NO page) output.

    3. Excerpts have to be explicitly created and not as I had understood simply posts with <More> on the front page – my bad.

    I have also realised that my requirement “could” possibly be met by ensuring that ANY page/link/post etc. that is clicked by a “guest” visitor should take them to a sign-up page, since I want ANYONE to be able to view ALL the data on the home page but sign up if they want the full access. Hmmm back to the drawing board maybe.

    Have also notified Chris Abernethy (author) about issues.

    Best regards, Bob Lewis.

    Hi Bob,
    Have you been able to sort out the blank page issue? I’m choosing to make one post – the most recent one – only visible to members but the excerpt which is normally generated automatically for all posts for the home page, does not show on the home page. Instead it’s a blank area where it’s supposed to be.
    Thanks.

    I’d been using an older version of this plugin with no problem, but the stable version won’t work for me. When not logged in, all I ever get is a blank page, no matter what the page or post is set for. The other difference is that, before seeing that blank page, the browser takes a long time figuring out what to do. When I disable this plugin, things go back to normal speed.

    I’m going to see if I still have a copy of the older version somewhere. Meantime, this is an extremely useful plugin when it works!

    Tery

    G’day People,

    @psaad – apply my patch here, testing on my blog appears that it solves your issue.
    http://wordpress.org/support/topic/259102

    @maestrobob – thank you for the typo update, I have applied that to my version of the plugin. Also have you applied my patch above, it should solve your issues. I had similar issues to you.

    Hope that helps.
    I have sent Chris another email about the issues. Would be great if he could release an update soon.

    In the mean time try this unofficial patched version I have made
    http://jamesturner.co.nz/otherstuff/wordpress/member-access.1.1_unofficial.zip

    Thanks,
    =-)

    @maestrobob
    The issues you mention have been fixed with release 1.1.1.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Member Access plugin – page redirect not functioning’ is closed to new replies.