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

betoaveiga’s picture

Status: Active » Closed (fixed)

I made a mistake.

I disabled javascript when I was testing another site. :(

trevorforrest’s picture

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?

pixelsweatshop’s picture

Status: Closed (fixed) » Active

having the same issue on several of my sites. Works fine for a few days, then doesn't.

latency2’s picture

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.

pixelsweatshop’s picture

subscribing.