Jump to content

Upgrade PrestaShop security release july 30, 2015


Recommended Posts

I have just done on a web site (version 1.6.0.14) the security modification release on july 30 as suggested in this page

https://gist.github.com/Shudrum/27fc534de69c96617280

 

After the modification, we have encontered an error when we try to send a message from an order details in the administration.

When we try to send a messagge to a client we have this error:

 

post-413102-0-25848300-1439286509_thumb.jpg

 

I have solved the problem replacing line 617 in AdminOrdersController.php

 

$customer_thread->token = Tools::passwdGen(12);

 

with

 

$customer_thread->token = Tools::passwdGen(12,'RANDOM');
 

Questions:

1) Does any body else encotered the same problem?

2) Someone can confirm me that the solution I used is correct?

 

Thank you in advance,

Regards

Stefano Oggioni

Link to comment
Share on other sites

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...