I'm trying to implement the image_caption module, but for some reason the captions aren't showing up under the picture. I've checked the source for the page in the browser and everything looks peachy. The class="caption" has been applied to the image and the title tag has the correct text. But still no caption beneath the picture.

When i go to /admin/settings/image_caption i get some weird errors, but when i save the setting it returns that settings have been saved successfully.

    * warning: Invalid argument supplied for foreach() in /var/www/includes/menu.inc on line 258.
    * warning: Invalid argument supplied for foreach() in /var/www/includes/menu.inc on line 258.
    * warning: Invalid argument supplied for foreach() in /var/www/includes/menu.inc on line 258.
    * warning: Invalid argument supplied for foreach() in /var/www/includes/menu.inc on line 258.

Does anyone have any tips that could help me sort out this issue.

Thanks!

Comments

davidwhthomas’s picture

It sounds like there's an error reading the menu item for the admin settings page.

You'd need to set the allowed node types there so that's why the captions not showing up on the page.

I'm really wanting the drupal.org admins to delete my 6.x branch stuff so I can resubmit it because at the moment it's difficult for me to post updates.

In any case, I hope that helps you debug the issue.

regards,

David

olafskaug’s picture

It worked perfectly when i upgraded to 6.x.2dev

davidwhthomas’s picture

ah, glad to hear it.

That's the problem that some of the 6.x content is actually 5.x which is why I want them deleted to resubmit them.

In any case, the latest version should work fine for 6.x

DT

davidwhthomas’s picture

Version: » 6.x-2.2
Status: Active » Fixed

Status: Fixed » Closed (fixed)

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