We just upgraded a Joomla 2.5 site to J 3.2.3. Using CB 1.9.1 on both.
Admin-side seems to work fine.
Module login works fine on front-end.
Any links to the registration page result in a blank content area (no fields), and the following errors (with debug on):
Code:
Notice: Undefined index: templates in /../public_html/administrator/components/com_comprofiler/plugin.class.php on line 442
Warning: array_keys() expects parameter 1 to be array, null given in /../public_html/administrator/components/com_comprofiler/plugin.class.php on line 442
Warning: Invalid argument supplied for foreach() in /../public_html/administrator/components/com_comprofiler/plugin.class.php on line 442
I've tried changing the template within CB config with no changes in results.
Also, running the tools checks everything shows up green/ok.
I also re-installed CB (over-top existing).
I can't find anything searching the forms or other areas here.
Any ideas what went wrong in the migration?