Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ramik

Pages: [1]
1
PHP / Re: (SodiumException): This is not implemented
« on: February 18, 2021, 12:26:13 PM »
Hi,
The reason for your issue is using the wrong PHP version.
Argon2i is supported from php7.4
Rebuild your php, for example, with PHP-FPM 7.4.14 and with sodium option, then reload your PHP-FPM version. Dont forget to change php version for your Magento 2 directory :).
Regards

2
Apache / Re: How to Enable PUT and DELETE http methods?
« on: July 28, 2020, 11:23:25 AM »
Thank You for the response...
I get always same error:
Code: [Select]
[Mon Jul 27 18:20:29.772165 2020] [authz_core:error] [pid 17053:tid 140682995955456] [client my.ip:42678] AH01630: client denied by server configuration: /home/accname/public_html/rest, referer: https://domine.com/checkout/
[Tue Jul 28 07:05:49.692786 2020] [authz_core:error] [pid 3730:tid 139864687187712] [client my.ip:52588] AH01630: client denied by server configuration: /home/accname/public_html/rest, referer: https://domine.com/checkout/
[Tue Jul 28 07:08:27.576056 2020] [authz_core:error] [pid 6011:tid 140128720733952] [client my.ip:52697] AH01630: client denied by server configuration: /home/accname/public_html/rest, referer: https://domine.com/checkout/

Mod Security is:  Not installed
Reverse proxy removed
Varnish removed
Magento 2.3.2 and above tested

Apache version: Apache/2.4.41
PHP version: 7.2.24
MySQL version: 10.1.44-MariaDB
FTP version: 1.0.47
Web Servers: apache-only
CWPpro version: 0.9.8.998
CPU Model: Intel(R) Xeon(R) CPU E5-2620 v3 @ 2.40GHz
CPU Details: 6 Core (2400 MHz)
Distro Name: CentOS Linux release 7.8.2003 (Core)
Kernel Version: 3.10.0-1127.el7.x86_64
Platform: x86_64 kvm


3
Apache / How to Enable PUT and DELETE http methods?
« on: July 27, 2020, 03:24:06 PM »
Is there anyway that I can enable PUT and DELETE methods? One of the reason - magento 2.3. use them on checkout page to apply and remove promotion code. This was tested on fresh installations with several configurations and issues apply only on the CWP.

 VM212457:654 PUT https://www.domain.com/rest/default/V1/guest-carts/xxxxxxx/coupons/test2020 404

Pages: [1]