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-14-2002 07:08:47

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

CCP5 Updated Install - 08/14-08/15

We're planning a final update to CCP5 either today 08/14 or tomorrow 08/15 in which will address a couple of issues:

(1) Make the program easier to install (most of these updates are already in the install file - hence the significant drop in install issues on the forum).

(2) Cleanup of errors on some of the processing gateway forms (Authnet secure server, ViaKlix both methods, Wells Fargo both methods).

(3) Re-working of the shipping methodology for combined shipment orders, per user requests.

(4) Integration with GoRealTime.Com, they've been asking to get back in the software.

(5) Require Perl 5.005_03 or higher as there are significant issues running the 'buggy' Perl 5.004_04.

(6) Printing the order status to emails.

(7) Possible fixes for mail and tax issues based on research done today on the two oustanding issues posted on this forum.  We're not sure if there are any issues with this, but research will tell us for sure.

(8) Code to avert do errors that pop up when using MySQL inconsistently (we've had two reports - one was on our demo).

(9) A stand alone update script that CCP5 users can run to get their tables and elements updated.  This update will require the re-upload of the ./cgi-bin/library directory and the installation and running of a cgi script to perform data updates.

These are the only known issues that are resident in the software at this time.  If anyone has anything else, please get them to us ASAP.  My confidence level is high that this will eliminate all issues within CCP5, making it as stable as CCP4.  95% of our users haven't reported anything, so thanks to everyone out here for really banging on the program and coming up with this listing for us.


Nick Hendler

Offline

 

#2 08-14-2002 08:16:16

Guest
Guest

Re: CCP5 Updated Install - 08/14-08/15

That sounds great.  Thanks for all your work on this.  One question:  If we already have CCP5 installed and working on our server, and we only need 1 or 2 of the fixes on this list, will we have to do a complete re-install, or will we be able to JUST install the parts we need?  I know I need the combined shipping calculation.  Will there be a way to just do this without completely reinstalling CCP5? 

 

#3 08-14-2002 10:47:07

Adam
Member
Registered: 04-30-2002
Posts: 32

Re: CCP5 Updated Install - 08/14-08/15

> Will there
>be a way to just
>do this without completely reinstalling
>CCP5?

Linda,
if I understand it correctly, there is no need to make 'clean' install as Nick wrote above:
"This update will require the re-upload of the ./cgi-bin/library directory"
this with update-script is everything so don't try to delete all your files
:-)

-AAJ

Offline

 

#4 08-14-2002 13:18:55

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

Re: CCP5 Updated Install - 08/14-08/15

Correct.  You will build the update on top of your current CCP5 install.  First you will replace the files in the ./cgi-bin/library dir with those provided, then place a temporary script in your cgi-bin dir, input your paths into it, set permissions to 755 and run it via the web.  That script will update your data directory.  After running it, you should delete it. 


Nick Hendler

Offline

 

#5 08-14-2002 13:24:48

Guest
Guest

Re: CCP5 Updated Install - 08/14-08/15

Thanks for the explanation.  Looking forward to the update.

 

#6 08-14-2002 13:32:33

Guest
Guest

Re: CCP5 Updated Install - 08/14-08/15

please check the Worldpay gateway.

I'm trying to test this stuff and we add a couple of fields in Manage Payment Methods (WorldPay - Payment Form)
But this fields never show up in the final CHECKOUT page.

testMode=100 is the variable to test the connection to WorldPay

***********************
FIELDS ADDED
<INPUT TYPE="HIDDEN" NAME="instId" VALUE="your_username">
<INPUT TYPE="HIDDEN" NAME="testMode" VALUE="100">
***********************

***********************
SOURCE CODE IN THE LAST SCREEN BEFORE THE REDIRECT TO WORLDPAY
(TESTMODE in missing)

<FORM METHOD="POST" ACTION="https://select.worldpay.com/wcc/purchase">


<INPUT TYPE="HIDDEN" NAME="usr" VALUE="50X6689537">
<INPUT TYPE="HIDDEN" NAME="rnd" VALUE="6045533">
<INPUT TYPE="HIDDEN" NAME="rrc" VALUE="N">

<INPUT TYPE="HIDDEN" NAME="pg" VALUE="ste_chkout_proc">
<INPUT TYPE="HIDDEN" NAME="func" VALUE="ste_chkout_fin_proc">
<INPUT TYPE="HIDDEN" NAME="secure" VALUE="Y">

<INPUT TYPE="HIDDEN" NAME="tracking_paymethod" VALUE="ste_gw_worldpwp">
etc....
***********************

 

#7 08-14-2002 14:00:14

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

Re: CCP5 Updated Install - 08/14-08/15

We know this is working.  When you go back in to edit the Worlpay Form Content section are the new fields showing up?  If not, are all the files in the ./data/elements directory set to permissions level 777 (world writable)?


Nick Hendler

Offline

 

#8 08-14-2002 15:48:13

Guest
Guest

Re: CCP5 Updated Install - 08/14-08/15

Will registered CCP5 users receive an e-mail letting us know when the update is available?

 

#9 08-14-2002 15:49:00

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

Re: CCP5 Updated Install - 08/14-08/15

Yes, you will.  Anyone who has downloaded a copy of CCP5 will get an email containing update instructions and a download URL.  We're going to get this out ASAP.


Nick Hendler

Offline

 

#10 08-15-2002 09:57:27

MarkL
Member
From: Hamilton, NJ
Registered: 08-12-2002
Posts: 17

Re: CCP5 Updated Install - 08/14-08/15

You say that you're going to require Perl 5.005_03, but what about me?!? tongue Is this new version going to address my issue with the DBI in version 5.004_04, is that going to be different update, or am I just going to not be able to use CCP5 (I hope not!)

Thanks!

Offline

 

#11 08-15-2002 10:14:49

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

Re: CCP5 Updated Install - 08/14-08/15

We're still looking into your issue, but for the future will be requiring 5.005_03.  I hope we can find a fix for you.


Nick Hendler

Offline

 

#12 08-15-2002 12:01:03

Guest
Guest

Re: CCP5 Updated Install - 08/14-08/15

mark.. have you looked into asking your provider regarding a perl update?  I had the same problems you were and two emails to my provider took care of the perl upgrade.  From what I've learned, the version of perl you have (and I had) is very buggy and many developers do not support its usage!

 

#13 08-15-2002 13:51:46

Will
Member
Registered: 02-26-2003
Posts: 493
Website

Re: CCP5 Updated Install - 08/14-08/15

Also look in to switching ISP's to someone who has the versions you need.  Check http://www.neuralgrid.com  very affordable, excelent service and support.

Will
wwwstnecorp.com
(New cart to be online as soon as I've got it looking right)


Will

Offline

 

#14 08-15-2002 23:22:45

MarkL
Member
From: Hamilton, NJ
Registered: 08-12-2002
Posts: 17

Re: CCP5 Updated Install - 08/14-08/15

I'm using Earthlink, which is a big company so they don't like to change.  I already asked and they said they plan to but no specific date (meaning that it'll get updated within the next 10 years.)

Offline

 

Board footer