Make sure that the profile module is enabled and that "access user profiles" in enabled in your access controls.
If you have already done this, then the issue may be with your theme. Is it a custom theme? D5 themes use a different <?php if ($submitted): ?> block in node.tpl.php and your theme may not have been updated.
Comments
profile.module
Hi yesman123,
Make sure that the profile module is enabled and that "access user profiles" in enabled in your access controls.
If you have already done this, then the issue may be with your theme. Is it a custom theme? D5 themes use a different
<?php if ($submitted): ?>block in node.tpl.php and your theme may not have been updated.Thank you very much! I did
Thank you very much! I did not enable "access user profiles", that's what happened.