Re: [Resin-interest] Fatal Error: WP_Screen::$this is an undeclared static field

2012-02-01 Thread Paul Cowan
On Feb 1, 2012, at 2:51 AM, Rick Mann wrote: > I have resin 4.0.23 installed. It seems to serve up WordPress 2.9.2 okay > (blog.roderickmann.org), but not WordPress 3.3.1 (latencyzero.com/wp/). The > default pages seem to load okay, but the admin pages only render the > left-hand controls, no

Re: [Resin-interest] Fatal Error: WP_Screen::$this is an undeclared static field

2012-02-01 Thread Rick Mann
On Feb 1, 2012, at 14:17 , Paul Cowan wrote: > > On Feb 1, 2012, at 2:51 AM, Rick Mann wrote: > >> I have resin 4.0.23 installed. It seems to serve up WordPress 2.9.2 okay >> (blog.roderickmann.org), but not WordPress 3.3.1 (latencyzero.com/wp/). The >> default pages seem to load okay, but th

Re: [Resin-interest] Fatal Error: WP_Screen::$this is an undeclared static field

2012-02-01 Thread Paul Cowan
On Feb 1, 2012, at 6:49 PM, Rick Mann wrote: > > On Feb 1, 2012, at 14:17 , Paul Cowan wrote: > >> >> On Feb 1, 2012, at 2:51 AM, Rick Mann wrote: >> >>> I have resin 4.0.23 installed. It seems to serve up WordPress 2.9.2 okay >>> (blog.roderickmann.org), but not WordPress 3.3.1 (latencyzero

[Resin-interest] resin 4.0.25 & jersey JNDI problem

2012-02-01 Thread smallufo
I have the same problem with this : http://bugs.caucho.com/bug_view_advanced_page.php?bug_id=4215 [12-02-02 10:01:52.017] {resin-230} classpath:META-INF/caucho/app-default.xml:49: javax.naming.NameNotFoundException: /com.sun.jersey.config/CDIExtension: JNDI rebind requires the parent Context 'com.

Re: [Resin-interest] Fatal Error: WP_Screen::$this is an undeclared static field

2012-02-01 Thread Rick Mann
> You can do that via CGI with Resin's CGIServlet, or a better alternative is > over FastCGI using FastCGIServlet and php-fpm. > > http://javadoc4.caucho.com/com/caucho/servlets/FastCGIServlet.html > http://php.net/manual/en/install.fpm.php > > Unfortunately I don't have any good examples to p