Posted by BetoAveiga on April 24, 2009 at 7:10pm
Jump to:
| Project: | Plugin Manager |
| Version: | 6.x-1.9 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I installed many modules recently with the Plugin Manager... but today the capacity for search modules is gone.
I can't search or view the modules anymore, therefore I can't install anything new.
BTW thanks a lot for the plugin manager module, one of the best & useful Drupal modules.
Excellent work :)
Comments
#1
I made a mistake.
I disabled javascript when I was testing another site. :(
#2
I too am having this same problem all of a sudden.....cannot do a search for any modules in either FF3x or IE7. was working fine up to a couple of days ago.
P.S. BetoAveiga which javascript were you refering to is it in the browser or in drupal?
#3
having the same issue on several of my sites. Works fine for a few days, then doesn't.
#4
I had the same problem with the Devel query log output enabled. The Devel module wont output the query log for text/javascript or text/plain. This modules ajax calls return as text/html. So, I had to change all the 'print drupal_to_js' lines with the more appropriate 'drupal_json' function in plugin_manager.ajax.inc. drupal_json() will set the http header correctly to text/javascript.
#5
subscribing.