lonnieezell / codeigniter-forensics

A high-powered, customizable Profiler replacement for CodeIgniter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error Warnings with $_GET vars

withremote opened this issue · comments

I have been getting errors when any $_GET variables are set

Severity: Notice
Message: Array to string conversion
Filename: libraries/Profiler.php
Line Number: 228

and

Severity: Warning
Message: Illegal string offset '$_GET['some_get_var']'
Filename: libraries/Profiler.php
Line Number: 235

Looking at the code it looks like $output sets itself as an array, and then tries to set it self as a string on line 228.