By Success on
I am trying to install the category module but I get this error when I am installing both the wrappers.
* warning: copy(modules/book.module.copyme): failed to open stream: Permission denied in /home/site/public_html/cms/modules/contrib/category/category.module on line 1502.
* The file book.module.copyme could not be copied. Unable to perform the specified operation.
* warning: copy(modules/taxonomy.module.copyme): failed to open stream: Permission denied in /home/site/public_html/cms/modules/contrib/category/category.module on line 1502.
* The file taxonomy.module.copyme could not be copied. Unable to perform the specified operation.
Comments
Found the solution. Need to
Found the solution.
Need to chmod modules directory to 666
chmod 666 modules did not work for me (using multisite)
In fact, it ended up hiding /admin/settings/category interface totally.
I even tried
chmod -R 777 moduleswith no success.So far our guess is that this did work because we are using multi-site modules rather than standard modules.
e.g.
/sites/my.multisite.org/modules/category/category.module
rather than
/modules/category/category.module
We are trying to decide what's required to get category to work in multi-site modules.
I had to do chmod 777 ./drupal/modules
Because the apache provided to me was setup to run as the user "nobody".
>We are trying to decide what's required to get category to work
I am having a similar problem. Did you find a solution?
777 book & taxonomy folders
You need to change the cmod to these module folders: book & taxonomy
It worked! Change back?
Thanks for the info, WebWeaver.
Post install of the module, should we chmod the book and taxonomy folders back to 755?
hi
I am having also a same problem. Any idea what to do?
I have windows XP
Thank you