• Worked perfectly for years, keeping my site safe as I was able to hide delicate posts from anyone who weren’t logged in. Then, sadly, it ruined my entire blog but I understand it was caused by a memory problem. With some assistance the matter was solved.

    But! Now it’s stopped working again :/ I changed the blog’s theme, that might be the root of the trouble?

    If someone can give me a hand it’s really appreciated!

    • This topic was modified 7 years, 9 months ago by bdbrown.
    • This topic was modified 7 years, 3 months ago by ullrika.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author GM_Alex

    (@gm_alex)

    Hi,

    what’s the exact error message? What do you mean it breaks your complete page? Because of the appearance of the error message or what exactly is broken?

    To be honest, giving a one star rating if it “works perfectly for years” and don’t give a good rating before the issue appeared, I don’t know, it doesn’t make me feel comfortable. Feels some kind of “HELP ME NOW” or feel my wrath. Sorry but that’s some think I don’t like. But yeah anyway, I will spend my free time to help you if you provide me some more information…

    • This reply was modified 7 years, 9 months ago by GM_Alex.
    Thread Starter ullrika

    (@ullrika)

    So sorry! Wasn’t my purpose to upset or be a rat. Just left what I thought was an honest review ??

    The message I get is:
    Fatal error: Allowed memory size of 100663296 bytes exhausted (tried to allocate 71 bytes) in /home/ullrika/public_html/wp-content/plugins/user-access-manager/class/UamUserGroup.php on line 962.

    Honestly, I didn’t mean to destroy your work. The review also was not meant as a cry for help (I know there are forums for that) but if you want to help from here I really really appreciate it. I hope you understand how much people like me, i.e computer idiots, value people like you!

    Plugin Author GM_Alex

    (@gm_alex)

    The problem is your php memory limit. The uam plugin stores some data to the memory to avoid doing the same things more than necessary but your php memory limit value seems to low. You could write your hoster to and ask him to increase the memory limit or alternatively use a modified version of the plugin. Here is one modified plugin file which should result in a lower memory usage, but in a poorer performance. Just replace it with the original one at /wp-content/plugins/user-access-manager/class/UserAccessManager.php

    https://gist.github.com/GM-Alex/f5f467046f3b9bd25556b6a62b8e780c

    The next version will have optimizations related to the memory usage, but it will take some time to finish it.

    BTW I don’t think you are a computer idiot ??

    • This reply was modified 7 years, 9 months ago by GM_Alex.
    Plugin Author GM_Alex

    (@gm_alex)

    @ullrika Does the fix work for you?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Perfect protection’ is closed to new replies.