Since upgrading to v2.6 the initial images displayed in a CCK node are broken due to bad paths.
I downloaded the May 18th dev build and gave that a try but still have broken links.

Using the devel.module 'render' view i can see that the CCK fields which have lightbox formatters on are now missing the image filename from the end of the path.

So I'm now ending up with code like:

[view] => <a href="http://example.com/sites/example/files/" rel="lightbox[field_design_file]" title="Full size &lt;em&gt;That&amp;#039;s Why I&amp;#039;m Cloudy&lt;/em&gt;"><img src="http://example.com/sites/example/files/imagecache/designthumbbig" alt="01-thatswhyimcloudy copy.jpg" title="01-thatswhyimcloudy copy.jpg"  class="designsubmission" /></a>

Which gives me broken images.

Using ImageCache v1.x

Comments

budda’s picture

Have upgraded to ImageCache 2.0 + ImageAPI and still have the same broken image problem.

stella’s picture

Status: Fixed » Active

Have you cleared your drupal and browser caches? I can't reproduce this with imagecache 1 or 2 - please ensure you upgraded to the dev version of lightbox2 correctly. Is this happening in a view or on the node page itself or both?

budda’s picture

Fixed. It's was a theme function.

budda’s picture

Status: Active » Fixed

Changing status.

stella’s picture

Status: Active » Fixed

Great, thanks for letting me know - I was scratching my head on this one!

stella’s picture

Category: bug » support
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.