Hi,
First thanks for creating this awesome plugin for FREE.
I am using it on all of my regular blogs. I installed this on one of my subdomains, but found that its not picking up the terms from the search.
I have optimized the site SEO to such a level that my site (subdomain site) ranks 1st for key phrases it is designed for.
Wondering if I am doing any thing wrong here?
Help appreciated :)
grandllama
Member
Posted 2 years ago #
I had the same problem with my sub domains so I started digging.
What I found is that on a network (multisite) installation of WP 3.04 that the plugin created its database table with the _tmp suffix.
ie.
wp_8_stt2_meta_tmp
instead of
wp_8_stt2_meta
Therefore, when it went to insert the search terms, the plugin couldn't find the correct table. When I renamed the table to remove the _tmp prefix, the plugin worked fine on my subdomains.