I'm not sure if this is a bug or just user error; for now, I'm assuming the latter.

Environment:
Drupal 6.22
MySQL 5.1.41
PHP 5.3.2-1ubuntu4.9

Expected:
I expected a menu item to show up for the UI for profile_generator somewhere in the admin menu/section. Failing that, I expected that since the module made a reference to ~/admin/settings/profile-generator, I should be able to go directly to that link to access the UI. Failing that, I should at least be able to see some evidence of the module in the database, since table hooks seem to exist in the module.

Observed:
Could not locate a relevant menu item. Could not load a page given URL's described in the module file. Could not find evidence of any relevant table(s) in the database.

Am I missing something?

Thanks!

Comments

mausolos’s picture

Oh, and I have ctools 6.x-1.8 installed/enabled.