News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Profile: user doesn't exist.

Started by Xarcell, March 15, 2010, 10:08:43 AM

Previous topic - Next topic

Xarcell

I updated my site from  RC2 to RC3.

Now when I click on my "profile", it says "The user whose profile you are trying to view does not exist."

URL says: http://inspireromance.com/index.php?action=profile   
Instead of: http://inspireromance.com/index.php?action=profile;u=1  (which works BTW)

I looked at the link in my Subs.php. It seems correct.

'profile' => array(
'title' => $txt['profile'],
'href' => $scripturl . '?action=profile',
'show' => $context['allow_edit_profile'],
'sub_buttons' => array(
'summary' => array(
'title' => $txt['summary'],
'href' => $scripturl . '?action=profile',
'show' => true,
),
'account' => array(
'title' => $txt['account'],
'href' => $scripturl . '?action=profile;area=account',
'show' => allowedTo(array('profile_identity_any', 'profile_identity_own', 'manage_membergroups')),
),
'profile' => array(
'title' => $txt['forumprofile'],
'href' => $scripturl . '?action=profile;area=forumprofile',
'show' => allowedTo(array('profile_extra_any', 'profile_extra_own')),
'is_last' => true,
),
),
),


What else should I be looking at to troubleshoot the problem?

sAce

Looks fine, can you provide a test account  for us to chek this on your site, ( not admin acc )

Xarcell

I tracked down the problem and fixed it. It was a hack that I used in the load.php file to auto assign a member to an age group.

Thanks for your response.

Advertisement: