View Single Post
  #17  
Old 04-28-2015, 06:21 PM
 
bjt bjt is offline
 

Advanced Member
  
Join Date: Jul 2008
Location: Vietnam
Posts: 32
 

Default Re: Attention users of X-Cart vv.4.0.x - 4.7.1

After applying the patch for 4.3.2 all of the user information disappears in the backend. The data is still in the database but just not displaying.
I restored the original func.user.php and the functionality returns.

Here are the new lines of code (starting at line 201):

$need_password = (bool)$need_password;
$need_cc = (bool)$need_cc;
$user = abs(intval($user));
$usertype = addslashes($usertype);

Does anyone have a suggestion as to how to get the new file to work without disrupting the store?

Thanks very much.
__________________
X-Cart Gold 4.3.2 (Windows)
X-Cart Gold Plus 4.6.1 (Linux)
Magic Toolbox slider and zoom
Reply With Quote