XF 1.5 How to enable Developer tab?

You probably did it wrong. Add this line to src/config.php
Code:
$config['debug'] = true;
Important difference is new config is in src, not in library.
 
Back
Top Bottom