I've had the slideshow module working on one site for over a year now. But every other domain hosted on this code base fails to display the images, although it does display the

"Previous | Image 1 of 1 | Next
name_of_image.png"

copy. The image does get uploaded to the filesystem. The page source does appear to include a properly formed <img src="http://domain/path/to/image.png"> tag. I've modeled the file system settings after those on the domain which works. I've had this exact same issue on perhaps six or eight domains hosted on the same code which hosts the domain where the slideshow module works. I've taken to advising clients that they should use the slideshow module to upload their images, then manually create an img tag and set the Input Format to full html to have it display.

CommentFileSizeAuthor
#2 slideshow_module_bug_report.png12.04 KBTodd Nienkerk
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kkaefer’s picture

Did you set up the file system properly for multisite? E.g., you shouldn't use the same files directory for more than one site.

Todd Nienkerk’s picture

Attaching a file included in duplicate issue #242891: slideshow fails to work for additional domains.

kkaefer’s picture

Status: Active » Postponed (maintainer needs more info)

I need more information on the setup of the file system to solve this problem. What did you do to set up the multidomain page?