Reputation: 64824
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
Upvotes: 2
Views: 1835
Reputation: 13161
If you're running PHP on IIS as ISAPI extension this could produce "PHP has encountered an Access Violation at Address". Try running your application as CGI or FastCGI.
Upvotes: 0
Reputation: 64824
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
Upvotes: 3