S Stockwalker Active member Aug 12, 2017 #1 I set debug in config.php but the developer tab still doesnt show up. Last edited: Aug 12, 2017
Arty Well-known member Aug 12, 2017 #2 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. Upvote 0 Downvote
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.
S sheel Active member Aug 12, 2017 #3 And if it's still not there, try your browser cache, or any server cache you may have Upvote 0 Downvote
S Stockwalker Active member Aug 12, 2017 #4 Actually, I am running 1.5. How about that version? Upvote 0 Downvote
K Kirby Well-known member Aug 12, 2017 #6 Debug != Development, although they are highly related. https://xf2demo.xenforo.com/dev-docs/development-tools/#enabling-development-mode PHP: $config['development']['enabled'] = true; Upvote 0 Downvote
Debug != Development, although they are highly related. https://xf2demo.xenforo.com/dev-docs/development-tools/#enabling-development-mode PHP: $config['development']['enabled'] = true;