Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Anonymouse 2.1.5 bugs and some fixes
I figured out what was causing 100% cpu usage.
anonymouse.plugin.php Line 151: change PHP_INT_MAX to 0.
There are still some other bugs that I don't know how to fix.
- Name doesn't show up when you start an anonymous discussion.
- When you delete a post it says "Fatal error: Call to a member function Get() on a non-object in /var/www/vanilla/plugins/Anonymouse/anonymouse.plugin.php on line 121
Minor bugs
- The captcha image and box are bigger than the name box.
anonymouse.plugin.php Line 151: change PHP_INT_MAX to 0.
There are still some other bugs that I don't know how to fix.
- Name doesn't show up when you start an anonymous discussion.
- When you delete a post it says "Fatal error: Call to a member function Get() on a non-object in /var/www/vanilla/plugins/Anonymouse/anonymouse.plugin.php on line 121
Minor bugs
- The captcha image and box are bigger than the name box.
Tagged:
0
Comments
1. Weird, changed PHP_INT_MAX => 2147483647
This is used to set cookie value lifetime as max possible (2147483647 ~ Jan 2038)
2. Known, just now fixed in 2.2.10
3. Fixed few days ago in 2.1.7
4. Settings for captcha image can be found in captcha\imagettfbox.php file. Css style for textbox of captcha code in anonymouse.css
And it looks like you fixed everything except some posts show IPs of '2147483647' which shows up as 127.255.255.255
When an anonymous do a comment, the comment stays as the first in the list (even if it's not the first comment), and when someone that has a login comment in the same post, the comment made by the anonymous go to the right place (in the last position). Anyone knows what could be wrong? Thanks!
Go to Dashboard > Roles > Edit > Guest and make sure that guests has permissions to view category where you are trying to post anonymous comment (this requires to make category with custom permissions).
Permissions from "Default Category Permissions" is ignored.
Dear S!
Plugin 2.5.21 is not working in my vanilla 2.1. I ve turned off all other plugins. Only bootstrap Theme is installed.
After configing Anonymous for one of my categories I try to add new discussion, but get 500 server error.
Can you help me?
same problen as Katt