For some reason when anyone clicks on a user to show their profile, they get the following issue (see attachment) any ideas why?
it appears that the user data fields are not showing correctly and instead the actual code is coming through...
This is what you see:
Array (
- => Array (
- => Array (
- => text [1] => username [2] => Username ) [1] => Array (
- => text [1] => status [2] => Status ) [2] => Array (
- => text [1] => reg_date [2] => Joined ) [3] => Array (
- => text [1] => group [2] => Group ) [4] => Array (
- => text [1] => user_profile1 [2] => Website ) [5] => Array (
- => text [1] => pic_count [2] => files uploaded ) [6] => Array (
- => thumb [1] => user_thumb ) [7] => Array (
- => text [1] => admin_link [2] => ) ) [1] => Array ( [username] => FIII [status] => active [reg_date] => Oct 12, 2009 [group] => [user_profile1] => [user_profile2] => [user_profile3] => [user_profile4] => [user_profile5] => [user_profile6] => [user_thumb] =>
Try to replace all core files (like you want to do an upgrade). Probably one or more files are corrupted. If it still doesn't work, disable any modifications and/or plugins.
Quote from: ΑndrĂ© on June 27, 2011, 03:07:19 PM
Try to replace all core files (like you want to do an upgrade). Probably one or more files are corrupted. If it still doesn't work, disable any modifications and/or plugins.
Should have thought of that first! Sorry for the waste of your time. It was the newsletter plugin that was doing it...disabled it and its all set now...