PDA

View Full Version : Java Applet


Lightguy22
14-Jan-2004, 09:58 PM
Hello All,
Thank You Norman & Chris for your help on my previous issue, it was a server configuration issue, our new problem is we receive the following error after we select payment method and click next to go to the credit card details page, the page freezes with a grey background, the status bar says the following

( Load: class Com.Actinic.Catalog EA not found )

we just transfered our site to another hosting company, prior to the switch I noticed in network setup the codebase section contained './' , now it contains the following.

/home/farralane/catalog.farralane.com/cgi-bin/

might this be the cause?

Thank You,
Sean

cdicken
15-Jan-2004, 03:08 PM
Sounds probable. Try changing it back to './'.

Lightguy22
15-Jan-2004, 06:17 PM
Hi Chris,
Thanks for the reply! I changed the codebase and that did not solve the problem, below is what seems to be the same error I located in the knowledge base, the solution says to check the codebase with your hosting company and correct it in advanced setup, my above message shows what the codebase contained, prior to me changing it to './' , any other suggestions?

Thank You,
Sean

cdicken
19-Jan-2004, 09:59 AM
This folder:

/home/farralane/catalog.farralane.com/cgi-bin/

points to your cgi-bin, whereas your codebase directory is your 'acatalog' folder. Try putting in the full URL of your acatalog folder (or the path to your 'acatalog' folder from the server root e.g. /home/farralane/catalog.farralane.com/acatalog/).