I am currently running Joomla 1.6 and successfully upgraded from Community Builder 1.3.1 to 1.4 RC. The upgrade ran OK without any error messages. After the upgrade, I am now encountering a blank page when I attempt to browse to the Components/community-builder/configuration section (the URL is: /administrator/index.php?option=com_comprofiler&task=showconfig&view=showconfig)
I've checked the forums for possible solutions, but with no luck. For example, I've tried the following:
- I've set the Joomla Debug option to "Yes" and set the Error Reporting to "Maximum" (but still get a blank page - other pages show debugging information OK)
- I've tried adding the following at the top of the /administrator/index.php file (and I still get a blank page with no error message):
ini_set( 'display_errors', true );
error_reporting( E_ALL );
- I've checked the PHP memory limit: It is set to 128M
Any ideas of what the issue might be? I did not have this issue with version 1.3.1.