Resolved : shindig/php/config/local.php broken with drupal debian package
proppy - August 13, 2009 - 16:31
| Project: | OpenSocial Shindig-Integrator |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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

#1
Hi proppy,
Thanks for bringing this up.