Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,
    is your table wp_posts has the engine MyISAM (you can check this in phpmyadmin)?

    Thread Starter davidpotter

    (@davidpotter)

    No, it’s InnoDB. Also, in case it makes a difference, it’s not called wp_posts, it’s called david_technical_posts.

    Download the new version 1.4.1 then re-activate it, this will automatically convert your table to MyISAM, and it will work ??
    The table name is ok, don’t change it.

    Thread Starter davidpotter

    (@davidpotter)

    I tried just upgrading the plugin, but deactivating and reactivating did the trick. Thanks!

    I cant get 1.4.1 to work. The old 1.3 works just fine, but 1.4.1 gives me the fulltext error.

    My wp_posts is MyISAM, and reactivating the plugin doesn’t help either. Any ideas?

    I could just carry on with 1.3, but it’s quite annoying when WP flags the plugin for available update.

    @hugin, execute this request on phpMyAdmin:
    ALTER TABLE wp_posts ADD FULLTEXT post_related (post_title, post_content);

    Got hit with an error:

    #1061 – Duplicate key name ‘post_related’

    @hugin if you still have the problem, I have found the solution:

    check out in phpMyAdmin the wp_posts table and scroll down to “Indices”.
    Find the line “post_related”.

    In my case “post_title” was named “post_name”. I changed it manually to post_title and tada – it worked.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Landing sites] Landing Sites plugin not working for me’ is closed to new replies.