21
drummolo
Re: User can't register anymore!!! :(
  • 2009/3/12 16:55

  • drummolo

  • Just popping in

  • Posts: 13

  • Since: 2003/10/21


3 folders are just 0777.

But now I haven't register page anymore.. :(

22
Catzwolf
Re: User can't register anymore!!! :(
  • 2009/3/12 17:02

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Just sent you a PM k.

23
drummolo
Re: User can't register anymore!!! :(
  • 2009/3/12 17:09

  • drummolo

  • Just popping in

  • Posts: 13

  • Since: 2003/10/21


I just reply ;)

24
Catzwolf
Re: User can't register anymore!!! :(
  • 2009/3/12 18:43

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Just let you know that your website is back up and running and the error has been fixed.

if anyone else finds that they have a problem with users registering then check to see if you have a captcha directory in the Frameworks Folder:

Look in the config file for the following lines:

if(! @include_once dirname(__FILE__)."/language/{$language}.php") {
    require_once 
dirname(__FILE__)."/language/english.php";
}


and change it to the following:

if ( !file_existsdirname__FILE__ ) . "/language/{$language}.php" ) ) {
    if ( 
file_existsdirname__FILE__ ) . "/language/english.php" ) ) {
        include 
dirname__FILE__ ) . "/language/english.php";
    }
} else {
    include 
dirname__FILE__ ) . "/language/{$language}.php";
}

25
drummolo
Re: User can't register anymore!!! :(
  • 2009/3/12 20:03

  • drummolo

  • Just popping in

  • Posts: 13

  • Since: 2003/10/21


I am not sure to understand... anyway.. Thank you very much!!!!

:)


26
The_Cheese
Re: User can't register anymore!!! :(
  • 2009/3/31 12:46

  • The_Cheese

  • Just popping in

  • Posts: 62

  • Since: 2004/10/10


I'm having the same problem and I have tried to follow this post.
If I don't have a "captcha" dir in my Frameworks folder do I need to create one and then put this code in it?
Resized Image


27
The_Cheese
Re: User can't register anymore!!! :(
  • 2009/3/31 13:22

  • The_Cheese

  • Just popping in

  • Posts: 62

  • Since: 2004/10/10


I got it figured out.
I didn't have the "User Profile" checked in the module access rights on the "Anonymous" user group.

Login

Who's Online

178 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 178


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits