View Single Post
  #19  
Old 04-28-2015, 09:06 PM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

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

Quote:
Originally Posted by bjt
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.

I have reuploaded the
security-patch-2015-04-28_4.0.19.tgz
security-patch-2015-04-28_4.1.12.tgz
security-patch-2015-04-28_4.2.3.tgz
security-patch-2015-04-28_4.3.2.tgz

security patches.

I have removed the line
$user = abs(intval($user));
from these patches.

Sorry for that.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote