Author Topic: [resolved] rcube_mysql.inc missing  (Read 2778 times)

Offline jmkaza

  • Newbie
  • *
  • Posts: 1
[resolved] rcube_mysql.inc missing
« on: March 14, 2008, 05:13:50 PM »
During the install /installer/test.php is calling /include/rcube_mysql.inc, which doesn't exist.
The error is as follows...

Warning: main(include/rcube_mysql.inc) [function.main]: failed to open stream: No such file or directory in /home/socals4/public_html/rcmail/installer/test.php on line 48

Fatal error: main() [function.require]: Failed opening required 'include/rcube_mysql.inc' (include_path='/home/socals4/public_html/rcmail/program/lib:/home/socals4/public_html/rcmail/program:.:/usr/lib/php:/usr/local/lib/php') in /home/socals4/public_html/rcmail/installer/test.php on line 48

line 48 is ($DB->db_connect('w');
I'm sure where 'w' is declared yet.

Am I missing a file or is the call supposed to be using a default file instead of rcube_mysql.inc?
Any help would be greatly appreciated.
Thanks,
J.



Offline till

  • Jr. Member
  • **
  • Posts: 49
Re: rcube_mysql.inc missing
« Reply #1 on: March 23, 2008, 05:00:52 PM »
There is no rcube_mysql in RoundCube. You configured the wrong "backend lib" to use. Use either "db" or "mdb2".

(mdb2 is recommended!)