Registration works on one site but not another
Permalink
I copied the theme to another installation of C5. I also copied the single page register,php over.
And it work fine. It showed errors and redirected when successful.
How do I find out why one site works and the other doesn't?
They are identical?
And it work fine. It showed errors and redirected when successful.
How do I find out why one site works and the other doesn't?
They are identical?
<?php if (isset($error)) {?>
<ul class="ccm-error">
<?php foreach($error->getList() as $e) { ?><li><?php echo $e?></li><?php } ?>
</ul>
<?php } ?>
on the custom reg page. Thanks to member Simpit.