Fork me on GitHub

Users can't create account  Bottom

  • Hi !

    I've tryed .8 RC2 but when users whant to create an account, they can see this message :

    Quote

    Sorry! No authorization to access this module.


    If they whant to verify their entries, a message box is displayed where it's wrote the same message so they can't register !

    This problem seems to be for other module but they are only displayed when they go to register an account.

    Because of an exemple is easiest to understand than "Frenglish" explications, go to : (URL removed since the problem has been resolved) click on : "Forum" ; "Accueil" ; "Forum" ; "Accueil" ; "S'enregistrer" you will see 5 error messages because you have seen 5 pages...

    NB :
    - Allow new user registrations : Yes
    - Verify e-mail address during registration : Yes. User chooses password, then activates account via e-mail

    Thanks for your help :)



    edited by: Starguezer, Dec 14, 2007 - 01:42 PM
  • Do you have installed and activated scribite?

    --
    Zikula Italia
    SimpleGallery
  • Yes I use it (and because you talk about it, I can't use Xinha on scribite, only the two others...)

    Is it a bug from scribite ?


    EDIT : I confirm, I've disabled scribite and now users can register.

    Thanks for your tips ;)



    edited by: Starguezer, Dec 14, 2007 - 01:41 PM
  • I found this bug 2 days ago, but I still have to report it icon_biggrin


    I'm going to report it now


    Edit: ok reported.


    A simply workaround is to replace in modules/scribite/pnuser.php on line 43

    Code

    // Security check if user has COMMENT permission for scribite
      if (!SecurityUtil::checkPermission('scribite::', '$module::', ACCESS_COMMENT)) {
          return LogUtil::registerPermissionError();
      }


    with

    Code

    // Security check if user has COMMENT permission for scribite
      if (!SecurityUtil::checkPermission('scribite::', '$module::', ACCESS_COMMENT)) {
          return ;
      }


    (of course do it at your own risk, I did it on my site but I don't take responsability on your icon_razz )


    Bye, Giacomo



    edited by: Arthens, Dec 14, 2007 - 03:21 PM

    --
    Zikula Italia
    SimpleGallery
  • Ok good thing !

    Another question for you : can you use xinha or it doesn't works only for me ?
  • xinha works fine for me.

    --
    Zikula Italia
    SimpleGallery
  • 0 users

This list is based on users active over the last 60 minutes.