Welcome Guest, Not a member yet? Register   Sign In
Community Auth - User Creation Error(s) after install
#1

All,

I just installed Community Auth and when going to http://localhost/.../index.php/examples/create_user I get:

User Creation Error(s)
Username already in use.

Email address already in use.

Also

Fronm that page the Login link brings me to /index.php/login?redirect=examples and I get a 404 Page Not Found
Reply
#2

(This post was last modified: 02-06-2017, 08:27 AM by skunkbad.)

Double check all steps of installation. Read carefully.

Especially since you are getting the 404, it seems you may not have added the login page to your routes config:


PHP Code:
$route[LOGIN_PAGE] = 'examples/login'
Reply
#3

(02-05-2017, 04:17 PM)skunkbad Wrote: Double check all steps of installation. Read carefully.

Especially since you are getting the 404, it seems you may not have added the login page to your routes config:


PHP Code:
$route[LOGIN_PAGE] = 'examples/login'

Thank you, all good except for Ajax login seems not working.  I get POST http://localhost/examples/ajax_attempt_login 404 (Not Found)   jquery-1.12.0.min.js:4
Reply
#4

It is because the ajax_login method was not using site_url to generate the URLs for ajax (assuming you are still using index.php in your URLs).
Reply




Theme © iAndrew 2016 - Forum software by © MyBB