adrianbj / TracyDebugger

The ultimate debugging and development tool for ProcessWire
https://adrianbj.github.io/TracyDebugger/
GNU General Public License v2.0
88 stars 13 forks source link

Add Title Prefix as a server type indicator option. Warning! #49

Closed germankirichenko closed 4 years ago

germankirichenko commented 4 years ago

I upgraded the version of Processwire from 3.0.62 to 3.0.157. Also updated and tracydebugger.

After installation, I see a warning in the panel: PHP Warning: in_array() expects parameter 2 to be array, string given in .../TracyDebugger/TracyDebugger.module.php:1077.

I checked the value that is passed by the second parameter and it is the string 'default'.

adrianbj commented 4 years ago

@germankirichenko - I changed that setting a long time ago. Please visit the settings page for Tracy and save it and the error should be gone.

germankirichenko commented 4 years ago

@adrianbj, Thanks)) Sorry))