AbanteCart Community

Shopping Cart Operations => Support => Topic started by: cloudvps on January 22, 2023, 10:11:47 AM

Title: Unable to approve new registrations
Post by: cloudvps on January 22, 2023, 10:11:47 AM
Since upgrading we are unable to approve new registrations.

When changing approved to 'yes' and saving, it says saves changed, however after refreshing the page it is defaulting to 'no'.

Anything we can do to sort this?
Title: Re: Unable to approve new registrations
Post by: Basara on January 23, 2023, 02:21:21 AM
Hello.
Does the upgrade finish without errors? Have you upgrade versions one by one (1.3.0 > 1.3.1 > 1.3.2)
Clean your browser cache and check again. Look for errors in the AbanteCart error log
Title: Re: Unable to approve new registrations
Post by: cloudvps on January 23, 2023, 03:14:28 AM
Everything seemed to update fine, no errors and yes it was done one by one.

This error is being repeated on the log since the upgrade:

Unknown Error: AbanteCart core v.1.3.3 Call to undefined function Symfony\Component\Mailer\Transport\Smtp\Stream\proc_open() in <b>/home/cloudvps/public_html/vendor/symfony/mailer/Transport/Smtp/Stream/ProcessStream.php</b> on line <b>41</b>
Title: Re: Unable to approve new registrations
Post by: abolabo on January 23, 2023, 06:11:25 AM
please check is your folder public/html/vendor exists.
If not - just copy it from our git repository (zip-archive (https://github.com/abantecart/abantecart-src/archive/refs/heads/master.zip))
Title: Re: Unable to approve new registrations
Post by: cloudvps on January 23, 2023, 01:02:49 PM
Yes that was there.

We tried re-adding but still having the same issue.

Anything else we can try?
Title: Re: Unable to approve new registrations
Post by: Basara on January 24, 2023, 01:17:17 AM
Yes that was there.

We tried re-adding but still having the same issue.

Anything else we can try?

Hello. Can you please contact your hosting to make sure https://www.php.net/manual/en/function.proc-open.php is allowed on your server?