I have drupal installed in subdirectory, so the path to image file looks like "localhost/drupal/sites/default/file/image.jpg", meanwhile galleria set path to image like "localhost/sites/default/file/image.jpg" (and find nothing, of course).

I'm pretty shure, that problem is in file "galleria.theme.inc", line 96

P.S. Sorry my english)

Comments

scw’s picture

Category: bug » support

yes it is. had the same problem. should be like:
$basepath = base_path() . variable_get('file_public_path', 'sites/default/files') . '/';

miro_dietiker’s picture

Category: support » bug

is this now a bug report and still buggy or is it fixed?

miro_dietiker’s picture

Status: Active » Fixed

I think this works meanwhile.

Automatically closed -- issue fixed for 2 weeks with no activity.