Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 10-02-2003 10:32:33

raygauci
Member
From: MALTA - that's in Europe s
Registered: 09-03-2003
Posts: 56
Website

Secured Pages

I am running into a simple problem on my secure pages, that is after checkout the images would not come up. I have checked on Global Settings|Programm settings that the url path for the media folder is as it should be, but..........

Any ideas?

Ray

Offline

 

#2 10-02-2003 12:02:06

raygauci
Member
From: MALTA - that's in Europe s
Registered: 09-03-2003
Posts: 56
Website

Re: Secured Pages

Still haven't figured why the images would not turn up on my secure pages. It is a shared secure server by the way.

Anyone had a similar problem?

Ray

Offline

 

#3 10-02-2003 13:01:27

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Secured Pages

Did you change the skin or is it the default skin?

If you modified the store layout and did not use the element to call images, ccp can't tell the images to show up as https instead of http.


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#4 10-02-2003 13:16:54

raygauci
Member
From: MALTA - that's in Europe s
Registered: 09-03-2003
Posts: 56
Website

Re: Secured Pages

   
Did you change the skin or is it the default skin?
If you modified the store layout and did not use the element to call images, ccp can't tell the images to show up as https instead of http.

I have a new skin.
I di modify the store layout successfully....but which element I need to update so ccp would be able to show images in the https pages?


Its not the cp-admin.cgi file by the way?

Ray

Offline

 

#5 10-02-2003 13:36:04

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Secured Pages


Image Tag (gif or jpg): <IMG SRC="(CGIVAR)images_path(/CGIVAR)/site/graphic_name.gif  WIDTH="xxx" HEIGHT="xx" BORDER="x">



Then the images go in media/images/site folder of ccp.


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#6 10-02-2003 13:45:21

raygauci
Member
From: MALTA - that's in Europe s
Registered: 09-03-2003
Posts: 56
Website

Re: Secured Pages

I had that done for me when I purchased the Skin.

As I said the images are not showing when I go onto my https pages only. Otherwise on the normal pages they look fine.

Ray

Offline

 

#7 10-02-2003 13:50:08

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Secured Pages

What is the URL?


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#8 10-02-2003 13:55:42

raygauci
Member
From: MALTA - that's in Europe s
Registered: 09-03-2003
Posts: 56
Website

Re: Secured Pages

I have emailed it to you.

Ray

Offline

 

#9 10-07-2003 16:21:51

keyman
Member
From: Pacific Grove, California
Registered: 08-26-2003
Posts: 45
Website

Re: Secured Pages

I am having exactly the same problems.  Using my secure server ( checkout ) I am unable to see any images. Which by the way he gets very confusing no buttons to push. In the browsing mode Non-secured there are no problems with images. I have had this problem with all three versions of this software.

Many of my other scripts do not have this problem and are not so dependent on images for the click buttons insecure mode.

I am considering giving up using my secure server and depending solely on the software's credit card encryption.

Sincerely yours,
Ira aka the keyman

P.S.
I have not attempted to modify any of the images used by this software

Offline

 

#10 10-07-2003 16:33:33

EagleWolf
Member
From: Daytona Beach, FL
Registered: 07-27-2003
Posts: 979

Re: Secured Pages

The only reason images do not show up is becuase you are trying to call httplinked images to an https page.

Becuase CCP moves in an out of http and https mode you need to use the image element for all images so that element tells the image to be either http or https. So all image tags should look like this:


Image Tag (gif or jpg): <IMG SRC="(CGIVAR)images_path(/CGIVAR)/site/graphic_name.gif  WIDTH="xxx" HEIGHT="xx" BORDER="x">


Chris
<a href='mailto:webmaster@equivity.com'>webmaster@equivity.com</a>
-

Offline

 

#11 10-07-2003 16:43:25

raygauci
Member
From: MALTA - that's in Europe s
Registered: 09-03-2003
Posts: 56
Website

Re: Secured Pages

The problem with images not showing up in the secured pages is because of permissions. Mine were all chmod 777 (full control for everyone) that's according to the manual. I had to set all media permissions to chmod 755 (Executable) and all images showed up.

Problem solved. Hope others will too.


Ray

Offline

 

Board footer