Pieter van Os

Results 4 issues of Pieter van Os

### Bootstraptable version(s) affected 1.22.1 ### Description I have auto generated columns where the data-field contains a space. When you search on a record it will result in a situation...

Bug

We created and tested on both a physical and virtual Aruba AOSCX the functionality of this vendor module.

Is it possible to include a feature where we can force a crash to validate if the plugin works? https://firebase.google.com/docs/crashlytics/force-a-crash

Where you try to delete a log file you will get the following error: ![image](https://github.com/SeunMatt/codeigniter-log-viewer/assets/58322436/826a6913-9ab2-4a2a-a9fd-989e8737a1a0) **Currently** public function showLogs() { $request = \Config\Services::request(); if(!is_null($request->getGet("del"))) { $this->deleteFiles(base64_decode($request->getGet("del"))); $uri = \Config\Services::request()->uri->getPath(); return...