Urban Giraffe Support | Search Unleashed
Doesn't Work at all?
So I installed the Search Unleashed plugin into my WordPress 2.6.2. It shows up under Manage and I see the "Search Index" page with the cat. I click Re-index posts and/or Re-index comments and nothing happens - no JavaScript errors or anything. When I click on the Log, Modules or Options sub pages, I just get a 404.
Something I'm doing wrong?
Responses
Posted 2 months ago by Key Master
Quite possibly. You could try disabling all other plugins to see if that has any effect.
Posted 2 months ago by Member
I don't think a plug-in would be causing this, since when I hit the re-index posts button the javascript error I get says
Line: 154
Char: 1
Error: Object Expected
Code: 0
URL: http://www.omegaprojex.com/wp-admin/edit.php?page=search-unleashed.php
and in FireFox I get
"index is not defined."
which would from the on click on this line (which makes sense)
<input type="submit" name="reindex" value="Re-index posts" onclick="return index (0,'posts');" id="index_posts"/>
So I'm thinking that 0 is an undefined index in the JavaScript somewhere (didn't actually take the time to go through it).
I would say that it could be a plug-in if it didn't re-index right or something along those lines, but since the simple JavaScript on the button is not firing correctly, I'd say it is more of a problem with the JavaScript on the page
Posted 2 months ago by Key Master
Trust me, it's very possible another plugin could be causing the issue. The plugin works for the majority of people and those that report a similar error (always some javascript issue) say that it is cleared up once they disable a particular plugin that happens to be interfering with the indexing page.
Posted 2 months ago by Member
Ok well I disabled every single plug-in and widget (even Akismet and Wordpress stats), went to the Search Unleashed admin page, hit ctrl+F5 to refresh the page, and then hit "Re-index Posts" but I still received the same error.
Any other ideas?
Posted 2 months ago by Member
Also just so you know, it does say
"
You have 12 items in the search index.
4 searches have been performed using this plugin.
"
on the Admin page, even though the buttons don't work and I can't get to the other admin pages. Also I noticed that the link to the other admin pages for Search Unleashed show up as
"http://www.omegaprojex.com/wp-admin/edit.php&sub=modules", and then I get the 404 when I go there, perhaps that is the wrong page?
Posted 2 months ago by Key Master
Can you send me the HTML for the page with the javascript errors?
Posted 1 month ago by Member
I'm having this same problem, but not seeing the JS errors. I have disabled all of the plugins EXCEPT Search Unleashed, and clicked on "Index".
It currently shows 2 items in my search index, and it does index comments very quickly.
I can see using FireBug that a lot of fetches are being made against my server, and I can watch mysql and see that it's busy for several minutes (about 5), and then nothing else happens. I only have about 15 pages and 140 posts, with maybe 5 comments.
Any ideas?
Reply
You must log in to post.