16
Ok I had two problems (make that 3) after upgrading to 2.2.3
1. Login block showed section header but no login form or other detail (ie register now etc) (still haven't figured this out and just removed the block temporarily)
2. New registrations not accepting password (giving the "Sorry, your password must be at least 3 characters long" problem
3. Activation email link looking like this "http://www.mysite.comhttp://www.mysite.com/modules/profile/activate.php?op=actv&id=7&actkey=d7b6617e"
My solution to 2 after browsing here was to follow rodie's advice:
modules/profile/register.php
line #75
Quote:
if (!empty($xoopsModuleConfig['minpass']) && strlen($_POST['pass']) <$xoopsModuleConfig['minpass']) {
My solution to 3 was:
to ftp the xoopsmailer.php from my 2.2.2 upgrade download to the /class directory replacing the one from 2.2.3
I hope my modification sticking plasters will all be overridden/sorted with the next patch