Closed (fixed)
Project:
Brilliant Gallery
Version:
5.x-2.14
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2007 at 08:48 UTC
Updated:
18 Nov 2007 at 11:11 UTC
i enabled module and created a gallery in a node but i can't see images and in watchdog i see an error "modules/brilliant_gallery/image.php not found"
Comments
Comment #1
josh@pixael.com commentedmy site is installed in a subdirectory... i think this is the problem
Comment #2
josh@pixael.com commentedsorry the problem is that brilliant_gallery is not compatible with Internationalization module
so image.php is searching under
site.com/EN/modules/brilliant_gallery/image.php
instead of
site.com/modules/brilliant_gallery/image.php
Comment #3
josh@pixael.com commentedfixed using
$modulepath = base_path() . drupal_get_path('module', 'brilliant_gallery');
instead of
$modulepath = url(drupal_get_path('module', 'brilliant_gallery'), NULL, NULL, TRUE);
in brilliant_gallery.module
please provide a patch or a new stable version
tnx
Comment #4
vacilando commentedFixed in v2.14 (just out).
Comment #5
Zarei commentedHi,
I still get the same problem using v.2.14. I'm using Internationalization module v.5.x-2.2.
Even after disabling Int. module I still get an extra /*lang*/ in the image path.
For example the path will be:
"http://myhost.com/drupal/sv/files/albums/test/pics.jpg"
where it should be
"http://myhost.com/drupal/files/albums/test/pics.jpg"
Any way to fix this?
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.