Jump to content

Problem with Merchant Facility - The following errors occurred: 1


rackcentral

Recommended Posts

Hi Guys,

 

I am a little stumped here, I have had an open ticket for 24 hours with whmcs support and they have not got to it yet but am reaching out to you guys to see if you have experienced this before.

 

I added securepayau as a credit card gateway as i was recently got setup with them and everytime i attempt to process a transaction i get a response The following errors occurred: 1 on the customer login area and nothing hits the payment gateway log.

 

What i want to know is how do i even troubleshoot this problem?

 

Does anyone have any ideas or input as i am struggling with this one since everything is coded.

 

Regards

Shaun

Link to comment
Share on other sites

Tells us that's something isn't right with your setup. It was System Module Debug Log you enabled? [Enable Debug Logging]

 

Maybe turn on PHP errors as well in general settings.

 

Are you using a customised template/theme? If so, try a standard template/theme to rule that out.

Link to comment
Share on other sites

This may show your error... in your template directory creditcard.tpl you will find this code

{if $errormessage}
   <div class="alert alert-error">
       <p class="bold">{$LANG.clientareaerrors}</p>
       <ul>
           {$errormessage}
       </ul>
   </div>
{/if}

change {$errormessage} to {$errormessage|print_r}

 

Make sure you change it back after.

 

Also it looks like you need to update your pdfinvoice addon module... V2.1 is available.

Link to comment
Share on other sites

  • 7 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated