After upgrading nginx from 0.8.54 to 1.0.2, getting blank page with drupal context module install

This is the error log from server
2011/05/11 17:40:02 [error] 3358#0: *1 FastCGI sent in stderr: “PHP
Fatal error: require() [function.require]: Failed opening required
‘context.core.inc’ (include_path=’.:/usr/local/lib/php’) in ˆ×® on
line 3” while reading response header from upstream, client:
220.255.1.81, server: mydomain.com, request: “GET / HTTP/1.1”, upstream:
“fastcgi://unix:/var/run/php5-fpm.sock:”, host: “mydomain.com
2011/05/11 17:40:05 [error] 3358#0: *1 FastCGI sent in stderr: “PHP
Fatal error: require() [function.require]: Failed opening required
‘context.core.inc’ (include_path=’.:/usr/local/lib/php’) in x¯ on
line 3” while reading response header from upstream, client:
220.255.1.81, server: mydomain.com, request: “GET / HTTP/1.1”, upstream:
“fastcgi://unix:/var/run/php5-fpm.sock:”, host: “mydomain.com
2011/05/11 17:45:08 [error] 3383#0: *1 no user/password was provided for
basic authentication, client: 220.255.1.85, server: mydomain.com,
request: “GET /install.php HTTP/1.1”, host: “mydomain.com
2011/05/11 17:50:22 [error] 3383#0: *115 FastCGI sent in stderr: “PHP
Fatal error: require() [function.require]: Failed opening required
‘context.core.inc’ (include_path=’.:/usr/local/lib/php’) in ØŠú on
line 3” while reading response header from upstream, client:
220.255.1.52, server: mydomain.com, request: “POST
/admin/build/modules/list/confirm HTTP/1.1”, upstream:
“fastcgi://unix:/var/run/php5-fpm.sock:”, host: “mydomain.com”,
referrer: “http://mydomain.com/admin/build/modules/list/confirm

My using linode server, nginx 1.0.2 / php 5.2.17 / php-fpm / mariadb
5.2
If i purge nginx 1.0.2 and install back 0.8.54 the drupal context work.
I also try with a fresh install of drupal and only install context
modules and i getting error with nginx 1.0.2

Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,197733,197733#msg-197733

On 13 Mai 2011 05h49 WEST, [email protected] wrote:

That seems to be a PHP problem.

Try to restart fpm and see if the problem remains.
Are you using APC?

required ‘context.core.inc’ (include_path=’.:/usr/local/lib/php’) in
ØŠú on line 3" while reading response header from upstream,
client: 220.255.1.52, server: mydomain.com, request: “POST
/admin/build/modules/list/confirm HTTP/1.1”, upstream:
“fastcgi://unix:/var/run/php5-fpm.sock:”, host: “mydomain.com”,
referrer: “http://mydomain.com/admin/build/modules/list/confirm

— appa

try restart php-fpm and also test with APC-3.1.7 but result is the same
error, i even try update the APC to APC-3.18 but also the same problem.
If it the context module php issue, than should nginx 0.8.54 also have
that problem but drupal context work under nginx 0.8.54 but not nginx
1.0.2

Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,197733,197740#msg-197740

is indeed APC-3.18 that cause the problem, i re-compile the php and use
APC-3.17 it work, and purge all and re-compile php and APC-3.18 and it
doesn’t work.

Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,197733,197970#msg-197970

On 13 Mai 2011 06h28 WEST, [email protected] wrote:

try restart php-fpm and also test with APC-3.1.7 but result is the
same error, i even try update the APC to APC-3.18 but also the same
problem. If it the context module php issue, than should nginx
0.8.54 also have that problem but drupal context work under nginx
0.8.54 but not nginx 1.0.2

I propose we move this conversation to the g.d.o nginx group
http://groups.drupal.org/nginx

Context works ok for me with 1.0.2.

— appa