codeigniter-log-viewer icon indicating copy to clipboard operation
codeigniter-log-viewer copied to clipboard

This is a simple Log Viewer for viewing Code Igniter logs on the browser and via API clients

Results 7 codeigniter-log-viewer issues
Sort by recently updated
recently updated
newest added

Hello, I have created a fork of the project to adapt it to Codeigniter 4: https://github.com/savioret/codeigniter-log-viewer The current code is working in CI4 and I've updated the `README.md` with new...

i followed all the instructions, still getting error `Severity: Notice Message: Trying to get property 'config' of non-object Filename: src/CILogViewer.php Line Number: 102 Backtrace: File: C:\xampp\htdocs\access\vendor\seunmatt\codeigniter-log-viewer\src\CILogViewer.php ` `Type: Error Message:...

Hi I was having a problem where I couldn't access the previous log files, it turned out that it was because I had both these settings as false in the...

In v4.5.0 the property IncomingRequest::$uri is protected, which cannot be acessed anymore. PR: https://github.com/codeigniter4/CodeIgniter4/pull/8067

run server show: ```text Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2097160 bytes) in ~/vendor/seunmatt/codeigniter-log-viewer/src/CILogViewer.php on line 286 Fatal error: Allowed memory size of 134217728...

The UI looks a lot nicer Updated UI & Page controls

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