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
Comment #1
betoaveigaI made a mistake.
I disabled javascript when I was testing another site. :(
Comment #2
trevorforrest commentedI 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?
Comment #3
pixelsweatshop commentedhaving the same issue on several of my sites. Works fine for a few days, then doesn't.
Comment #4
latency2 commentedI 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.
Comment #5
pixelsweatshop commentedsubscribing.