Closed (fixed)
Project:
Drupal core
Version:
5.1
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2007 at 04:52 UTC
Updated:
18 Apr 2007 at 17:42 UTC
I get this error when clicking on links to nodes or comments, but only when logged in as an Administrator.
I'm using the Zen theme.
Lines 546-554, with the offending line bolded:
// Automatically add a class to each link and also to each LI
if (isset($link['attributes']) && isset($link['attributes']['class'])) {
$link['attributes']['class'] .= ' ' . $key;
$class = $key;
}
else {
$link['attributes']['class'] = $key;
$class = $key;
}
Comments
Comment #1
gordyhulten commentedI'm not using any e-commerce modules.
My non-core module list is: advpoll, akismet, audio, commentrss, fckeditor, livediscussions, pathauto, scheduler, spam & votingapi.
I'm on Dreamhost, PHP 5.1.2. Drupal path is webroot.
Thanks.
Comment #2
gordyhulten commentedDue to this post, I turned off the spam module, and the problem is resolved. If anyone wants me to test anything else to address this for fixing in a future release, I'd be happy to.
Comment #3
RobRoy commentedPlease mark the issue closed if it was due to another module.
Comment #4
matze_1 commentedI got the same Problem.
This Link solved it: http://drupal.org/node/118742
My Spammodule is still running.