Okay, I tried copying a few modules from one root to another on the same server

While in the modules directory of site two (/www/sitetwo/public_html/module) I ran...
cp /www/siteone/public_html/modules/webform* .

When I went to turn the Webform module on I couldn't view ADMIN/MODULES

Any ideas, I'm under the gun here and out of ideas

Thanks for any ideas.

Comments

xopher’s picture

I'm still not sure what the solution is, I restored all modules from fresh Drupal install. Site works fine (apparently.)

If I add WebForm module, admin/modules shows up blank...

Will check error logs later, was just hoping someone already experienced this and could point out something I'm missing.

tomski777’s picture

Could be due to lack of memory allocated to PHP - in the past I've had a blank page rather than an "out of memory error" - much like you are getting. Try this thread for some tips:
http://drupal.org/node/29786
or simply try adding this to your .htaccess file:

# Addition to solve module memory problem
 php_value memory_limit 16M

Though I must admit its a bit strange if its happening after only adding 1 extra module.... Let us know how you get on.

><>tomskii
><>www.mutinyarts.co.uk

xopher’s picture

That was the problem. We actually did find "out of memory" errors in the logs and once we pinpointed that, a search in drupal turned up the proper results (which didn't happen when search for "blank screen, admin, modules") thanks.

Hotlikecold’s picture

64! But, still nothing.