Bart
Bart
**Description** See https://github.com/verbb/formie/blob/8f1a58c28b3c8166756d61d6d0393af235d68978/src/elements/Form.php#L815:L817 If you are on the first page it will return null because when the $index is 0 it will be seen as false.
### What happened? ### Description When you preview a product and start navigating away from the current page it throws a "Post request required" error. I understand that a preview...
### Describe the bug Bots can fill in an invalid country code in the phone field. This causes an exception in the commerce guys lib. There should be a valid...
### Product Craft CMS ### Description https://craftcms.com/docs/5.x/reference/element-types/addresses.html#example Unclosed bracket after login. **#** used instead of **%** ``` {% requireLogin #} {% set addresses = craft.addresses() .owner(currentUser) .all() %} {% for...
### Product Commerce ### Description https://craftcms.com/docs/commerce/5.x/system/addresses.html Addresses are now a native part of Craft! We recommend reviewing the [main documentation on addresses](https://craftcms.com/docs/4.x/addresses.html) before digging in on Commerce-specifics. "main documentation on...
### Description ``` Calling unknown method: craft\commerce\services\PaymentSources::getAllGatewayPaymentSourcesByUserId() on services page in /var/www/html/templates/_includes/components/services/plan.twig at line 31 ``` I'm guessing it should be `getAllGatewayPaymentSourcesByCustomerId()` ### Steps to reproduce 1. Clean install, run...
### What happened? ### Description I have a multisite setup. 2 sitegroups, one for a standard frontend site and another group for the shop. The first site group with the...
I set up forced verification in the config. When I login I get redirected to the force page: index.php/admin/actions/two-factor-authentication/settings/force When I try to submit this page I get a crsf...
I have a website where every page is login only. Every page redirects to the login page. The geomate plugin determines the correct redirect path based on IP and browser...