Welcome Guest, Not a member yet? Register   Sign In
Community Auth - problem
#2

(10-22-2015, 01:52 PM)MartinMIB Wrote: A PHP Error was encountered
Severity: Notice
Message: Use of undefined constant LOGIN_PAGE - assumed 'LOGIN_PAGE'
Filename: config/routes.php
Line Number: 55

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

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

You are missing the single quotes
Reply


Messages In This Thread
Community Auth - problem - by MartinMIB - 10-22-2015, 01:52 PM
RE: Community Auth - problem - by Martin7483 - 10-23-2015, 01:40 AM
RE: Community Auth - problem - by skunkbad - 10-23-2015, 05:48 PM
RE: Community Auth - problem - by Martin7483 - 10-24-2015, 10:02 AM
RE: Community Auth - problem - by skunkbad - 10-24-2015, 11:56 PM
RE: Community Auth - problem - by Martin7483 - 10-25-2015, 01:33 AM
RE: Community Auth - problem - by skunkbad - 10-25-2015, 04:48 PM
RE: Community Auth - problem - by syerwin - 02-27-2016, 11:12 AM
RE: Community Auth - problem - by syerwin - 02-27-2016, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB