I have installed and enabled Droptor on a site running Drupal 7.19, but the configuration page is not available. The "Configure" link does not appear on the Modules listing page (/admin/modules), and navigating to the Droptor configuration page (/admin/settings/droptor) shows the Administration page (admin).

I have tried:

  • Uninstalling and then installing the module again.
  • Running the update script.
  • Running drush rr

None of the above have resolved the issue.

Comments

jemond’s picture

Status: Active » Postponed (maintainer needs more info)

Can you try clearing all caches?

dobrzyns’s picture

I have tried clearing all caches to no avail.

jemond’s picture

Do you see anything in the menu_router table? Is the hook_menu() entry even getting registered? I may need to look at your site more closely. If you contact droptor.com/support, we can work on the issue in a ticket in our system.

dobrzyns’s picture

Here is the menu_router table:

+-------------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------------+--------------+------+-----+---------+-------+
| path | varchar(255) | NO | PRI | | |
| load_functions | blob | NO | | NULL | |
| to_arg_functions | blob | NO | | NULL | |
| access_callback | varchar(255) | NO | | | |
| access_arguments | blob | YES | | NULL | |
| page_callback | varchar(255) | NO | | | |
| page_arguments | blob | YES | | NULL | |
| delivery_callback | varchar(255) | NO | | | |
| fit | int(11) | NO | MUL | 0 | |
| number_parts | smallint(6) | NO | | 0 | |
| context | int(11) | NO | | 0 | |
| tab_parent | varchar(255) | NO | MUL | | |
| tab_root | varchar(255) | NO | MUL | | |
| title | varchar(255) | NO | | | |
| title_callback | varchar(255) | NO | | | |
| title_arguments | varchar(255) | NO | | | |
| theme_callback | varchar(255) | NO | | | |
| theme_arguments | varchar(255) | NO | | | |
| type | int(11) | NO | | 0 | |
| description | text | NO | | NULL | |
| position | varchar(255) | NO | | | |
| weight | int(11) | NO | | 0 | |
| include_file | mediumtext | YES | | NULL | |
+-------------------+--------------+------+-----+---------+-------+
23 rows in set (0.00 sec)

jemond’s picture

I meant that data in it...