Hi, I'm getting this error message:
Warning: preg_match() [function.preg-match]: Delimiter must not be alphanumeric or backslash in /var/www/virtual/bustadur.is/htdocs/modules/mod_cblogin/mod_cblogin.php on line 81
When I open this php file at line 81, it says:
if (eregi( 'index.php\?option=com_comprofiler&task=confirm&confirmCode=|index.php\?option=com_comprofiler&task=login', $return)) $return = "index.php";
You'd probably have better luck asking in the Community Builder forums.
However my first guess would be that your servers newer PHP version has deprecated some of the commands in your older version of Community Builder.