nelsoncomas Posted September 23, 2002 Posted September 23, 2002 I have a version 2.1 catalog running on the same Windows 2000 machine using IIS with no problems. However on the 2.2 install I can not get the language icons to appear with config file. The problem appears to be the path which is set to DIR_WS_INCLUDES . '/languages' Which looks somethings lile /includes/languages/.... Problem is it is really /catalog/includes/languages/.... but if I set the config file to have the /catalog for DIR_WS_LANGUAGES it breaks the catalog all together. Of course I can create another entry or hard code it but I thought maybe I am missing something. Help?
nelsoncomas Posted September 23, 2002 Author Posted September 23, 2002 For those who may run across this.. The problem was define('DIR_WS_INCLUDES', 'includes/'); was like this define('DIR_WS_INCLUDES', '/includes/'); The slash in front was killing me.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.