• Resolved pedro3mil

    (@pedro3mil)


    Hi,

    I have entered my API details but the “API Authentication Status” remains empty. I also noticed the following error in my error log:

    WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1 for query SELECT * FROM wp_vebraproperties WHERE vebraid=

    https://wordpress.org/plugins/vebra-properties/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pedro3mil

    (@pedro3mil)

    Have come to realise that the issue is that the plugin is not compatible with the latest version of WordPress – 3.4.1

    Are there any plans to update the plugin to work with the latest version?

    Plugin Author ultimatewebuk

    (@ultimatewebuk)

    The problem is not one of compatibility as it will work in the latest version of wordpress. The plugin uses WordPress Cron to retrieve the properties from the Vebra API as this is quite a slow process so best to run in background. However some hosting providers effectively block that way that WP Cron works out of the box. This is not a new issue and is well documented on;

    https://wordpress.org/support/topic/scheduled-posts-still-not-working-in-282

    Simple answer is to put

    define(‘ALTERNATE_WP_CRON’, true);

    in your wp_config.php file for your site

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

The topic ‘Plugin not connecting’ is closed to new replies.