I have at site with at main site and some subsites in a multisite site.
In the main site Slide Show CS is working fine, but in the subsites it doesn't.
The main domain is named mainsite.dk
The subdomain is named subsite.mainsite.dk and is made as Drupal wants it in multisite-system. All rights is set and ok.

In the subdomain (subsite.mainsite.dk):
1) In the block "Slideshow CS 1" I type the path to the images: "sites/subsite.mainsite.dk/files/subpath1/subpath2".
The pictures is in the path: http://subsite.mainsite.dk/files/subpath1/subpath2
2) After Save and reopen the block alle the images is listet and I am able to make options to them (I use the default)
3) At the notes I can se the Title and the text "Loading...", but no pictures.
4) In the log Last log lines I now se a lot of errors:
5) The location is now: http://subsite.mainsite.dk/admin/sites/subsite.mainsite.dk/files/subpath...
6) The correct path to the pi
I think the path is wrong:
1) Why "admin" before /sites?
2) Why two times "subsite.mainsite.dk"?
I have tried to se "/" before site.
I have tried to use the default path "files/slideshowcs"
I have tried to edit the module as mentioned in another issue.
Please help.

Carsten

Comments

uv516’s picture

1) I had an error in .htaccess - it is now corrected
2) I have changed code in slideshowcs.module line 153:
------------- code below ---------------------------
$urlpic = strtr("!filebase!filename",
array(
// '!filebase' => $filebasepath, // original
'!filebase' => '/'.$filebasepath, // new
'!filename' => '/'. $valor,
)
) ;
------------- code above ---------------------------
I thing it will be wrong again if it isn't checked by the author

Carsten

davebv’s picture

do you have the same problem with the 2.11 version?

davebv’s picture

Status: Active » Needs review