Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

I had installed AI (Adaptive Images), if i did not change the setting

$cache_path    = "ai-cache";

it saved the cache on sever root.

I like to save it under images folder, do i change it as

$cache_path    = DIR_WS_CATALOG_IMAGES . "ai-cache";

it doesn't seems working with this setting?

Can someone please help?

Thanks! Lyn

Link to comment
Share on other sites

$cache_path    = "ai-cache"; // where to store the generated re-sized images. Specify from your document root!

So if you are www.mysite-com/public_html/images  then change to

$cache_path    = "images/ai-cache"; // where to store the generated re-sized images. Specify from your document root!

 

Link to comment
Share on other sites

On 9/1/2018 at 3:41 AM, JcMagpie said:

would help if you posted link to the addon you are refering to and let us know what version you are using?

@JcMagpie

It is 234.1Edge (BS) version. And thank you for the solution!!! It is very helpful!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...