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 11-16-2007 17:27:55

fdr100
Member
Registered: 03-24-2007
Posts: 39

Info about offline use

I have a large database, and from time to time i have to made update ...etc....

This will be don offline with wamp5 a tool to run php scripts offline. Here can i test all and update my data. Afther this i can upload all in mysql online.


The problem is now that i see i have to been online to run so, is there a solution to solve this problem.

i need this simulation.


Best regards
fdr

Last edited by fdr100 (11-16-2007 18:17:30)

Offline

 

#2 11-17-2007 04:48:17

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Info about offline use

It isn't clear what you're asking fdr.  If you have a development license and are using WAMP on a local machine you should be able to duplicate your on-line store, work on changes locally then "publish" (upload) your changes to the live store when you're satisfied.

Offline

 

#3 11-17-2007 09:29:10

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: Info about offline use

I had made a copy of my store online and put it in wamp, also i change dir paths in conf in localhost.

Now i get this message


"The cURL PHP extension is not loaded. This script requires the cURL PHP extension to be loaded in order to function properly. This script attempted to change this value at runtime, however the current server configuration did not permit the script to make this runtime change. Contact your server administrator and request that the cURL PHP extension be loaded at run time."



Best regards
FDR

Offline

 

#4 11-17-2007 14:03:02

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Info about offline use

Sounds like you haven't enabled cURL support in your local installation (WAMP).  You need to modify php.ini to add the path to where the extensions are installed then uncomment the extension entry for cURL.

Offline

 

#5 11-18-2007 12:18:39

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: Info about offline use

Thanks this part is working now.

When i login at the admin part i get
this message,

"there was a prosesing problem encountered while processing your request. Please try again later."

Is here also a wamp setting i have to swich on ??

Do yo now a program that do the same as WAMP?


Thanks
FDR

Offline

 

#6 11-18-2007 15:11:22

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Info about offline use

Did you change the database information in config.php in the private directory to match things for your local installation?  The easiest way to get everything correct for the local installation is to run the installer and update the settings as you go through it that need to be changed for your local installation.

Using Apache and MySQL is, by far, the easiest way to accomplish what you are trying to do (IMO).

Offline

 

#7 11-19-2007 12:20:54

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: Info about offline use

thanks

I can login in now but get this error

"Fatal error: Cannot use object of type KHXCerror as array in d:/Program files/wamp/www/httpdocs/khxc-private/core/KHXC_BackEnd/ext/home.php on line 177"

I think this is a security check online. 

But i will use this in wamp for a offline simulation of my shop. This for doing changes and see what the effect is before i put it online.

Best regards
FDR

Last edited by fdr100 (11-22-2007 13:24:30)

Offline

 

#8 11-22-2007 12:50:56

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: Info about offline use

Is there a silution posible i need this to use in wamp. I have this moment 50000 piece in my database. I need this tool to check and modify before i put everything online.

Thanks
FDR

Offline

 

#9 11-22-2007 12:59:31

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: Info about offline use

The path in the message you posted indicates an Unix style path not a Windows style path.  Run the installer on your local installation and update the URLs and the real paths to match what you are using on your machine.  There are a LOT of people running local copies of CCP (I have 10+ instances at the moment).

Offline

 

Board footer