G2Image and FCKeditor in Drupal 6

kpuchir

Joined: 2009-12-05
Posts: 6
Posted: Sat, 2009-12-05 19:49

Hi,
I'm almost through installing Gallery2 in Drupal, but am stuck on the G2Image application.

"G2Image requires the Gallery2 Image Block plugin (activated) and the G2Image application (missing) to be installed.
However, the G2Image application is unavailable"

I installed it as directed and modified the fckeditor.config.js file and the plugins/g2image/config.php file according to several sets of instructions found on the web. No matter what I do or how many times I clear my cache, that message never changes. I can only think it is my config file. These are the settings I changed.

$g2ic_gallery2_path = '/kunden/homepages/37/mysite/htdocs/drupal/gallery2/';

$g2ic_display_filenames = FALSE;

$g2ic_use_full_path = TRUE;

$g2ic_gallery2_uri = 'http://www.mysite.org/gallery2/main.php';

$g2ic_embed_uri = 'http://www.mysite.org/gallery.php';

Thanks for your help

-------------------

Gallery version - 2.3 core 1.3.0
PHP version - 5.2.11 cgi
PHPInfo Link http://www.celebratedifference.org/phpinfo.php
Webserver Apache
Database - mysqli 5.0.81-log
Activated toolkits - ArchiveUpload, Exif, Getid3, jpegtran, LinkItemToolkit, NetPBM, SquareThumb, Thumbnail, Gd
Operating system - Linux
Browser Firefox 3.5.5

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Sun, 2009-12-06 00:14
 
kpuchir

Joined: 2009-12-05
Posts: 6
Posted: Sun, 2009-12-06 01:47

Yes, I'm sorry, I should have said that I've spent the better part of the day looking at all of the existing help materials. I'm sorry, I really do not see my error, though it must be a really obvious one. Would you be willing to tell me what it is based upon the paths that I included above?