Forum
members app doesn't show
I've installed the members app but it doesn't show anything in the default templates, please see..
https://www.ohvehicleconversions.thedesignbank.co.uk/members/index.php
page fails when it gets to
<?php
if (perch_member_logged_in()) {
echo '<h1>Welcome back, '.perch_member_get('first_name').'!</h1>';
}else{
echo '<h1>Hello!</h1>';
echo '<p>You are not logged in. Please login or <a href="register.php">register</a>.</p>';
}
?>
what could be going wrong please?
Can you post your diagnostics? You should have been asked for these when you started the thread.
Sorry, forgot how you got to it. The short version.
Summary information
In your
apps.php
filemembers
needs to beperch_members
.Thanks, working now