• I have installed the Related Plugins by Wasabi and ran into some problems.
    First, I have uploaded the plugin, and updated myphpadmin/SQL.
    I also added the code in, but for some reason I am getting this error:

    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]
    SELECT ID, post_title, post_content,MATCH (post_name, post_content) AGAINST (‘purchaze new online store now live’) AS score FROM wp_posts WHERE MATCH (post_name, post_content) AGAINST (‘purchaze new online store now live’) AND post_date <= ‘2007-02-15 10:20:08’ AND (post_status IN ( ‘publish’, ‘static’ ) && ID != ‘2995’) ORDER BY score DESC LIMIT
    No related posts

    you can see it here:
    https://www.sneakerfiles.com/2007/02/15/purchaze-new-online-store-now-live/
    (scroll down)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Brain916

    (@brain916)

    Please, I need some help with this.

    I would like to figure out if I am having a problem with Wasabi Related Posts. Since so little is actually posted about this on the wiki (correct actions and such) I thought I would add it here and see if anyone has any thoughts on this.

    I installed Wasabi and activated the plug-in. At the bottom of the page is a link that runs an MySQL script. When I click the link, a new window opens, and displays my 404 page.

    My Question is, is this normal? Does that mean its activated?

    Well, I thought maybe it was a problem, so I decided to go ahead and run the script manually in phpMySQL admin (or whatever its called) here is the script I ran;

    ALTER TABLE wp_posts ADD FULLTEXT post_related (post_name , post_content)

    When I ran this script here is the MySQL error I recieved.

    Error

    SQL query:

    ALTER TABLE wp_posts ADD FULLTEXT post_related (
    post_name ,
    post_content
    )

    MySQL said: Documentation
    #1061 – Duplicate key name ‘post_related’

    So here is what I am thinking. I am thinking the first time I ran the script from the front end, it actually worked. Running the script a second time caused the error.

    Any thoughts? Please I would really like some help on this, because I have heard how great this plugin is. Is there a way to test to see if it is working properly?

    I’m still not convinced its working correctly, so any thoughts would be appreciated. The problem may be that if your blog is relatively new, you won’t see ANY links in your posts for related-posts, as the post looks at your database for similarities.

    The weird pop-up page at the script running is still a bit suspicious, and it’s not surprising that people may have problems with the plugin because there is absolutely nothing to guide you along the way. And yes I stand by that statement knowing there is a make-shift wiki for the plugin.

    The problem is this statement here:
    “If this is your first time installing this plugin please click the link for index table setup script at the bottom of the options page. You only need to do this once when you install the plugin for the first time. If automatic setup fails (can happen and may not even be my fault) read on ..”

    There is no definition for ‘FAIL’. I would expect some kind of error message telling me it failed, or something, which is why I was confused, when I ran the script and it opened a window displaying my custom 404 error page.

    I am still not 100% convinced this thing is working on my blog yet, as I don’t have many posts for the relation aspect to work, however I did find one source of my answer at the following link.

    https://www.ads-software.com/support/topic/104927?replies=7

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Related Plugins Wasabi Problems’ is closed to new replies.