Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 22, 20169 yr Hey there, I've just installed a fresh IPB install on my server but users are having trouble creating accounts on the website. They get the following error: "Sorry, there is a problem You are not permitted to register a user account with this site. Error code: 2S129/1" I have asked members to use different emails and nicknames but nothing worked so far. Registration is enabled. So that is not a factor. Thanks for your time, and help!
May 22, 20169 yr Are they being blocked by the spam service? How tight did you setup the spam settings? You can check spam logs and see if they are being dinged.
May 22, 20169 yr Yeap, Spam Service: /* Query spam service */ if( \IPS\Settings::i()->spam_service_enabled ) { if( $member->spamService() == 4 ) { \IPS\Output::i()->error( 'spam_denied_account', '2S129/1', 403, '' ); } }
May 22, 20169 yr Author 16 minutes ago, MADMAN32395 said: Are they being blocked by the spam service? How tight did you setup the spam settings? You can check spam logs and see if they are being dinged. Everything is on default. I've made an account for a friend he can login and stay on the website for a few minutes. Then it gives him error 500.
May 22, 20169 yr Author 1 minute ago, MADMAN32395 said: 500 error. Check your server logs. See it only happens to ONE member, he can access the website on a Proxy, or a VPN but not on his connection. (only for a few minutes after restarting his router)
May 22, 20169 yr Just now, flashpoint said: See it only happens to ONE member, he can access the website on a Proxy, or a VPN but not on his connection. (only for a few minutes after restarting his router) proxy? are you allowing IPs go display real? https://drive.google.com/file/d/0B0mBb9QuGv84SEEwRkhyWHB2Q2c/view?usp=drivesdk (screenshot) its under security settings.
May 22, 20169 yr Author 4 minutes ago, MADMAN32395 said: proxy? are you allowing IPs go display real? https://drive.google.com/file/d/0B0mBb9QuGv84SEEwRkhyWHB2Q2c/view?usp=drivesdk (screenshot) its under security settings. Yes, I have that enabled. Edit: We solved the issue: Adblock Plus has been causing Error 500
May 22, 20169 yr sounds like the spam service is code 4ing them, if your target demographic is being tagged at the higher level, you may have to tweak your spam settings to not ban them, but instead flag for review or lower?
May 22, 20169 yr Author 16 minutes ago, MADMAN32395 said: sounds like the spam service is code 4ing them, if your target demographic is being tagged at the higher level, you may have to tweak your spam settings to not ban them, but instead flag for review or lower? I've set everything for review except for 1st and 2nd.
Archived
This topic is now archived and is closed to further replies.