Active
Project:
Drubuntu (unsupported)
Version:
7.x-10.10-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 18:03 UTC
Updated:
25 Jan 2011 at 07:06 UTC
file_put_contents(/home/grayside/workspace/sandbox.drupal/.project):
failed to open stream: Permission denied in
drubuntu_eclipse_add_project() (line 333 of
/home/grayside/workspace/drubuntu/drubuntu.drush.inc).
Comments
Comment #1
stkrzysiak commentedExperienced the same issue today, investigating now.
Comment #2
stkrzysiak commentedSo I have just begun to use Drubuntu, and this could be an error on my part, but I've noticed if I create a new site, lets say testsite, drubuntu creates directories for testsite and default.testsite. The former has 755 permissions and the latter has 555. I receive the error about the latter directory, and I receive it twice.
The warning is normal, from my understanding, since php will just create the file if it doesn't exist. This is not the issue in the case of the default.testsite dir, which gives no write permissions to anyone.
When I open eclipse, I see my projects created. So I guess the question is what does the default.testsite directory do exactly? All I see in it is a files dir and settings.php, so I presume this is the actual sites/default directory?
Also, this may help, but in conjunction with this I see #1013766: Eclipse Error on Site Add which may be linked somehow?
Comment #3
Grayside commentedDrubuntu uses basic Drupal multisiting. So that directory is the equivalent of the sites/default directory, but not necessarily the same thing. Default is what you get when you don't explicitly name the site (sandbox.drupal is the sandbox site in the drupal platform).