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

JonathanHindi’s picture

Priority: Major » Normal

You need to check the permission of the "rotating_banner" directory and files in your modules folder.