Where are the public profile page files?

Permalink
I just watched the video from Dojo Design about creating client areas using profile pages, but I'm totally stuck trying to implement this. Basically, I can't find where the profile/view.php is supposed to be. I have enabled public profiles, but anytime I go to site/members or site/profile/xyz I get nothing, just a blank white screen.

I searched the forum and the How-To's but came up empty. Can anyone point me in the right direction? Thanks!

 
Mnkras replied on at Permalink Reply
Mnkras
if you don't have pretty urls enabled, then you need an index.php after site, so

site/index.php/profile/1
madyogi replied on at Permalink Reply
Thanks for the reply, but I do have pretty URLs enabled, so that's not the issue. None of my other pages require index.php. Do I need to create a page in the sitemap myself to house the profiles? I'm just not seeing any content at all come up. There's no 404 or error page, it's just showing a blank white page, and I don't know where to go to begin editing a file that would fix this.
Erik74 replied on at Permalink Reply
ROOT / Concrete / Single_pages / profile /

is where you have the member pages.
madyogi replied on at Permalink Reply
I found the files, but clearly I'm still doing something wrong because there is nothing in the <body> of my profile pages. I go to a profile page and it outputs a bunch of stuff in the <head> as normal, but the
<body> is blank. I have enabled public profiles in the Settings Page.

Anyone else have this problem?
Erik74 replied on at Permalink Reply
Have you set the permissions correct?
Sounds like you have blocked the view for the group/member you try to view the page as.