I downloaded the print module. I activated "printer friendly.." and "send by e-mail" (but not pdf), in admin->modules, confirmed my changes and then I get an empty page.
Reloading in my browser (Firefox) keeps showing the empty page. But via the normal menu (admin->modules) I can get to the module admin page and activate/deactivate the module.
When I deactivate the module, the problem disappears.

The offending url is admin/build/modules.

Comments

jcnventura’s picture

Which version of Drupal are you using?

cvdenzen’s picture

I am using version 6.12 in a multisite setup (2 additional sites plus 1 default, arjan.vandenzen.nl, martin.vandenzen.nl and vandenzen.nl), status:
Drupal 6.12
Bestandssysteem Schrijfbaar (openbare downloadmethode)
Configuratiebestand Beveiligd
Cron-onderhoudstaken Voor het laatst 3 uren 24 min geleden uitgevoerd
U kunt cron handmatig uitvoeren.
Database updates Actueel
Drupal-kern updatestatus Er zijn geen gegevens over updates beschikbaar
Er is geen informatie beschikbaar over potentiële updates voor de geïnstalleerde modules en templates. Om op nieuwe versies te controleren kunt u cron instellen of kunt u handmatig controleren. Even geduld, het controleren op nieuwe versies kan enige tijd duren.
GD-bibliotheek bundled (2.0.34 compatible)
Meldingen aanpassen Ingeschakeld
MySQL-database 5.0.77
PHP 5.2.9
PHP register globals Uitgeschakeld
PHP-geheugenlimiet 16M
Toegang tot update.php Beveiligd
Unicode-bibliotheek PHP Mbstring Extension
Webserver Apache/2
status HTTP-aanvraag Mislukt
Een deel van de functionaliteit is niet beschikbaar omdat uw systeem- of netwerk-instellingen Drupal niet toestaan om webpagina's te benaderen. Dit kan veroorzaakt worden door instellingen van de webserver of PHP-instellingen. Wijzigen van deze instellingen is nodig voor downloaden van informatie over beschikbare updates, ophalen van feeds, inschrijven via OpenID of het gebruik van andere netwerkafhankelijke diensten.

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Not that I understand dutch, but I see no reason for the problem.. To rule out a corrupted download, can you delete the 'print' folder and re-download and re-install the module?

João

cvdenzen’s picture

The first time, I installed the module in the "modules" directory (that is wrong), this time I installed it in the sites/all/modules directory. But the error stays the same.

jcnventura’s picture

Title: Empty page after admin/build/modules confirmation » Empty page after admin/build/modules confirmation (installed print module in modules and then in sites/all/modules)
Project: Printer, email and PDF versions » Drupal core
Version: 6.x-1.7 » 6.12
Component: Code » menu system
Category: bug » support
Status: Postponed (maintainer needs more info) » Active

And probably something in Drupal's caches (menu cache??) is now completely screwed thinking that you have the module installed in the modules directory.. I have no idea how to fix that, as I never did that..

I am moving this to Drupal core's issue queue as someone may help you there..

cvdenzen’s picture

Issue tags: +stability

I don't think it has anything to do with this module. I totally removed the module and the problem didn't go away. Is there anybody who can help me to debug and find the problem? I hope to get my Drupal 6.12 installation stable again.

cvdenzen’s picture

Status: Active » Closed (won't fix)

I increased the php memory limit to 32M and the problem has disappeared. The limit was reset to 16M when I installed drupal 6.12. I was pointed this way when I tried to upgrade the quiz module. This upgrade crashed with a reasonable message about the memory. It would be nice when this message was displayed by the offending code (that only displayed an empty screen).
I don't think this will be fixed, although it should (imho).
Close this case.

yyuuttaaoo’s picture

Status: Closed (won't fix) » Fixed

On my machine, it is not the memory limitation to cause the problem, but the max execution time. So increase that solve this problem for me.

Status: Fixed » Closed (fixed)
Issue tags: -stability

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