Index: openacs-4/packages/acs-subsite/www/shared/community-member.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/shared/community-member.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/acs-subsite/www/shared/community-member.tcl 3 Jun 2009 13:33:32 -0000 1.18 +++ openacs-4/packages/acs-subsite/www/shared/community-member.tcl 10 Nov 2011 18:20:17 -0000 1.19 @@ -54,7 +54,7 @@ if { ![db_0or1row user_information "select first_names, last_name, email, priv_email, url, creation_date, member_state from cc_users where user_id = :user_id" -bind $bind_vars]} { - ad_return_error "No user found" "There is no community member with the user_id of $user_id" + ad_return_exception_page 404 "No user found" "There is no community member with the user_id of $user_id" ns_log Notice "Could not find user_id $user_id in community-member.tcl from [ad_conn peeraddr]" return }