Hi! I've searched this forum ten times or more, but I've found no solution of my problem. So it's time for new topic...

I've strange problem with modules like Events or Taxonomy_Context. My site was working fine until host's administrators change something in PHP settings at sunday. After that it works only cached content, in other cases site was blank (and shows no errors).

Today I've played with my site around ten hours, I've to setup site completely from scratch with no additional module installed.

I've found some issues around Drupal & PHP 5.0.5, even in core of Drupal - Foo(Bar()) issue, BUT core works fine, and also all embedded modules.

*GOOD* (and installed) additional modules:
Front Page
Super Teaser
Count Down
FckEditor
Taxonomy Menu
Taxonomy Vacabulary
Feedback
Filemanager

*BAD* additional modules:
Event
Taxonomy Context
Views
Autopath

Configuration:
Apache 2.0, PHP 5.0.5, Drupal 4.6.6

There is whole config of host:
http://www.matejstropnicky.cz/info.php

Thanks for suggestions,
Wojtha

Comments

wojtha’s picture

Hi,

after yesterday's desparate 10 hours I've finally found solution ... My host change memory_limit to 8M and swich off error reporting. So my site was dieing because of exhaustion of memory, but no errors show up ...

I set memory_limit to 12M in .htaccess and site work fine like several days ago :-)

Wojtha