Closed (fixed)
Project:
Image Caption
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2008 at 09:02 UTC
Updated:
28 Nov 2008 at 09:22 UTC
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
Comment #1
davidwhthomas commentedIt 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
Comment #2
olafskaug commentedIt worked perfectly when i upgraded to 6.x.2dev
Comment #3
davidwhthomas commentedah, 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
Comment #4
davidwhthomas commented