• Resolved Dan

    (@dan013)


    Site had previously worked fine with this plugin. It went completely down showing:

    Parse error: syntax error, unexpected T_STRING in …/wp-content/plugins/wp-property/wp-property.php on line 54

    Logged in through the host, deleted the plugin directory for wp-property. Site’s back up.

    Logged in via wp-login.php, updated wordpress, theme, and deactivated other plugins. Installed wp-property (2.1.8), when activated the same Parse error is displayed in message form.

    Switched themes, multiple times, same result.

    Site: ManhattanBeachRentals.net

    https://www.ads-software.com/plugins/wp-property/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Thank you for the inquiry ??

    Could you try using PHP 5.2 or 5.3, this should solve the issue.

    Let us know if you have any questions!

    Have a great day!

    Thread Starter Dan

    (@dan013)

    5.2 was being used. Upgrading to 5.6 did the trick. Thanks for the help.

    Not a problem Dan ??

    Here to help!

    Have a wonderful week!

    Have a client currently running PHP 5.4 and we are getting the same error.

    Error seems to be here:
    function ud_get_wp_property( $key = false, $default = null ) {
    $instance = \UsabilityDynamics\WPP\Bootstrap::get_instance();
    return $key ? $instance->get( $key, $default ) : $instance;
    }

    If I comment out “// $instance = \UsabilityDynamics\WPP\Bootstrap::get_instance();” line I can get back into wordpress and the plugin shows active, but doesn’t work correctly and responds with this error message on the back end:
    “WP-Property can not be initialized. Plugin requires PHP 5.3 or higher. Your current PHP version is 5.2.17”

    I know this to be incorrect as I am running PHP 5.4 (confirmed). On this hosting account, 5.4 is the newest PHP I am able to update to. Any thoughts?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin could not be activated’ is closed to new replies.