found why ansel dont stores images in subgallery

duck <[email protected]>
Newsgroups gmane.comp.horde.ansel
Message-ID <[email protected]>
Ben, today I had time to revisit the problem of storing  images in Ansel 
sub galleries.

it tries to save the in sub gallery in the way: ".horde/ansel/schedul:test"
of course the system wont let him do this
for OS compatibility issues you should translate the path
something like

function translate_path($path) {
    return str_replace(':', '/', $path);
}

to be called

$vfspath = sprintf('.horde/ansel/%s', 
Ansel_Gallery::translate_path($this->data['gallery']));


-- 
ansel mailing list - Join the hunt: http://horde.org/bounties/#ansel
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.