Folks: I am trying to install Mollom on a Drupal V6.24 site. I have uploaded the module to the all/sites/modules folder and am getting the following error message on my site, and Mollom doesn't show up in the modules list.
Error: first two lines warning: file_get_contents(sites/all/modules/mollom/mollom.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/wap/public_html/includes/common.inc on line 3667. warning: file_get_contents(sites/all/modules/mollom/tests/mollom_test.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/wap/public_html/includes/common.inc on line 3667.
I get 4 of these lines. I have Captcha module installed, but disabled. Also, when I enable it, the number of error lines (same as above) increases. Could there be an interaction between the Captcha module and Mollom, even if Captcha is disabled?
Also, I've gone through the installation tutorial, created a free Mollom account, but am now stuck.
Any suggestions would be most helpful. Thanks, Bill Prothero William waprothero@gmail.com
On Mon, Apr 2, 2012 at 7:45 PM, Prothero William waprothero@gmail.com wrote:
Folks: I am trying to install Mollom on a Drupal V6.24 site. I have uploaded the module to the all/sites/modules folder and am getting the following error message on my site, and Mollom doesn't show up in the modules list.
Error: first two lines warning: file_get_contents(sites/all/modules/mollom/mollom.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/wap/public_html/includes/common.inc on line 3667. warning: file_get_contents(sites/all/modules/mollom/tests/mollom_test.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/wap/public_html/includes/common.inc on line 3667.
I get 4 of these lines. I have Captcha module installed, but disabled. Also, when I enable it, the number of error lines (same as above) increases. Could there be an interaction between the Captcha module and Mollom, even if Captcha is disabled?
This has nothing to do with mollom or captcha or any other module. It has to do with permissions of the directories. The web server needs to be able to read the directories. Are you managing the server yourself? If so take a look at chmod documentation and if not get with your hosting support.
Ernie, Thanks. But, that was the first thing I looked at. I have lots of modules and all have the same permission settings, and all work fine. Adding mollom, same permissions, and i get the permission errors. Interestingly, when I disable the captcha module, I get that same message repeated a bunch more times. Enabling captcha again reduces the number of error messages to 4 lines. In the absence of further info, I'll delete captcha completely and try it. But, the error messages do clearly indicate the file permissions are the problem. ...?? The permission for the indicated file gives everybody read permission.
I'll look at it again. It does seem like you are correct, tho, but .... Bill
William Prothero http://es.earthednet.org
On Apr 3, 2012, at 4:35 AM, Earnie Boyd earnie@users.sourceforge.net wrote:
On Mon, Apr 2, 2012 at 7:45 PM, Prothero William waprothero@gmail.com wrote:
Folks: I am trying to install Mollom on a Drupal V6.24 site. I have uploaded the module to the all/sites/modules folder and am getting the following error message on my site, and Mollom doesn't show up in the modules list.
Error: first two lines warning: file_get_contents(sites/all/modules/mollom/mollom.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/wap/public_html/includes/common.inc on line 3667. warning: file_get_contents(sites/all/modules/mollom/tests/mollom_test.info) [function.file-get-contents]: failed to open stream: Permission denied in /home/wap/public_html/includes/common.inc on line 3667.
I get 4 of these lines. I have Captcha module installed, but disabled. Also, when I enable it, the number of error lines (same as above) increases. Could there be an interaction between the Captcha module and Mollom, even if Captcha is disabled?
This has nothing to do with mollom or captcha or any other module. It has to do with permissions of the directories. The web server needs to be able to read the directories. Are you managing the server yourself? If so take a look at chmod documentation and if not get with your hosting support.
-- Earnie
-- https://sites.google.com/site/earnieboyd
[ Drupal support list | http://lists.drupal.org/ ]