Hi all. I need to import an old site (based on a proprietary CMS based on postgres) on drupal 6.x based on mysql.
I have thinked that two $db_url['XXX'] were enough, 1 (default) for mysql and the other (oldweb) for postgres.
But I receive this error when I try to use the connection to postgresql:
*Fatal error*: Cannot redeclare db_status_report() (previously declared in.......
How can I connect to an postgres db if my site run on mysql?
M.