Hi
When I set the site file system to be "Private", all the sprite images are being saved in the "private-file" directory and cannot be accessed (and thus there are not displayed).
TIA, Hagit

Comments

tsi’s picture

Status: Active » Postponed (maintainer needs more info)

I won't have time to test this anytime soon. can you try and find more info?
What is the path you are getting?
What is the path you should get?
Maybe you can take a look at /includes/sprites.inc and check why is the difference ? basically this line (15) should give you the right path according to your settings:

$sprite_dir = variable_get('file_' . file_default_scheme() . '_path', conf_path() . '/files') . '/sasson/' . $theme_name . '-sprites/';
hagit’s picture

This code returns a path for the private files directory. and therefore, all sprite files are been saved to private files.
(file_default_scheme() return "private")

tsi’s picture

and that's good or bad?

hagit’s picture

Bad :(
browser cannot access these files.. and sprite images won't be display

tsi’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (won't fix)

The PHP compiler used in Sasson 2.x is no longer needed in v3.x and I don't see me or anyone else getting to maintain it.
Marking all relevant issues as won't fix. sorry.
You are welcome to try the much more powerful v3.x