[eluser]Deadly[/eluser]
Using the samples actually, so I'm working in the welcome.php controller for the most part. Er, when you say auth->register, are you referring to DX or Redux? I don't see 'auth' anywhere...
[eluser]Deadly[/eluser]
Yeah of course, sorry. I have to believe something might be wrong with the form_validation routines, and I really don't know what or why. If I try to submit the unpopulated form, I should be at least some validation errors returned, but nothing at all.
[eluser]Deadly[/eluser]
Just created a whole new virtual site, populated only by the sample application. Database is properly setup, everything else working. But I just. can't. submit. this form.
[eluser]Deadly[/eluser]
OK, might be on to something here. I've created a rudimentary test form and am just trying to display the posted values on another page. If I point to a URL WITHOUT the index.php in it (I am hiding it in .htaccess), then the form fails. If I put the full path INCLUDING index.php, I see the values!