Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Issue on Admin login


Gyakutsuki

Recommended Posts

Hello,

After to fill the email setting, I tried to send some email accross customer (reset password) or via the front end (account)

For the back end customer, a pop up is diplayed but when you click on update, nothing happen
For the front end, same thing

The email is set correctly via smtp and port 495

After that I decided to deconnect everything and when I am trying to reconnect (administration) I have now an error
the log write this :

[01-Aug-2022 16:35:18 Europe/London] PHP Deprecated:  Implicit conversion from float 258317.00000000003 to int loses precision in /home/mfvs8363/test.clicshopping.org/lib/common/helpers/Password.php on line 134

and in my screen I have this

thank wou

image.thumb.png.1dad8b054c02a68bd9b9b58c57d28682.png

 


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

Hi Richard,

Open this file

/home/mfvs8363/test.clicshopping.org/lib/common/helpers/Password.php on line 134

go to 134 line and change it from:

mt_srand((double) microtime() * 1000000);

to:

mt_srand( intval(microtime(true) * 1000000) );

Of course, we will include this fix in the next update.

Link to comment
Share on other sites

Hello,

Tk,

Could you create a ticket about this issue on gihtub


Regards
-----------------------------------------
Loïc

Contact me by skype for business
Contact me @gyakutsuki for an answer on the forum

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...