PDA

View Full Version : Missing Images


steve55
10-Jul-2003, 09:02 AM
I have an odd problem with an actinic site..

Basically I have uploaded all the pages using actinic etc...the catalog works fine and processes the orders ok, but...

If I am at the checkout page and decide to view my cart, the page that is diaplayed has no images on it...i.e No company logo, background etc... it is really odd.

I have looked at the source code and actinic is looking for images here /cgi-bin/images for some reason... I have created an images folder in my cgi-bin and uploaded the images in question, but only scripts are supported from within folders in my cgi-bin apparently, so jpgs, gifs ect will not be recognised...

Have I got a setting wrong/do I need to alter something to overcome this problem?

garyhay
10-Jul-2003, 09:31 AM
This is usually cased by the BASEREF being wrong.

<Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>

Make sure this is in your Act_Primary.html

steve55
10-Jul-2003, 10:21 AM
Ok I'll give it a bash - thank you.