I am with a problem for Install the component com_roundcubeV1.0.zip on Joomla 1.5.
I don't had problem on install, but after install it, when a enter in my site
http://mysite/site/index.php?option=com_roundcube
appear a blank site and when I seen the Log File of error on file: /www/php/site/components/com_roundcube/logs/error
QUOTE:
[30-Jan-2008 10:50:00] PHP Fatal error: Call to a member function is_error() on a non-object in /www/php/site/components/com_roundcube/index.php on line 134
The line 134 of the File /www/php/site/components/com_roundcube/index.php is:
QUOTE:
// check DB connections and exit on failure
if ($err_str = $DB->is_error())
{
raise_error(array(
'code' => 603,
'type' => 'db',
'message' => $err_str), FALSE, TRUE);
}
Anybody know how I resolve this problem?