Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author byron-janrain

    (@byron-janrain)

    Greetings,

    If you haven’t sorted things out by now, WordPress, in general, is very port 80 dependent. In fact, multi-site requires port 80. Our target for compatibility is standard WP deployments, so running http on non-http ports is a buyer beware.

    Should this be an unbendable requirement for you, look into hacking plugins_url, home_url, and site_url to support non-standard ports since the RPX plugin relies on those functions heavily.

    Cheers!

    Plugin Author byron-janrain

    (@byron-janrain)

    Greetings rasterius,

    The janrain-capture plugin requires PHP 5.3.0 or higher. The error you’re receiving is from the shorthand ternary operator not being supported.

    Even tho wordpress supports PHP back to 5.2, 5.2 has been end of lifed since Jan 2011. PHP 5.3 has been end of lifed as of August this year (2014). Even PHP 5.4 has moved into “security vulnerability fixes only” status.

    Please upgrade your servers to PHP 5.5+ or request that your hosting provider does so on your behalf.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)