issue when showing user profiles issue when showing user profiles
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

issue when showing user profiles

Started by SaigonK, June 27, 2011, 12:15:44 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SaigonK

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...

SaigonK

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] =>

Αndré

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.

SaigonK

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...