Hi Nicholas, if you look closely at the link from the Authorize.net community website, you'll see that the issue was raised by the Authorize.net customer on September 9th. I'd appreciate it if you could follow up anyway, just in case.
Here are the entries from the Apache access_log for one of the orders I used as a test.
50.243.98.61 - - [29/Oct/2015:00:06:57 +0000] "GET /component/hikashop/checkout HTTP/1.1" 303 -
50.243.98.61 - - [29/Oct/2015:00:06:57 +0000] "GET /component/hikashop/checkout?Itemid=750 HTTP/1.1" 200 12776
50.243.98.61 - - [29/Oct/2015:00:06:57 +0000] "GET /media/com_hikashop/images/delete2.png HTTP/1.1" 200 398
50.243.98.61 - - [29/Oct/2015:00:06:57 +0000] "GET /media/com_hikashop/upload/thumbnails/100x100f/webinars.png HTTP/1.1" 200 6349
50.243.98.61 - - [29/Oct/2015:00:06:57 +0000] "GET /webinars/continuing-education-webinars?task=accounts.paymentpage&gateway=hikashop&amount=1&rsvpid=4&invoiceid=26&619935a1454864794db55ac2177992b5=1 HTTP/1.1" 303 -
50.243.98.61 - - [29/Oct/2015:00:06:58 +0000] "GET /media/com_hikashop/images/line.png HTTP/1.1" 200 173
50.243.98.61 - - [29/Oct/2015:00:06:58 +0000] "GET /media/com_hikashop/images/step.png HTTP/1.1" 200 845
50.243.98.61 - - [29/Oct/2015:00:07:10 +0000] "GET /media/com_hikashop/images/payment/MasterCard.jpg HTTP/1.1" 200 805
50.243.98.61 - - [29/Oct/2015:00:07:10 +0000] "GET /media/com_hikashop/images/payment/PayPal.jpg HTTP/1.1" 200 808
50.243.98.61 - - [29/Oct/2015:00:07:10 +0000] "GET /media/com_hikashop/images/payment/VISA.jpg HTTP/1.1" 200 779
50.243.98.61 - - [29/Oct/2015:00:07:10 +0000] "POST /component/hikashop/checkout/task-step/step-2?Itemid=750 HTTP/1.1" 200 9770
50.243.98.61 - - [29/Oct/2015:00:07:15 +0000] "-" 408 -
50.243.98.61 - - [29/Oct/2015:00:07:16 +0000] "-" 408 -
50.243.98.61 - - [29/Oct/2015:00:07:29 +0000] "POST /component/hikashop/checkout/task-step/step-3?Itemid=750 HTTP/1.1" 200 9778
50.243.98.61 - - [29/Oct/2015:00:07:35 +0000] "POST /component/hikashop/checkout/task-step/step-3?Itemid=750 HTTP/1.1" 200 8298
50.243.98.61 - - [29/Oct/2015:00:07:37 +0000] "GET /images/LCA-Logo-CartHeader.png HTTP/1.1" 200 10850
50.243.98.61 - - [29/Oct/2015:00:09:28 +0000] "GET /media/com_hikashop/images/icons/icon-48-order.png HTTP/1.1" 304 -
50.243.98.61 - - [29/Oct/2015:00:09:28 +0000] "GET /media/com_hikashop/images/mail/footer.png HTTP/1.1" 304 -
50.243.98.61 - - [29/Oct/2015:00:09:28 +0000] "GET /media/com_hikashop/images/mail/header.png HTTP/1.1" 304 -
50.243.98.61 - - [29/Oct/2015:00:09:28 +0000] "GET /media/com_hikashop/upload/thumbnails/50x50fsO/webinars.png HTTP/1.1" 304 -
There is a 2 minute gap between checking out and opening the confirmation emails: the last 4 lines are images being pulled into the emails. I received a Hikashop "created" message and an Authorize.net transaction receipt, but
I did not receive the Hikashop "confirmation" email. Also, the Hikashop payment log was not written, but the transaction WAS approved.
There were no php entries in the php log at all that day. There were 2 PHP errors reported in the Apache error_log about 30 seconds
before the Hikashop portion of the transaction began:
[Thu Oct 29 00:06:11.795649 2015] [proxy_fcgi:error] [pid 31220:tid 139870357935872] [client 50.243.98.61:62515] AH01071: Got error 'PHP message: PHP Notice: Undefined property: FrontSessionsViewSessions::$catlist in /opt/bitnami/apache2/htdocs/components/com_rsvppro/views/sessions/tmpl/overview.php on line 67\n', referer: http://www.[mydomain].com/
[Thu Oct 29 00:06:21.904809 2015] [proxy_fcgi:error] [pid 31220:tid 139870299186944] [client 50.243.98.61:62519] AH01071: Got error 'PHP message: PHP Notice: Undefined property: FrontSessionsViewSessions::$catlist in /opt/bitnami/apache2/htdocs/components/com_rsvppro/views/sessions/tmpl/overview.php on line 67\n', referer: http://www.[mydomain].com/index.php?option=com_rsvppro&task=attendees.overview&atd_id[]=4|0&repeating=1&Itemid=254
I would be happy to forward to you the Hikashop Created and Authorize.net Transaction emails I did receive so you can compare what was sent with what you see in the log above.
This issue remains unsolved, and my client is still unhappy. What can we do to resolve this, please?
Toolie