It uses:
use $_SERVER['DOCUMENT_ROOT']
While drupal debian package install on:
/usr/share/drupal6
and use Apache Alias /drupal6

A workaround is to make a symbolic link:
ln -s /usr/share/drupal6 $DOCUMENT_ROOT/drupal6

Comments

ramsharma2005’s picture

Title: shindig/php/config/local.php broken with drupal debian package » Resolved : shindig/php/config/local.php broken with drupal debian package
Status: Active » Closed (fixed)

Hi proppy,

Thanks for bringing this up.