Registration Form Issues With Community Auth |
Hello,
I am relatively new to Community Auth but have a bit of experience working around Code Igniter. I am having issues getting a basic registration page working on my site. Here is my User controller for the registration: PHP Code: <?php Here is my basic model: PHP Code: <?php and here is my form: PHP Code: <!-- Contact Section --> When the form is submitted it goes to /user/register but it simply is a blank page. The redirect is not registered, which is suppose to go to the users personal dashboard. Does anything jump out to anyone here? I was able to create a user without an issue via the example page but can't knock something as basic as this out.
I narrowed it down to poor error checking on my part. The forum was not validating and had no idea what to do if it did not validate. Long night...
(04-16-2016, 08:45 AM)BamaStangGuy Wrote: I narrowed it down to poor error checking on my part. The forum was not validating and had no idea what to do if it did not validate. Long night... Normally what happens to me is I stay up SUPER late working on something I can't figure out, then I go to sleep. When I wake up I figure it out in like 10 minutes ![]() |
Welcome Guest, Not a member yet? Register Sign In |