Registration Page Not Working in 5.6
PermalinkAm I missing something? What else do I need to do?
Thanks.
So, for whatever reason you need to have your site connected to the C5 community for the registration page to work.
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!
<?php echo t('Site Registration') ; ?>
location should be
your url/index.php?cID=110
I think... maybe.