1
Support / Re: multiple add to cart and buy it now buttons
« on: Today at 04:25:03 AM »
do you have fast_checkout extension installed?
CREATE INDEX `ac_lang_definition_idx` ON `ac_language_definitions` (`language_value`(500) ASC);
Hi Core Devs,
I've noticed that the stripe_customers, stripe_orders, and task_steps tables were not converted to the InnoDB engine during the upgrade process.
Was this intentional?
I am also working through problems with upgrade (1.4.2), permissions, as well as ftp unable to log on etc. Abantecart needs to create a better system for upgrading through hosting sites (A2webhosting) if I find anything substantial I will post again....in the mean-time I am also stuck in the ditch....
Hello,
I tired to upgrading from V.1.4.1 to V. 1.4.2 but i couldn't and got next error log and screenshot.
2025-05-02 19:54:07 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `fuw2_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /core/lib/package_manager.php on line 832
What shall I do in my case?
Sorry if I'm missing something but I have permissions set properly according to that article.
php files set to 644
folders set to 755
Should I just turn off message notifications? Or is there actually something incorrect about my permission settings?
// details about allowed DSN settings https://symfony.com/doc/6.0/mailer.html#transport-setup
const MAILER = [
//'dsn' => null,
// OR
'protocol' => 'smtp', // or ses+smtp, gmail+smtp, mandrill+smtp, mailgun+smtp, mailjet+smtp, postmark+smtp, sendgrid+smtp, sendinblue+smtp, ohmysmtp+smtp
//we use "username" also as ID, KEY, API_TOKEN, ACCESS_KEY
'username' => 'merchant@yourdomain.com',
'password' => '****super-secret-password****',
'host' => 'your-hostname',
'port' => 465 //or 587 etc
];
disable_functions exec,passthru,shell_exec,system exec,passthru,shell_exec,system
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
The setting for mailer is inner mailer
Hello,
My customers are not getting their order summary email after purchasing from my website. Here are the logs from my server:
2025-04-14 16:19:42 - AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
2025-04-14 16:28:34 - AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
2025-04-14 16:28:35 - AMail. transport: Symfony\Component\Mailer\Transport\SendmailTransport: Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open()
Email functionality was working after upgrading Abantecart to v1.4.1 but today is when we noticed the errors.