Search and Bookmarks do not work
ScarabMonkey - February 27, 2008 - 14:20
| Project: | Super Nav |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
Whenever I try to use the search feature in either pages or navigation mode, i get the following error pop-up in Firefox:
"There was a problem with the search, please try again."
I get the following error when trying to add a bookmark:
"There was a problem adding the bookmark, please try again."

#1
Hi Monkey,
That's a bummer. Probably the best way to identify the problem would be to use Firebug, and check out the 'console' after you get the error. There should be a 'post' row that you can click to expand. When it's expanded, it will show you the output of the action you just took. My guess is that something is causing an error, and not allowing the load to complete. If you see an error there, go ahead and paste it into a post here.
Thanks,
Chris
#2
#3
Hi,
I have the same error and the Firebug console gives me a 500 Internal Server Error in POST http://example.com/supernav_bookmarks on jquery.js (line 13).
It works great in localhost. This module is amazing!
Thanks,
Vianney
#4
Hi Vianney,
I'm not sure what could be causing the error for you at this point. Since it works on your local install but not on your remote server, I would suspect it's a server configuration issue. Hopefully you or someone else with the problem will be able to do some testing, since I haven't been able to run into that problem myself.
One thing you might be able to do is look in the server's error logs to see what is causing the error exactly.
Keep me posted as to what you find.
Thanks,
Chris
#5
hi -got the same problem in both internet explorer and firefox, so its not browser related. cant access the server log unfortunately
#6
I've got this same problem ("There was a problem with the search, please try again") but here it's on localhost, I haven't tried uploading to a remote server yet.
The green 'loading' flash comes up at the top of the navbar, and then the error message appears, and the green flash stays stuck there.
#7
This was fixed immediately when I enabled clean URLs !
Turning Clean URLs off breaks it again shortly after cache cleared and page refreshed.
#8
Hi folks,
I have applied the following patch to the Drupal 5 dev version, which should correct the dirty URL problem: http://drupal.org/node/244459. Let me know if you run into any other problems.
Thanks!
Chris