Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Broken Language Image on version 2.2


nelsoncomas

Recommended Posts

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...