Registration Page Not Working in 5.6
Permalink
I just made a fresh install today of the latest version of 5.6 and I have turned Public Registration on and when I go to website.com/register it comes up with a page not found error (pretty URL's are also on - but the same thing happens when I add /index.php/ to the URL anyhow).
Am I missing something? What else do I need to do?
Thanks.
Am I missing something? What else do I need to do?
Thanks.
It's there...I can see it in the site map. It's just not showing up and I'm not sure why.
Permissions perhaps? Go to the site map and click on it and make sure that guests can view it but registered users are excluded.
I can't get my registration page to show on the nav either. I moved it there in the site map and set the permissions but it doesn't show up in my nav whether I'm logged in or not. I have a link on my login page that sends them to 'index.php/register' and that works so I'm happy. Perhaps 'system' pages can't be shown on the nav?
I don't know if this has anything to do with it or not - but I hadn't connected the site to the C5 community before and the registration page wasn't working. As soon as I connected the site to the community, the registration page immediately started working.
So, for whatever reason you need to have your site connected to the C5 community for the registration page to work.
So, for whatever reason you need to have your site connected to the C5 community for the registration page to work.
Yikes! Went to activate registrations after upgrade and same problem. Permissions Set ADMIN, GUESTS & Registered Users and Public Registrations ON. Page not found by URL or Selecting Registrations
Parse error: syntax error, unexpected T_STRING in /home7/globams9/public_html/single_pages/register.php on line 13
L13: <h1><?php echo t('Site Registration')?></h1>
Does anyone know what changed here and what needs to be done. Thx!
Parse error: syntax error, unexpected T_STRING in /home7/globams9/public_html/single_pages/register.php on line 13
L13: <h1><?php echo t('Site Registration')?></h1>
Does anyone know what changed here and what needs to be done. Thx!
Missing semi-colon at the end of php code perhaps? Should be:
<?php echo t('Site Registration') ; ?>
Ouch! That didn't do it, No change, I see page, permissions set, but still not found (yes, connected to community per a previous post) Thanks much for your ideas, I have got to get fixed to bring the site up.
mhawke, Thanks again for trying to help. Found an error in code prior to line 13, all is well!
I believe you need to go to dashboard, single pages, then login and register then turn on registration by choosing options, then click refresh next to register on single pages. Now click on register and it should bring you to register page.
location should be
your url/index.php?cID=110
location should be
your url/index.php?cID=110
I think... maybe.