Closed (fixed)
Project:
Drupal core
Version:
6.12
Component:
menu system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 May 2009 at 07:46 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
jcnventuraWhich version of Drupal are you using?
Comment #2
cvdenzen commentedI 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.
Comment #3
jcnventuraNot 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
Comment #4
cvdenzen commentedThe 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.
Comment #5
jcnventuraAnd 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..
Comment #6
cvdenzen commentedI 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.
Comment #7
cvdenzen commentedI 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.
Comment #8
yyuuttaaoo commentedOn 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.