Kirk Mayo
Kirk Mayo
Have a issue with a SilverStripe 3.2.1 install with the Newsletter module running on on php 5.6.20. Have tried disabling betterbuttons as per the documentation by using the following YAML...
Added a composer file with PHP 7.2+ support for composer support
### Description: The installation script expects an exception to be thrown when testing installation queries. However the MYSQLI adapter does not behave like this so it is possible to install...
### What happened? Installed Matomo on a develolment laptop and received an Access Denied error on the dashboard for the VisitFrequency plugin  ### What should happen? The system check...
Adds a comment to suggest using expo-sqlite/legacy for openDatabase support https://github.com/academind/react-native-practical-guide-code/issues/23
Lecture 213 advises using SQLite and the method openDatabase however this method has been removed on the stable version of SQLite. However it is still accessible by replacing the SQLite...
### Description: Handles invalid dates being sent to the **All Websites** dashboard as a URL parameter. resolves #22573 ### Review * [ ] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [ ] [Potential...
### Description: Adds a script to setup a local install with ddev ### Review * [x] [Functional review done](https://developer.matomo.org/guides/pull-request-reviews#functional-review-done) * [x] [Potential edge cases thought about](https://developer.matomo.org/guides/pull-request-reviews#potential-edge-cases-thought-about) (behavior of the code...
## Describe the bug When hovering over the cart icon a JavaScript error is produced because getBoundingClientRect is being called on null Isolating the problem (mark completed items with an...
Fixes #2192 Fixes issue where error is thrown calling getBoundingClientRect on null Checks the object exists before calling getBoundingClientRect, if it does not exist cartBottomPost will be set to 0...