Download & Extend

White Screen of Death when both jCarousel and Node Carousel are installed

Project:Nodecarousel
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active

Issue Summary

Hi, I'm getting a white screen of death after turning on the jcarousel module.

Here's the error:

Fatal error: Cannot redeclare jcarousel_add() (previously declared in /Applications/MAMP/htdocs/alzheimercalgary/sites/all/modules/jcarousel/jcarousel.module:93) in /Applications/MAMP/htdocs/alzheimercalgary/sites/all/modules/nodecarousel/nodecarousel.module on line 1722

HELP PLEASE!

Comments

#1

Title:White Screen of Death» White Screen of Death when both jCarousel and Node Carousel are installed
Project:jCarousel» Nodecarousel
Version:6.x-1.1» 6.x-1.x-dev

The Node Carousel declares its own jcarousel_add() function. It should really just depend on the jCarousel module. See #425308: jCarousel for Drupal 6.

#2

This is an easy fix. Comment out the jcarousel_add() function in the nodecarousel module, or just take the maintainers advice and check out viewscarousel instead.