Postponed (maintainer needs more info)
Project:
Droptor
Version:
7.x-3.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2013 at 16:57 UTC
Updated:
12 Aug 2013 at 21:27 UTC
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:
None of the above have resolved the issue.
Comments
Comment #1
jemond commentedCan you try clearing all caches?
Comment #2
dobrzyns commentedI have tried clearing all caches to no avail.
Comment #3
jemond commentedDo 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.
Comment #4
dobrzyns commentedHere 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)
Comment #5
jemond commentedI meant that data in it...