PDA

View Full Version : path from cgi-bin to acatalog


Anna
08-Apr-2003, 12:11 PM
Hi All!

I am encountering problems when running perl scripts on the following site:

www.beautifulthings.co.uk/index2.html (http://www.beautifulthings.co.uk/index2.html)

Basically all html files work fine, but the pl files seem to think that external files (images, css, js, etc) reside in the cgi-bin folder rather than the acatalog folder. Therefore the images are not showing, the styles don't apply, the js functions can't be called... a mess really! For instance, try viewing the basket, or going to the checkout.

The site is hosted on a Win2000 server with FastHosts.
I have been in touch with Actinic's helpdesk, who referred me to Fasthosts' helpdesk, but no one has been able to resolve the problem, as of yet.

A screenshot of my network configuration within Actinic can be found at: screenshot (http://www.beautifulthings.co.uk/beautiful_things_configuration.gif)

I have been banging my head against the wall for the past 2 days, but can't seem to find the solution.

Any ideas?

I would really appreciate any suggestions you may have.

TIA!

Anna :D

Mike Hughes
08-Apr-2003, 02:01 PM
Looks to me like a similar problem to one a few days ago where the path from cgi-bin to acatalog had been wrongly set to ./acatalog/ instead of ../acatalog/ (note the extra dot).

Try that and see if it works.

Mike

NormanRouxel
08-Apr-2003, 02:01 PM
Your two paths to cgi-bin are different. Are you sure that this is correct?

Norman

Jan
08-Apr-2003, 02:54 PM
I also use fasthosts on a windows 2000. My network settings are like yours (including the different settings for cgi-bin) except that I have "Use Relative CGI-BIN urls in Catalog Pages' ticked as well.

Regards,

Anna
09-Apr-2003, 09:28 AM
Hi Guys!

Just to let you know that the problem is fixed now, I was missing the BASEHREF from the Primary template.

Regards