close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

hash error (authorize.net error 99)

Thread begun 7/26/2010 9:32 pm by lilryansd360589 | Last modified 12/18/2013 11:41 am by Jason Byrnes | 5169 views | 12 replies |

lilryansd360589

hash error (authorize.net error 99)

Hello I am having the same exact error as related in this post,

showthread.php?t=7088&highlight=mhash

almost word for word so I will repeat some of it that directly relates to my problem.


I was originally having a mhash() error as described here:
show...ight=MHASH_MD5

I too found I have hash and not mhash installed on my server so in the file WA_simlib.php I changed

return (bin2hex (mhash(MHASH_MD5, $data, $key)));
to
return (bin2hex (hash(MD5, $data, $key)));

and this took care of the error, but now when I try my checkout Authorize.net gives me the following error:

(99) This transaction cannot be accepted.

I looked this up on Authorize.net and found:
tool...id=7199#bottom


When I go to this tool listed above and input all the required fields I am receiving a different hash for the x_fp_hash field.




Please let me know how to fix this or any other info that you may need.

Thank you for your time.

Ryan

Sign in to reply to this post

Jason ByrnesWebAssist

I have created a support ticket so we can look into this issue further.

To view and edit your support ticket, please log into your support history:
login.php

Sign in to reply to this post

av3103798

I'm having exactly this problem.

Is the solution posted somewhere? When I changed the line WA_simlib.php file:

return (bin2hex (mhash(MHASH_MD5, $data, $key)));
to
return (bin2hex (hash(MD5, $data, $key)));

I did get a value back in the error message from Chase Paymentech. But when I compared it to the one generated on their online "tool" to verify it, they were different. MD5 is chosen as on the hosting site.

thanks

Sign in to reply to this post

Jason ByrnesWebAssist

doublecheck that the server supports the MD5 hash algorithem.

create a blank page with the following code:

<?php
print_r(hash_algos());
?>


that will write a listing showing the algorithms tat are supported on the server, if MD5 is not listed, you need to contact the host to have them enable it.

Sign in to reply to this post

av3103798

MD5 was listed

Hi Jason it is listed.

Sign in to reply to this post

Jason ByrnesWebAssist

I'll need to troubleshoot directly, see the private message section.

Sign in to reply to this post

av3103798

info as requested

Thanks Jason.

Sign in to reply to this post

Jason ByrnesWebAssist

see PM

Sign in to reply to this post

av3103798

sorry

Sign in to reply to this post

Jason ByrnesWebAssist

Please provide a Skype username or a US phone number and a good time to contact you when you will be in front of your computer and we will have an engineer contact you to resolve this issue over the phone.

We are available Monday - Friday from 9am - 4pm EST (except major U.S. holidays).

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...