Thumbnails in Backend OK, but not in Fronend

x_sam

Joined: 2009-11-30
Posts: 3
Posted: Tue, 2009-12-01 17:33

HI !
I installed g2image chooser and it is not working properly. I cannot see the thumbnails in Frontend, although I see them in Backend when editing an article. Also the link of the thumbnail is working, but not the image of itself. The thumbnail says "Error in generating - please check your folder permissions"....All image - folders have the 755 rights...
Could anyone help me?
You see the link under http://www.europaschule.at/cms/
THANK YOU for your help!

 
x_sam

Joined: 2009-11-30
Posts: 3
Posted: Thu, 2009-12-03 13:22

HI !
I found out that the link that g2image chooser makes is wrong, it makes ../galerie/main.php?g2_view=core.DownloadItem&g2_itemId=58&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT. When I make per hand http://www.europaschule.at/galerie/main.php?g2_view=core.DownloadItem&g2_itemId=58&g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT the thumbnails can be seen and everything works properly.
So I think there is somewhere a problem with the path-settings in the config.php...
here my settings I am using Joomla 1.5.15):

$g2ic_gallery2_path = "/home/.sites/33/site709/web/galerie/";
$g2ic_language = 'en';
$g2ic_images_per_page = 15;
$g2ic_display_filenames = FALSE;
$g2ic_default_alignment = 'none';
$g2ic_custom_class_1 = 'not_used';
$g2ic_custom_class_2 = 'not_used';
$g2ic_custom_class_3 = 'not_used';
$g2ic_custom_class_4 = 'not_used';
$g2ic_custom_url = 'http://www.europaschule.at';
$g2ic_class_mode = 'img';
$g2ic_default_action = 'thumbnail_lightbox';
$g2ic_sortby = 'title_asc';
$g2ic_embedded_mode = TRUE;
$g2ic_use_full_path = TRUE;
$g2ic_gallery2_uri = 'http://www.europaschule.at/galerie/main.php';
$g2ic_embed_uri = 'http://www.europaschule.at/cms/index2.php?option=com_g2bridge&view=gallery&Itemid=10';
$g2ic_drupal_g2_filter = FALSE;
$g2ic_drupal_g2_filter_prefix = 'G2';