Dec 04, 2008, 12:42 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Search via SMF or Google: modx forums all of modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
News:Read what MODx Developers say: MODx Dev. Blogs
Pages: [1]   Go Down
  Print  
Author Topic: Users can't sign up!  (Read 965 times)
0 Members and 1 Guest are viewing this topic.
mlchai
Jr. Member
*
Posts: 16


« on: Feb 02, 2008, 10:33 PM »

With a default installation, I tried to create a user account. Each time, I get the error "Please enter a username" but the username field is already filled! No matter what I do, I keep getting that error even if all the fields are filled correctly.
Logged
rthrash
Foundation
*
Posts: 9,575



WWW
« Reply #1 on: Feb 03, 2008, 01:20 AM »

Please provide more information about your server, MODx version, etc. See my signature (help us help you) for more details.
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
mlchai
Jr. Member
*
Posts: 16


« Reply #2 on: Feb 03, 2008, 01:23 AM »

Sorry about that, still kinda new here.

Web Server: Apache
PHP version and how it's running (suexec, mod_php, CGI, etc.): 5.2.5, mod_php
Operating System and version: centOS 5
Database:
MySQL 5.0.54
List of any tables over 1MB in size
MODx:
0.9.6.1
Any changes you've made: none
Any snippets you're running on the page that is not working properly: none
Any plugins you're running: none
Browser/Client:Safari 3
Operating System and version: Mac OSX Leopard
Logged
rthrash
Foundation
*
Posts: 9,575



WWW
« Reply #3 on: Feb 03, 2008, 01:53 AM »

How are you trying to create the user account?
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
mlchai
Jr. Member
*
Posts: 16


« Reply #4 on: Feb 03, 2008, 01:58 AM »

I'm trying to create it using this:

http://shuve.com/modx/request-an-account.html

Does it work for you? I've tried on Safari and Firefox but I get the same error.
Logged
sottwell
Documentation Team
*
Posts: 8,170



WWW
« Reply #5 on: Feb 03, 2008, 03:10 AM »

Are you sure that you have the right name for the input field as the value being checked for input? If you look at the source code for websignup.inc.php, it's looking for
Code:
    $username = $modx->db->escape($modx->stripTags($_POST['username']));
...
    if($username=="") {
        $output = webLoginAlert("Missing username. Please enter a user name.").$tpl;
        return;
    }
...
In your form, you have wsu_username.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
mlchai
Jr. Member
*
Posts: 16


« Reply #6 on: Feb 03, 2008, 03:19 AM »

Thanks, it works now. I had to remove wsu_ from username, email and password. Just as a note, this was a clean install of MODx, I did no changes. In other words, it came like that so the devs might want to take a look into that.
« Last Edit: Feb 03, 2008, 03:45 AM by mlchai » Logged
rthrash
Foundation
*
Posts: 9,575



WWW
« Reply #7 on: Feb 04, 2008, 07:49 AM »

Thanks for pointing that out... should be addressed for 0962
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
NetApex
Jr. Member
*
Posts: 1


« Reply #8 on: Feb 05, 2008, 10:15 PM »

Thanks for the confirmation, I was having the same issue (clean install no changes).  Tossed the wsu_ and everything works well now.
Logged
rthrash
Foundation
*
Posts: 9,575



WWW
« Reply #9 on: Feb 05, 2008, 10:38 PM »

Committed #3346
Logged

MODx is a framework that allows web professionals to turn over sites to end-users for daily maintenance without worrying. Community participation and questions are encouraged, especially when you help us help you, read the wiki, and review snippet parameters – even if you have to look at the source. Searching the forums helps, too.
Ryan Thrash
MODx Co-Founder
Principal @ Collabpad
work productively.
work intelligently.
work together.
DarkOddity
Jr. Member
*
Posts: 34


« Reply #10 on: Feb 06, 2008, 11:55 AM »

I can also confirm that I had this issue as well.. Even started a topic before I changed it to cover my other issue with the same form.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!