Jump to content

LaughingHorse

Member
  • Posts

    164
  • Joined

  • Last visited

  • Days Won

    1

LaughingHorse last won the day on June 5 2016

LaughingHorse had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    USA

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

LaughingHorse's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. /* EDIT Change This: if (!empty($this->_result_message)) { $GLOBALS['gui']->setError($this->_result_message); } To This: */ if (!empty($this->_result_message)) { switch ($this->_result_status) { case 1: $GLOBALS['gui']->setInfo($this->_result_message); break; default: $GLOBALS['gui']->setError($this->_result_message); }
  2. Sorry for the delay. there were some external issues that came up and I just did the edit. After making the changes, when I went to test using a credit card I ended up with a blank page on this URL https://emperorsherbologist.com/cart/index.php?_a=gateway
  3. After successfully doing the upgrade, I was doing some regular maintenance. When I "Rebuild Sitemap" it returns Blank Page then I reload the page and get the warning "Security Alert: Possible Cross-Site Request Forgery (CSRF) or browser back button used." And it returns me to the Dashboard. The other maintenance items do not return errors. Thank You in advance for your assistance
  4. Use the link Al Brookbanks gave above then just create a new maintenance.index.inc.php and replace the current maintenance.index.inc.php in your folder cart/admin/sources/ Cart is whatever you named it "store" "shop" whatever. Then you can do the upgrade.
  5. Yeah, now days anything to screw the business. Open it up to lawsuits AND government fines all in the Legal Protection Racket
  6. Thank you. Looking forward to your reply. I'm wondering if other people are also experiencing this but just not saying anything about it.
  7. Response received 4|1|252|Your order has been received. Thank you for your business!|
  8. Here is the info at the beginning of the transaction from the Request Log (I changed some info to MUNGED for protection before pasting) Request Sent - https://secure.authorize.net/gateway/transact.dll x_test_request=FALSE&x_login=+MUNGED&x_tran_key=MUNGED&x_version=3.1&x_delim_data=TRUE&x_delim_char=%7C&x_type=AUTH_ONLY&
  9. Sounds good. Again, it is happening from time to time, one can go through perfectly, and the next one goes through but shows the error message.
  10. bsmither It's AIM Dirty Butter "Maybe it's browser or device specific?" Nope. Happens on different devices, different operating systems, different browsers
  11. Do I copy and paste this as a replacement for cart/admin/sources/maintenance.index.inc.php
  12. Skin 6.1.0 A modified version of Foundation. Modified only in that it has some boxes added
  13. This has been happening for quite some time and I'd like to get to the bottom of it and solve it. On some, not all, and not on certain $ amounts after placing and paying for an order using a credit card with AuthNet doing the authorization the following error shows up. "The following errors were detected: Your order has been received. Thank you for your business" See attached file. We get panicked phone calls and emails from customers asking if we received their order. The interesting thing is the orders were successfully paid for and authorized. This does not happen on every order. It can be the first order of the day, last order of the day, or some time in between. The dollar amount can be as low as $20 or over $200 Absolutely no rhyme or reason, it's totally Intermittent, and it happens across all our products. So it is not dollar specific, or product specific. Thanks in advance for your help.
×
×
  • Create New...