Page 1 of 1

WPDotNet installation issue

PostPosted: April 29th, 2014, 1:48 pm
by friscodev
I have WP 3.9 now running in IIS 7.5, but keep getting the errors below on almost every page that I access.

I thought it might be a permissions issue, but my WP directory has been given full access to the IIS_USR, Network Service and System. I'm sure it's something in the configuration.

Any help would be appreciated.

Thanks!

Warning: stream_set_timeout(): Supplied resource is not a valid Stream resource.

Warning: Supplied resource is not a valid Stream resource.

Warning: stream_set_blocking(): Supplied resource is not a valid Stream resource.

Warning: fclose(): Supplied resource is not a valid Stream resource.

Re: WPDotNet installation issue

PostPosted: April 30th, 2014, 2:29 am
by friscodev
As a follow up, it looks like the issue is tied to upgrading WordPress to anything higher than 3.3. That version works fine. If I upgrade to 3.9, the issue happens.

Anyone else encounter this issue?

Re: WPDotNet installation issue

PostPosted: May 4th, 2014, 10:02 am
by Jakub Misek
Hi,

the problem might be, Phalanger does not support new PHP streams yet.

Thanks,

Re: WPDotNet installation issue

PostPosted: July 7th, 2014, 1:01 am
by erictn
Hi there,

re: "the problem might be, Phalanger does not support new PHP streams yet"

Does this effectively limit Wordpress on Phalanger Tools to being only revisions of Wordpress prior to them implementing PHP streams? In other words, if we get Wordpress working on Phalanger VS Tools, we can't update the the latest WordPress (currently 3.9.1) or else we'll lose the ability to work with Wordpress on Visual Studio?

If the above is "yes", then can you provide an estimate on when Phalanger Tools will support PHP streams?

I understand that Phalanger is an open source project: so perhaps the correct wording is, are you aware of any active effort to enhance Phalanger to handle PHP streams? Can Devsense lead that effort?

If there is a workaround such that we can run the latest Wordpress in Visual Studio with debugging and access to .NET (i.e. what Phalanger Tools is providing to the Visual Studio developer), I'd be interested to know what the workaround would be.


Thank you,

-erictn

Re: WPDotNet installation issue

PostPosted: July 7th, 2014, 5:29 pm
by Jakub Misek
Latest WordPress can run and be actively developed in VS without the stream support. I think only automatic updates won't work in the latest WP.

Re: WPDotNet installation issue

PostPosted: September 13th, 2014, 12:45 am
by johnc
Make sure to have the phalanger curl extension enabled.

This helped solve some problems I had with WP on phalanger.