In application/bootstrap.php, the following : 'profiling' => ! IN_PRODUCTION, should be : 'profile' => ! IN_PRODUCTION, (per the documentation above)... All the Best Martin :-)
In application/bootstrap.php, the following :
'profiling' => ! IN_PRODUCTION,
should be :
'profile' => ! IN_PRODUCTION,
(per the documentation above)...
All the Best
Martin
:-)