Hi
Please how I can install it ? I try with drush and by ftp, but it doesn't appear in the list module ; if I try with drush :

$ drush @test dl profiler
Project profiler (7.x-2.0-beta1) downloaded to test//sites/all/modules/profiler.
$ drush @test en profiler
profiler was not found and will not be enabled.                                                                                                   [warning]
There were no extensions that could be enabled.

I don't understand what's happened o_O

Thank's

Comments

deciphered’s picture

Status: Active » Fixed

Please refer to the example install profile: http://drupalcode.org/project/profiler_example.git/tree/7.x-2.x

Essentially, you need Profiler in your libraries folder, and a couple of lines of code in the .profile (as per example), and then when you install a site from said profile Profiler will do it's stuff.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.