I recently updated Drupal Core from 7.14 to 7.21, along with a few other modules. After update, the "weights" column under the Content Administration section is missing. Flushed caches, uninstalled and reinstalled, checked permissions. No reason it should not be there, that I can tell. No error.
Drupal version = 7.21
Browser type and version = Chrome v25 (same happens in Firefox)
Database type and version = MySql 5 InnoDB
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2013-03-15 at 3.54.35 PM.png | 170.21 KB | onduhray |
Comments
Comment #1
davisbenI'm not able to reproduce this. Could you try commenting out the access check in weight_form_node_admin_content_alter? It should be lines 118 and 153 in 7.x-2.2.
Comment #2
davisbenComment #3
onduhray commentedI commented out that section of the module with no effect. I uninstalled the module, deleted the directory (because it was not deleted on uninstall), and reinstalled from latest drupal.org version. Followed instructions to enable weights for the specific content type, and still does not show in Administration >> Content, as it did before. I even tried adjusting the permissions to all authenticated users to no effect.
The workaround I found was to use the supplied view (which defaults to /weights), which offers a drag and drop view and a numerical view as before.
If this is the intended way to modify weights now, please update your documentation. If not, then it still doesn't work as described.
I also think that it might not be due to the new version of Drupal so much as the new version of Weight. I noticed that some permissions were removed from the latest version (2.2). Maybe since I had the old version installed, the upgrade (when I upgraded drupal core too) broke something with the permissions, or the method of viewing it per instructions (under Administration >> Content).
Let me know if there is any other information I might provide to help, if indeed this is not how the module is supposed to work.
Comment #4
jackhutton commentedI'm unable to change weight values for records;
the log displays this error message
any thoughts? I haven't tried upgrading to 7.x-2.dev -
thank you.
Comment #5
fab4real commentedSame problem here.
Weight tab settings not showing up. Also in user permissions there is nothing related to this module.
I'm using Weight 7.x-3.1 with Drupal 7.50
Comment #6
abarpetia commented@fab4real: check this issue 2674354. andrew.chappell provided document link to create view for weight tab settings.