heldercervantes Posted April 18, 2022 Share Posted April 18, 2022 Well this is new. Got this error publishing something to a client's server. They have a weird and apparently very old and limited Interworx control panel. The error tells me to "please change the password to the new format (in wire/core/WireDatabasePDO.php line 467)" Looking at that line I have no idea what to do. Any ideas? You can check it here: http://campaigns.credilink.pt/ Link to comment Share on other sites More sharing options...
Sergio Posted April 19, 2022 Share Posted April 19, 2022 Hey Helder, I think this will help you: TL:DR: https://stackoverflow.com/questions/8831183/error-mysqlnd-cannot-connect-to-mysql-4-1-using-the-old-insecure-authenticatio Try on MySQL console: SET PASSWORD FOR 'campaigns'@'localhost' = PASSWORD('MyNewPass'); Good luck! Link to comment Share on other sites More sharing options...
heldercervantes Posted April 19, 2022 Author Share Posted April 19, 2022 1 hour ago, Sergio said: Good luck! I'll need it. The control panel on this host doesn't tell me the SMTP settings for a new email or allow me to generate a certificate, let alone a MySQL console. Waiting for a reply from support ? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now