| Re: HELP with user registration. |
| by ddmaxwell on 2011/7/14 14:13:51 This should not happen, if you properly transferred the XOOPS installation to another host. How did you do it? What did you change? For the time being, till it is resolved, go to: /modules/system/admin.php?fct=preferences&op=show&confcat_id=2 and set "Allow new user registration?" to No Now to a root-cause possibilities: 1) It's possible that you've changed the "Registered Users Group" and gave them access to the System Admin Rights 2) It's possible that you've changed in the mainfile.php the designation of each group, which normally should be: define('XOOPS_GROUP_ADMIN', '1'); define('XOOPS_GROUP_USERS', '2'); define('XOOPS_GROUP_ANONYMOUS', '3'); E.g., if right now it is: define('XOOPS_GROUP_USERS', '1'); then switch it back to define('XOOPS_GROUP_USERS', '2'); Nice one pal, thanks for the info!! |
| Re: HELP with user registration. |
| by albogenius on 2011/7/13 12:25:29 Yes now is ok. Just the last question about good .httpaccess code. Do you have any good? Thanks in advance /BR albogenius |
| Re: HELP with user registration. |
| by Mamba on 2011/7/13 9:02:58 Quote: I have forget to integrate my yogurt module to userinfo.php I'm glad that this has been resolved
|
| Re: HELP with user registration. |
| by albogenius on 2011/7/13 7:57:20 Thank you mamba. I have forget to integrate my yogurt module to userinfo.php thats why have come this error. iHackCode I'm using xoops 2.0.18.2 My profile modules is just yogurt 3.3. RS Also I have and the newest protector. P.S can someone give me a good xoops .httpaccess that i can put in every folder:) I have found one for joomla but not and for xoops. For xoops I have just one using to protect userinfo and user. Also and one other for mygallery. If there is an another standard what is blocking good pleas share it. Thanks in advance |
| Re: HELP with user registration. |
| by iHackCode on 2011/7/13 3:52:42 xoops version number and any profile modules? |