Couldn't install on WP 3.9.1 multisite

Issue #29 resolved
David Riveroll created an issue

I just installed the latest version of the plugin, which says is compatible with WP 3.9.1 and when I tried to activate for the first time (did this on an instance of a multisite network, maybe this could have something to do, since there's also the ability to activate to the whole network, which I don't want really) This is the error it throwed that prevented it from being activated

Parse error: syntax error, unexpected T_FUNCTION in /home/driverol/public_html/cultura33.org/wp-content/plugins/gravity-forms-post-updates/gravityforms-update-post.php on line 920

Don't think any more details about my install would be relevant, but I'm here to help debug if I can

Best, David

Comments (3)

  1. Marj Wyatt

    I just moved a development from Xampp to live and received exactly the same error on exactly the same line of code. When I rename the plugin folder for the plugin, I am able to access the site. While it is active, I merely get a white screen.

    My conclusion, therefore, was that it was a incompatibility with PHP versions. My client's host had set up the cPanel to run with PHP 5.2. When I upgraded that to PHP 5.4, everything worked fine.

    Maybe you've already figured that out, David Riveroll but, if you haven't, it is a direction to turn.

  2. Jacob Snyder repo owner

    Yes. PHP 5.2 isn't supported unfortunately. It doesn't support the dynamic function that was required for this plugin.

  3. Log in to comment