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-14-2009 20:52:14

rtringo
Member
Registered: 06-22-2005
Posts: 95

data importer problem

Help.....

I cannot get the data importer to work. I get a HTTP404 Not Found error when I start the import.

1.) I just had CCP7 professionally installed with purchase, upgrade from CCP6.

2.)Here web address      http://www.profoundmysticalmeditation.c … /index.php  and it works fine.

3. I downloaded importer, unzipped, and uploaded importer-clickcartpro7-ccp6.php to the ccp7 directory

4. I changed permissions to 755 (unix server) originally it was 644 after uploading.

5. I put the following in my web browser
            http://www.profoundmysticalmeditation.c … 7-ccp6.php

and I get The webpage cannot be found error

6. I changed permissions back to 644 with same error.

What am I doing wrong with such a simple process

Roger

Offline

 

#2 10-14-2009 22:26:00

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: data importer problem

You may have a problem with an htaccess rule, if you have one that is, as I did with one of my rules which caused my site to not find the importer. It is probably the one that starts with or looks like

Code:

RerwriteRule ^(*.)-(*.)/(*.)\.html

As I said if you have an htaccess file in place. You can comment it out until you get the information imported then un-comment it to get it working again.

John

Last edited by dh783 (10-14-2009 22:26:35)

Offline

 

#3 10-14-2009 23:41:04

rtringo
Member
Registered: 06-22-2005
Posts: 95

Re: data importer problem

Thanks for the idea. I do have the rewrite rule in htaccess.

How do I comment it out?

Here is the htaccess file (not sure what any of it means or where it came from):

AddHandler application/x-httpd-php4 .php
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^(.*)-(.*)/(.*)\.html /khxc/index.php?app=$1&ns=$2&ref=$3 [L,PT]

DirectoryIndex khxc/index.php index.html

Last edited by rtringo (10-15-2009 00:19:23)

Offline

 

#4 10-15-2009 07:40:59

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: data importer problem

You would just need to place a # in front of the line(s) in question.

Code:

#RewriteRule ^(.*)-(.*)/(.*)\.html /khxc/index.php?app=$1&ns=$2&ref=$3 [L,PT]

John

Offline

 

#5 10-15-2009 20:45:24

rtringo
Member
Registered: 06-22-2005
Posts: 95

Re: data importer problem

Fudge........still did not work

1.) This is the .htaccess file that was uploaded

AddHandler application/x-httpd-php4 .php
Options +FollowSymLinks
RewriteEngine on
#RewriteRule ^(.*)-(.*)/(.*)\.html /khxc/index.php?app=$1&ns=$2&ref=$3 [L,PT]

DirectoryIndex khxc/index.php index.html

2.)This is the link I am using to install

http://www.profoundmysticalmeditation.c … 7-ccp6.php

3.) The .htaccess file is located under www on the server

4.) CCP7 folder is directly under www also

5.) permission on CCP7 folder and importer-clickcartpro7-ccp6.php file is 0755

I have tried Firefox and IE and both give me the following message from my ISP

We did not find results for: http://www.profoundmysticalmeditation.c … -ccp6.php. Try the suggestions below or type a new query above 

What am I missing? This is pretty strange for something so simple

Offline

 

#6 10-15-2009 21:08:14

rtringo
Member
Registered: 06-22-2005
Posts: 95

Re: data importer problem

I believe I figured it out. No additional help needed at this time

Thanks

Offline

 

Board footer