![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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://round ass@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://round ass@localhost/roundcubemail Debug: mysql://round ass@localhost/roundcubemail Im not a PHP guy, and am at a loss, any help would be great. Regards, Mark |
|
#2
|
|||
|
|||
|
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 |
|
#3
|
|||
|
|||
|
DB Error: extension not found <- your php doesn't have mysql module installed
__________________
irc://irc.freenode.net:6667/#roundcube |
|
#4
|
|||
|
|||
|
just discovered that, thank you, do you know where i can get the software?
Im running PHP 4.3.4 MySQL 4.0.18 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |