RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Pending Issues

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-07-2006, 11:38 AM
Registered User
 
Join Date: Aug 2006
Posts: 6
Downloads: 0
Uploads: 0
Default DB Error

Hi, Im running PHP Version 4.3.4 --with-mysql

I have configured the 2 config files are detailed and have double checked the mySQL details.

The mySQL user is 'round' and has permissions to access the 'roundcubemail' database, I have also run the initial SQL file using a shell.

I am receivign the error shown below:

DB Error in /www/mark/htdocs/mymail/program/include/rcube_db.inc (97): DB Error: extension not found

Fatal error: Call to undefined function: query() in /www/mark/htdocs/mymail/program/include/rcube_db.inc on line 213


I have made a script to test the DB connection:

<?php
require_once 'DB.php';

$db =& DB::connect('mysql://roundass@localhost/roundcubemail');
if (PEAR::isError($db)) {

echo 'Msg: ' . $db->getMessage() . "\n";
echo '<BR>';
echo 'Code: ' . $db->getCode() . "\n";
echo '<BR>';
echo 'DBMS/User Msg: ' . $db->getUserInfo() . "\n";
echo '<BR>';
echo 'Debug: ' . $db->getDebugInfo() . "\n";
exit;
}
?>



This gives the error:


Msg: DB Error: extension not found
Code: -25
User Msg: mysql://roundass@localhost/roundcubemail
Debug: mysql://roundass@localhost/roundcubemail


Im not a PHP guy, and am at a loss, any help would be great.

Regards,

Mark
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-07-2006, 11:47 AM
Registered User
 
Join Date: Aug 2006
Posts: 6
Downloads: 0
Uploads: 0
Default Re: DB Error

I have just installed the new beta 2 and am receiving the following message:

DB Error in /www/mark/htdocs/roundcubemail/program/include/rcube_db.inc (105): DB Error: extension not found

Warning: session_start(): Cannot send session cookie - headers already sent in /www/mark/htdocs/roundcubemail/program/include/main.inc on line 89

Warning: session_start(): Cannot send session cache limiter - headers already sent in /www/mark/htdocs/roundcubemail/program/include/main.inc on line 89

Warning: Cannot modify header information - headers already sent in /www/mark/htdocs/roundcubemail/program/include/main.inc on line 97

Warning: Cannot modify header information - headers already sent in /www/mark/htdocs/roundcubemail/program/include/rcube_shared.inc on line 132
SERVICE CURRENTLY NOT AVAILABLE!
DB Error: extension not found
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-07-2006, 12:29 PM
Registered User
 
Join Date: Jun 2006
Posts: 106
Downloads: 0
Uploads: 0
Default Re: DB Error

DB Error: extension not found <- your php doesn't have mysql module installed
__________________
irc://irc.freenode.net:6667/#roundcube
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 08-07-2006, 12:45 PM
Registered User
 
Join Date: Aug 2006
Posts: 6
Downloads: 0
Uploads: 0
Default Re: DB Error

just discovered that, thank you, do you know where i can get the software?

Im running PHP 4.3.4
MySQL 4.0.18
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 11:02 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community