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 5 years, 3 months ago by
GM_Alex.
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!
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 5 years, 3 months ago by
GM_Alex.
@ullrika Does the fix work for you?