tags:

views:

150

answers:

1

hi,

I'm getting the following error when I visit a specific page of my website. It stopped to work suddenly, without changing any code. THe php code is the original Drupal installation code.

PHP has encountered an Access Violation at 16B357F9

I'm using Drupal on IIS Server 6. All the rest of the website works. It might be a server issue ? Thanks

Updated, this is the page: http://lancelmaat.nl/drupal/index.php?q=content/stalkshow

+2  A: 

Amazing drupal bug with IIS.

I've solved adding ?> at the end of the template page.

Still shocked.

More info: http://drupal.org/node/108106

Patrick