> I'm installing Gallery 2.1 in 'multi site config'; > > I've put the Gallery tree to /usr/share/gallery2, and, > symlinked to /home/domain.tld/www/gallery > (www.domain.tld/gallery/) I then installed from there, with > the site album at /home/domain.tld/www/photogallery
I have a feeling that symlinking is not the recommended way to set up the codebase for multisites, it confuses the gallery code. I had a similar problem and ended up copying pieces of the gallery install into the installed multisite. Read on... > in Firefox, the photos display BUT, the whole layout is 'all > over the place' Have a look at the source of the page in your browser. It sounds like your CSS links aren't where the generated HTML is looking for them. I'm not sure how this relates to your .htaccess changes, but I copied the CSS files it couldn't find from the codebase to the multisite location that it was looking in to fix the layout (disclaimer, this is a kludge). I think if you follow the multi-site instructions to the letter, this isn't a problem, but it seems we both like to do things the hard way. > I realize I should really ask this on Gallery list, but, in > case someone reconginzes my problem... It's your lucky day! :) But yeah, the gallery forums/wiki are packed with good info, including some on this particular problem. - Rog -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
