Hello
Thanks for your reply
I think yes here is what is in the system/config.php
<?php
/**
AbanteCart, Ideal OpenSource Ecommerce Solution
http://www.AbanteCart.com Copyright © 2011-2017 Belavier Commerce LLC
Released under the Open Software License (OSL 3.0)
*/
define('SERVER_NAME', 'bethlehemcasting.com');
// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
define('ADMIN_PATH', 'administrator');
and below is what is in the error logs:
2018-05-26 7:44:59 - warning: AbanteCart core v.1.2.12 fputs(): SSL operation failed with code 1. OpenSSL Error messages:
error:140D00CF:SSL routines:SSL_write:protocol is shutdown in <b>/home/bethleh4/public_html/core/lib/mail.php</b> on line <b>490</b>
2018-05-26 7:44:59 - warning: AbanteCart core v.1.2.12 fputs(): SSL operation failed with code 1. OpenSSL Error messages:
error:140D00CF:SSL routines:SSL_write:protocol is shutdown in <b>/home/bethleh4/public_html/core/lib/mail.php</b> on line <b>491</b>
2018-05-26 7:44:59 - Error: DATA not accepted from server!
2018-05-26 7:44:59 - warning: AbanteCart core v.1.2.12 fputs(): SSL operation failed with code 1. OpenSSL Error messages:
error:140D00CF:SSL routines:SSL_write:protocol is shutdown in <b>/home/bethleh4/public_html/core/lib/mail.php</b> on line <b>509</b>
2018-05-26 7:44:59 - Error: QUIT not accepted from server!
2018-05-26 7:47:36 - Error: EHLO not accepted from server!
2018-05-26 7:47:36 - Error: AUTH LOGIN not accepted from server!
2018-05-26 7:47:36 - Error: Username not accepted from server!
2018-05-26 7:47:36 - Error: Password not accepted from server!
2018-05-26 7:47:36 - Error: MAIL FROM not accepted from server!
2018-05-26 7:47:36 - Error: RCPT TO not accepted from server!
2018-05-26 7:47:36 - Error: DATA not accepted from server!
2018-05-26 7:47:36 - Error: DATA not accepted from server!
2018-05-26 7:47:36 - Error: QUIT not accepted from server!
2018-05-26 7:49:09 - Error: Password not accepted from server!
2018-05-26 7:49:09 - Error: RCPT TO not accepted from server!
2018-05-26 7:49:09 - Error: DATA not accepted from server!
2018-05-26 7:49:09 - Error: DATA not accepted from server!
2018-05-26 7:49:09 - Error: QUIT not accepted from server!
A question do you think that such problem might be due to update to newer version of abantecart instead of a fresh installation?
thanks for your help in advance
Hani