Recently I've installed Community Builder 1.4 on Joomla 1.6 and I've got some error when trying to use it.
On the frontend the error were like this:
Warning: include_once(/home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/ue_config.php): failed to open stream: No such file or directory in /home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/plugin.foundation.php on line 16 Warning: include_once(): Failed opening '/home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/ue_config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/plugin.foundation.php on line 16 Warning: Invalid argument supplied for foreach() in /home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/comprofiler.class.php on line 3312
Warning: array_keys(): The first argument should be an array in /home/_domain.com/public_html/joomla/components/com_comprofiler/plugin/templates/default/default.php on line 151 Warning: Invalid argument supplied for foreach() in /home/_domain.com/public_html/joomla/components/com_comprofiler/plugin/templates/default/default.php on line 152
It was obviously an incomplete install, and the reason was that file the "pluginsfiles.tgz" was not uncompressed and installes. It was located here:
/home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/pluginsfiles.tgz
First I've uploaded the file "ue_config_first.php" renamed as "ue_config.php" in the folder
/home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/
Then I unzipped the file "pluginsfiles.tgz" and uploaded the content (all the folders into the archive) into the folders /home/_domain.com/public_html/joomla/administrator/components/com_comprofiler/plugin and /home/_domain.com/public_html/joomla/components/com_comprofiler/plugin
and it worked fine.