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 08-24-2012 13:01:38

moto
Member
From: UK
Registered: 01-30-2005
Posts: 174
Website

CCP5.1 to V8 Importer problem

I’ve installed the  importer but I can’t get past step one selecting the Source Data & Media destinations

I have found my cp-app.cgi file copied and pasted the paths but still will not work.

/var/www/vhosts/moto-racing.co.uk/httpdocs/ccp51/data
/var/www/vhosts/moto-racing.co.uk/httpdocs/ccp51/data

This is from the cp-app.cgi file

Code:

#########
######### Edit the following paths and URLs to set up this 
######### software package to execute properly.
#########
######### The server_*_path variables are the paths to the different
######### components of this software package.  Enter below the paths
######### to the 'cgi-bin', 'data' and 'media' directories. 
######### These are server paths and not URLs.
#########

$server_script_path = "/var/www/vhosts/moto-racing.co.uk/httpdocs/ccp51/cgi-bin";
$server_data_path = "/var/www/vhosts/moto-racing.co.uk/httpdocs/ccp51/data";
$server_media_path = "/var/www/vhosts/moto-racing.co.uk/httpdocs/ccp51/media";

#########
######### The url_*_path variables are the paths to the different
######### compontents of this software package.  Enter below the paths
######### to the 'cgi-bin' and 'media' directories. 
######### These are URL paths and should be entered with a 'http'.
#########

$url_script_path = "http://www.moto-racing.co.uk/ccp51/cgi-bin";
$url_media_path = "http://www.moto-racing.co.uk/ccp51/media";

I have spent about 2 hours looking through the forum but still cannot get it right, what am I doing wrong?

Thanks in advance

Offline

 

#2 08-24-2012 13:50:26

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: CCP5.1 to V8 Importer problem

try setting the folde/files to CHMOD777 and see if it works



-James Garrett

Offline

 

#3 08-25-2012 02:57:56

moto
Member
From: UK
Registered: 01-30-2005
Posts: 174
Website

Re: CCP5.1 to V8 Importer problem

Thanks, tried this but makes no difference!!

Offline

 

#4 08-26-2012 13:01:55

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: CCP5.1 to V8 Importer problem

You appear to be on a plesk server, which is pickier about paths in PHP than it is in Perl.  Try paths like these:

/home/httpd/vhosts/domain.com/httpdocs/...

To see if they make a difference.  If not, perhaps the location you're installing v8 to cannot see those paths due to permissions issues.  Are you trying this on the same domain?


Nick Hendler

Offline

 

#5 08-27-2012 14:44:43

moto
Member
From: UK
Registered: 01-30-2005
Posts: 174
Website

Re: CCP5.1 to V8 Importer problem

Thanks but still no luck, I seem to have tried every conceivable combination but still getting nowhere.

I am using a spare domain to set the store up before reverting back to the original domain, is this causing the issue?

Thanks

Offline

 

#6 08-27-2012 16:02:44

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: CCP5.1 to V8 Importer problem

The temp domain likely doesn't have the permissions needed to read files from the original domain.  I'd recommend doing the import into a subfolder on the original domain.


Nick Hendler

Offline

 

#7 08-30-2012 04:20:34

moto
Member
From: UK
Registered: 01-30-2005
Posts: 174
Website

Re: CCP5.1 to V8 Importer problem

Thanks for the reply but how do I go about that?

Offline

 

#8 08-30-2012 06:54:56

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: CCP5.1 to V8 Importer problem

Create a folder on the domain you would like to run the import from called 'ccp8', or whatever you want, and install version 8 there and run the import.  The issue is that on your server you cannot access the original domain's files from the new test domain to do the import, and the importer needs to be able to read the original domain's files to do the import.


Nick Hendler

Offline

 

#9 08-30-2012 09:13:58

moto
Member
From: UK
Registered: 01-30-2005
Posts: 174
Website

Re: CCP5.1 to V8 Importer problem

The only place plesk will let me create a new folder/directory is inside the httpdocs folder, is it ok to put it there or does it need to be outside httpdocs?

Thanks

Offline

 

#10 08-30-2012 13:10:47

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: CCP5.1 to V8 Importer problem

That's fine in the httpdocs dir.


Nick Hendler

Offline

 

#11 08-31-2012 09:00:40

moto
Member
From: UK
Registered: 01-30-2005
Posts: 174
Website

Re: CCP5.1 to V8 Importer problem

Ok I have now installed V8 in a subfolder of the original domain. When I get to step 4 of the importer I am now getting the following error -

Offline

 

#12 09-02-2012 09:42:20

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: CCP5.1 to V8 Importer problem

In your version 5.1 install, access the database section, and choose to manage table data sources.  Flip all of the tables to CSV mode and then the importer should work.  The PHP based importer is having trouble connecting to the database you have set up for version 5.1 (which was set up using Perl).


Nick Hendler

Offline

 

Board footer