[ic] no folder images in products tree

Bernd Neumann bernd.neumann at goldmail.de
Sat Jul 3 16:12:24 EDT 2004


Hi All,

I'm an interchange newbie running interchange 5.2 on SuSE Linux 9.1. In 
with mod_interchange mode component 'Products Tree' will show neither 
open folder image nor closed folder image. All other images are 
displayed. In cgi-mode there are no problems.

When I diffed the generated files tmp/product_tree, I found no values 
for product_tree_toggle_anchor_clear, .._anchor_closed and anchor_open 
in the mod_interchange version.

Configuration is as follows:

variable.txt, mike10, cgi version, OK
-------------------------------------
CGIWRAP        Admin Control
CGI_DIR    /usr/local/apache/cgi-bin    Admin Control
CGI_URL    /cgi-bin/mike10    Directories and Paths
IC_DIR    /usr/local/interchange    Admin Control
IMAGE_DIR    /mike10/images    Directories and Paths
SAMPLEHTML    /usr/local/apache/htdocs/mike10    Directories and Paths
SAMPLEURL    http://bernd-linux.home/mike10    Directories and Paths

variable.txt, mike11, mod_interchange version, no images shown
-----------------------------------------------------------------
CGIWRAP        Admin Control
CGI_DIR    /usr/local/apache/cgi-bin    Admin Control
CGI_URL    /mike11    Directories and Paths
IC_DIR    /usr/local/interchange    Admin Control
IMAGE_DIR    /interchange/mike11/images    Directories and Paths
SAMPLEHTML    /usr/local/apache/htdocs/interchange/mike11    Directories 
and Paths
SAMPLEURL    http://bernd-linux.home/mike11    Directories and Paths

(The images are actually located in 
/usr/local/apache/htdocs/interchange/mike/images)


diff -y /home/bernd/catalogs/mike10/tmp/product_tree 
/home/bernd/catalogs/mike11/tmp/product_tree
--------------------------------------------------------------------------------------------------------
var product_tree_toggle_anchor_clear = '<img src="/mike10/ima |    var 
product_tree_toggle_anchor_clear = '';
var product_tree_toggle_anchor_closed = '<img src="/mike10/im |    var 
product_tree_toggle_anchor_closed = '';
var product_tree_toggle_anchor_open = '<img src="/mike10/imag |    var 
product_tree_toggle_anchor_open = '';

What am I missing?

Bernd





More information about the interchange-users mailing list