I installed the 5.8-dev version of Drupal, but on the update.php page I cannot see the list of the modules which are going to be update.
I can see the fieldset titled "Select versions", but it's collapsed and there isn't any way to open it. I watched the source of the page, and the fieldset is filled with a description of every installed module.

Does anybody have the same problem?

CommentFileSizeAuthor
#1 screenshot.png44.1 KBavpaderno

Comments

avpaderno’s picture

Title: The Drupal database update doesn't show the modules updates » update.php doesn't show the modules list
StatusFileSize
new44.1 KB

I cannot believe nobody else noticed this problem.
As I didn't have any problems running Drupal 5.7, and as Drupal 5.8-dev should not have more restrictive requirements, I would think the problem is not caused from my web site configuration.

-- Kiam

avpaderno’s picture

Priority: Normal » Critical
drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Which web browser and version? Does this happen consistently in other browsers?

avpaderno’s picture

I had the problem with many browsers.
At the end, the problem seems caused by a module I installed, which includes its JavaScript files also in the update.php (that is because it calls drupal_add_js() in the init() hook on Drupal 5.x).
I checked the JavaScript files used by teleport.module, but I don't understand why this happens.

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Active
drumm’s picture

Project: Drupal core » Teleport
Version: 5.x-dev » 5.x-1.x-dev
Component: update system » Code
Status: Active » Postponed (maintainer needs more info)

I was unable to reproduce this. Can you copy in any relevant error messages from Firefox's error console under the tools menu, or the Firebug extension's error console?

avpaderno’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I installed the last version of the module, and I don't see the issue anymore.
The only thing I changed in my site is the version of the jQuery installed, which is now 1.2.3 from jQuery update.

avpaderno’s picture

Category: bug » support