Closed (fixed)
Project:
OpenSocial Shindig-Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2009 at 16:31 UTC
Updated:
17 Aug 2009 at 09:57 UTC
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
Comment #1
ramsharma2005 commentedHi proppy,
Thanks for bringing this up.