With a tagadelic block enabled, navigating to /taxonomy/term/% causes a blank page to appear.

Comments

marcuspfrench’s picture

StatusFileSize
new523 bytes

This patch fixes it.

monsterbeee’s picture

Title: Blank Page on taxonomy/term/% » Blank Page on taxonomy/term/% patch did not work.

Blank Page on taxonomy/term/% patch did not work.

$ patch -p0 --dry-run < blankpageontaxonomytermpage-1225808.patch
patching file b/tagadelic.module
Hunk #1 FAILED at 325.
1 out of 1 hunk FAILED -- saving rejects to file b/tagadelic.module.rej

kortas87’s picture

I do not know how to apply patches, so i did it manually, and I can confirm it works.

there is an error:
- 'class' => "tagadelic level$weight",
this is OK:
+ 'class' => array ("tagadelic level$weight"),

MGParisi’s picture

Status: Active » Reviewed & tested by the community

Full text of the patch is found on this thread... http://drupal.org/node/1225808
The GITHub issue I opened is here https://github.com/berkes/tagadelic/issues/13

I have tested it and it fixes the issue.

Bèr Kessels’s picture

Status: Reviewed & tested by the community » Closed (duplicate)