debbie703 Posted October 23, 2010 Share Posted October 23, 2010 the home page image properties shows the domain path twice:for example, when you right click on the image and view the properties, this is what shows:http://67.202.109.247/~shopping/shop/67.202.109.247/~shopping/shop/modules/blockadvertising/advertising_custom.jpg'>http://67.202.109.247/~shopping/shop/67.202.109.247/~shopping/shop/modules/blockadvertising/advertising_custom.jpgnotice how the domain is shown twice. The store's URL is http://67.202.109.247/~shopping/shopwhen I modified the blockadvertising.php file from this:$smarty->assign('image', $protocol_content.$server_host.$this->adv_img);to this:$smarty->assign('image', $protocol_content.$this->adv_img);Basically just removing the .$server_hostNow the image URL is correct with this:http://67.202.109.247/~shopping/shop/modules/blockadvertising/advertising_custom.jpgThe images appear just fine after modifying blockadvertsing.php. Does anyone have any idea as to what is causing this issue?This doesn't seem normal and I have been trying to figure out for hours why the images don't show on the front page for blockadvertising and the blockbanners. Link to comment Share on other sites More sharing options...
Recommended Posts