Take a walk on the Wild side . . .
Image module woes in Drupal 6.2 upgrade
Submitted 16 years 6 months ago by Jeff Brown.
Upgrading to Drupal 6.2 leaves something to be desired as far as the image module goes.
It's bad enough for the average enthusiast that uploading images is not a core feature... but here's the fix that I found posted at http://drupal.org/node/219808
insert into image select upload.nid as nid , files.fid as fid , filename as image_size from upload, files where upload.fid = files.fid and files.filemime like "image/%";
Total views: 4,755 |
Comments
Add new comment