the download.png and upload.png and all the images dont show if a site is on a subdirectory:
they show on example.com
but they dont show on example.com/mydrupalsite

Comments

mchelen’s picture

It looks like some of the files were renamed, for example download.png is gone but downloaded.png does exist.

ddorian’s picture

mike you are talking about this issue: http://drupal.org/node/517158
What im saying is that for example:
when the site is at localhost/myDRUPALsite it will search for images at
localhost/sites/all/modules/bittorrent/.......
and not to
localhost/myDRUPALsite/sites/all/moduels/bittorrent

tiato’s picture

why not just set apache to make localhost/mydrupalsite the root as opposed to localhost? i cannot replicate this issue unless i change apache's root - worth a try?

ddorian’s picture

because im in dev machine and i access all my sites like:
localhost/torrent_site
localhost/other_site
anyway its not a big problem after all and now im fixing it by creating a folder at localhost/sites/all/modules/bittorrent :D