Rather than displaying as a separate column on the modules page, the module weights appear as a series of text boxes beneath the Save Configuration button.

Attached is the HTML code for the modules page, showing what I mean.

I haven't had a chance to look through the code to see why this happens, but if I get time then I'll take a look.

CommentFileSizeAuthor
#4 snapshot77.png160.55 KBrvalkass
#4 snapshot78.png188.93 KBrvalkass
modules.txt49.07 KBrvalkass

Comments

litwol’s picture

Status: Active » Closed (fixed)

This happens when System_module.module is disabled but system_weight.module is enabled.

for that precice reason system_weight.module is set dependent on system_module.module so make sure both are enabled for both to work correctly.

rvalkass’s picture

Both are enabled, and were enabled automatically by Drupal. Module Weights, System Module and Util are all enabled.

litwol’s picture

can you show a screen shot of your module admin page?

rvalkass’s picture

StatusFileSize
new188.93 KB
new160.55 KB

Two screenshots: the first showing the long list of input boxes, the second showing that the relevant Util modules are enabled.

litwol’s picture

hmm this is weird. can you provide a list of modules you use?

i presume that there is one module that interacts with system module form the same way util does and it breaks it.

rvalkass’s picture

Here's all the modules I've got enabled at the moment:

Core
Aggregator, Color, Comment, Contact, Database logging, Help, Menu, Path, Ping, Profile, Search, Statistics, Taxonomy, Throttle, Tracker, Trigger, Update status, Upload

Core Required
Block, Filter, Node, System, User

Other
Modr8, Pathauto, Token, Token actions

Util
Module Weights, System Module, Util

XML Sitemap
XML Sitemap, XML Sitemap:Engines, XML Sitemap:Node, XML Sitemap:Term, XML Sitemap:User

litwol’s picture

ah! i apologize for making you run in circles. i've identified the problem that caused this.

Please download the new release: http://drupal.org/node/266316

Please set this issue to "fixed" if it, indeed, is fixed for you or continue to post further issues and i will investigate.

rvalkass’s picture

Status: Closed (fixed) » Fixed

Excellent, that has fixed it. Thanks very much for your help, and patience!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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