Postponed (maintainer needs more info)
Project:
SPIP to Drupal
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2010 at 17:09 UTC
Updated:
15 Nov 2010 at 14:04 UTC
Comments
Comment #1
jonhattanDocumentRoot is the path to spip in the filesystem. For example /var/www/spip
Comment #2
renoproc commentedIthis can help : sounds that it is better to use pathes with a final slash :
http://spipwebsite/spip_localisation/
/site_folder/spipwebsite/spip_localisation/
works for me, but
http://spipwebsite/spip_localisation
/site_folder/spipwebsite/spip_localisation
doesn't work at all
Comment #3
BorisN commentedI had the same problem.
The url path was good, so was the absolute server path.
I just had the bad unix authorization for my SPIP path (it was 760, I put to 775 and it's working !)
Ex : in /var/www/htdocs, htdocs was 760 and it didn't working, worked for me with 775.