I've installed drupal successfully on another debian box (running unstable) with a MySQL backend. However I'm having trouble installing on the above box using postgresql. I've searched around for the answer, but I'm stuck. Has anyone any ideas where I am going wrong?
When I try to start drupal (http://debian/drupal), I get the message "Database problem: DBError: extension not found".
I'm an old 4.3 user installing 4.4 for a new site. I really like the Chameleon theme, but I don't see the top menu options (like on the very top of this site). Has that been deprecated, or am I missing a setting?
The taxonomy_context module is giving me the following error under 4.4rc:
Fatal error: Call to undefined function: drupal_set_html_head() in e:\www\ost\modules\taxonomy_context.module on line 9
The message appears at the bottom of the page, as far as I can tell, only when index.php is included in the root url and when ?q= is added before the module in hard-coded links. It does not appear at all when the user is logged in. Changing theme makes no difference.