1 reply [Last post]
rornelas's picture
Offline
Joined: 11/04/2008
Juice: 23
Was this information Helpful?

My site is unable to load images into the products and I would like to configure ubercart for multi-site drupal configuration.

For some
Here are my drupal settings.

Ubercart 2.0-beta6

Drupal 6.10
Access to update.php Protected
Acquia Network subscription status Active
You can also manually refresh the subscription status.
Configuration file Protected
Cron maintenance tasks Last run 0 sec ago
You can run cron manually.
Database updates Up to date
Drupal core update status Up to date
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
GD library bundled (2.0.34 compatible)
Image gallery Galleries defined
Image import Import directory tmp/image exists.
Image module directories Exists (sites/default/files/images).
Image toolkit The imagemagick toolkit is installed.
ImageMagick advanced options ImageMagick image toolkit is selected.
Module and theme update status Up to date
MySQL database 5.0.45
PHP 5.2.9
PHP memory limit 98M
PHP register globals Disabled
SimpleXML Enabled
Unicode library PHP Mbstring Extension
Update notifications Enabled
Web server Apache/2.2.3 (CentOS)
cURL Enabled
getID3() 1.7.9-20090308

udunno's picture
Offline
Joined: 08/30/2009
Juice: 2
can't load images

Hi, I also had this issue, it uploaded pics but then they were just displayed with a broken link, so. First I upgraded to Drupal 6.13 (this is an easy upgrade)

Then I made sure all of this (in the module area) was enabled, and suddenly the pics appeared:
Image Attach 6.x-1.0-alpha4 Allows easy attaching of image nodes to other content types.
Depends on: Image (enabled)

Image Gallery 6.x-1.0-alpha4 Allows sorting and displaying of image galleries based on categories.
Depends on: Image (enabled), Taxonomy (enabled)

Image Import 6.x-1.0-alpha4 Allows batches of images to be imported from a directory on the server.
Depends on: Image (enabled)

ImageMagick Advanced Options 6.x-1.0-alpha4 Adds advanced options to the ImageMagick image toolkit.

ImageCache
Enabled Name Version Description

ImageAPI 6.x-1.6 ImageAPI supporting multiple toolkits.
Required by: ImageCache (enabled), ImageCache UI (enabled)

ImageAPI GD2 6.x-1.6 Uses PHP's built-in GD2 image processing support.

ImageAPI ImageMagick 6.x-1.6 Command Line ImageMagick support.

ImageCache 6.x-2.0-beta9 Dynamic image manipulator and cache.
Depends on: ImageAPI (enabled)
Required by: ImageCache UI (enabled)

ImageCache UI 6.x-2.0-beta9 ImageCache User Interface.
Depends on: ImageCache (enabled), ImageAPI (enabled)

-Andrea