I am getting the following warnings above my magazine header banner when accessing the Register section.
ord))); // Note: sha1 requres PHP >= 4.3.0 case 'ssha': $salt = pack('C*', mt_rand(), mt_rand(), mt_rand(), mt_rand(), mt_rand(), mt_rand()); return '{SSHA}' . base64_encode(pack('H*', sha1($password . $salt)) . $salt); case 'crypt': return '{CRYPT}' . crypt($password); default: //return '{CLEARTEXT}'. $password; return $password; } } } ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/ajflorid/public_html/pasosonline/ojs/plugins/auth/ldap/LDAPAuthPlugin.inc.php:404) in /home/ajflorid/public_html/pasosonline/ojs/classes/template/TemplateManager.inc.php on line 240
Warning: Cannot modify header information - headers already sent by (output started at /home/ajflorid/public_html/pasosonline/ojs/plugins/auth/ldap/LDAPAuthPlugin.inc.php:404) in /home/ajflorid/public_html/pasosonline/ojs/classes/template/TemplateManager.inc.php on line 243
I'm running a 2.2.1 which I know is ancient. However, before considering any upgrade, can anyone help and tell me why I`m getting this errors and how could I fix them.
Thanks very much.
Regards,
Juan
