1
Just started encountering this error on my site. Running XOOPS on a shared server so upping the memory in php.ini isn't an option.
Running XOOPS 2.0.13.2
Get an internal server error every time I try to view the profile of a member. If I log out I can view the member's profile as an anonymous user without any error messages.
BackgroundError was happening with 2.0.13.1, after playing around with userinfo.php. I was trying to remove anonymous access to member profiles via advice
Can I stop guests from viewing registered user profiles?. This hack worked great by the way, anonymous access was denied and redirected back to main index. But registered user access also dissapeared with internal server error. Also had several new members sign up at same time, it's not a big site, now just over 40 members.
updated all files to 2.0.13.2 including userinfo.php.
Any suggestions?