Kirk Mayo

Results 10 issues of 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...

Needs Review
Stale

### What happened? Installed Matomo on a develolment laptop and received an Access Denied error on the dashboard for the VisitFrequency plugin ![visitFrequencyError](https://github.com/matomo-org/matomo/assets/1495580/b57260ff-6281-4626-8aa9-2ea9dc55f24e) ### What should happen? The system check...

Bug

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...

Do not close

### 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...