Please Help Me

you have to disable the md5 password option,

open your cp/config/servers.php and find this line

'UseMD5' => true
and change it to this

Code:
'UseMD5'   => false
 
I hope that solved your problem 
default_biggrin.png


 
Back
Top