I have activated some modules (e.g. CCK) and when I activate further modules using the activation page, I get an error, that the connection to MySQL is lost. Investigation the problem shows that it seems to be some combination of locale import and the corresponding batch job.

The problem does not occur, if I miss some dependencies and the agree to install them. So it seems to me, as if Drupal doesn't compute correctly the modules that have to be checked for new translation files.

Trying to investigate the problem, I printed the last query to MySQL, which was a huge query to save some array in the Drupal batch table.
It seems as if the data contains some redundancy (as if every step creates a complete state array and appends it to the current one). Maybe it is possible to remove passed state information from the Drupal batch data after every batch step?

Unfortunately the query got lost. And I'm not very keen on making it availlable in the internet. If necessary I'll try to get a new one and send it by Email. But thats slowing down my browser so that it's badly usable.

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.