Closed (works as designed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2005 at 15:45 UTC
Updated:
15 Jun 2005 at 08:26 UTC
Visiting ?q=admin/image yields a blank page. My cvs version is 1.156.
Comments
Comment #1
Robrecht Jacques commentedI'm running v1.156 too and don't see this problem. Can you look on ?q=admin/taxonomy whether a 'image galleries' vocabulary is present?
I see no reason why the page should be empty. The function image_admin (or image_admin_overview) always returns something. I will look into it a bit further, but see no bugs that could cause this behaviour. Strange.
kr,
Robrecht
Comment #2
walkah commentedbaudolino - which version are you running? there was a problem with HEAD when print theme('page') was centralized, but all should be working in the current version.
Comment #3
baudolino commentedI am running Drupal 4.6.1 and the CVS version of image, v1.156 (24818 bytes, I just synced my CVS branch of the contrib tree).
I do have a vocabulary that is assigned to image nodes and my image nodes do show up in their proper places.
Comment #4
Robrecht Jacques commentedMixing drupal-4.6.1 and image-cvs will not work. You need either image-4.6.0 or drupal-cvs. The reason is that, as walkah says, the "theme('page',...)" has been centralized in the current CVS version of drupal, so image.module no longer calls it. Using image-cvs (which doesn't call print theme(...)) together with drupal-4.6.1 (which expects image.module to call print theme('page', ...)) will result in no output.
So either wait until 4.7 is released or switch to the CVS version of drupal and all modules.