Active
Project:
Rotating Banner
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
21 Apr 2012 at 13:33 UTC
Updated:
11 Aug 2012 at 23:28 UTC
Recently released a website with Rotating banner.
Work great in local, but on live (testing on multiple server and settings) we got this error.
include_once(/home/name/public_html/sites/all/modules/rotating_banner/rotating_banner.module)
function.include-once]: failed to open stream: Permission denied dans drupal_load() (ligne 1128 in /home/name/public_html/includes/bootstrap.inc)
function.include]: Failed opening '/home/name/public_html/sites/all/modules/rotating_banner/rotating_banner.module' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in drupal_load() (ligne 1128 in /home/name/public_html/includes/bootstrap.inc
In bootstrap.inc file
if ($filename) {
include_once DRUPAL_ROOT . '/' . $filename;
$files[$type][$name] = TRUE;
return TRUE;
}
Rotating banner won't load & disapear from admin>config>modules list.
Thanks for help guys :)
Comments
Comment #1
JonathanHindi commentedYou need to check the permission of the "rotating_banner" directory and files in your modules folder.