Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
flashpoint Posted May 22, 2016 Posted May 22, 2016 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!
MADMAN32395 Posted May 22, 2016 Posted May 22, 2016 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.
Adriano Faria Posted May 22, 2016 Posted May 22, 2016 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, '' ); } }
flashpoint Posted May 22, 2016 Author Posted May 22, 2016 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.
flashpoint Posted May 22, 2016 Author Posted May 22, 2016 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)
MADMAN32395 Posted May 22, 2016 Posted May 22, 2016 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.
flashpoint Posted May 22, 2016 Author Posted May 22, 2016 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
MADMAN32395 Posted May 22, 2016 Posted May 22, 2016 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?
flashpoint Posted May 22, 2016 Author Posted May 22, 2016 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.