after hitting save config at the modules section in the admin menu, drupal doesn't come back. index.php and most everything else just return a blank page, no browser error. update.php does get loaded however, but I get an "available memory exhausted" error when I run the script (after turning off access check) which I think is coming from php not being granted enough memory to execute scripts like update.php, which now that I think about it, might be causing my problem. Just thought id post about it. since drupal isn't talking to me I don't know how I can get any error logs to look at or post outside of those generated by msql or php, so I really don't know what else to say about it.

Comments

jjk005’s picture

Status: Postponed (maintainer needs more info) » Active

well lets see, i installed this mod after I installed the latest organic groups and it failed, this time i installed it before, and it worked until after I installed orgainc groups, so there might be a connection between these two mods. or something else entirely

robert castelo’s picture

I can't reproduce this, anyone else seeing this problem?

nlindley’s picture

It sounds like you need to up your php memory limit. Pretty much you have enough memory to run either organic groups OR user import, but not both. You can try adding php_value memory_limit 16M to your .htaccess file, where 16M is 16 megabytes, or a higher value if needed.

robert castelo’s picture

Status: Active » Closed (fixed)
jjk005’s picture

For anyone else's information, that turned out to be the problem! Sorry, forgot to follow up soon after the fix! Thanks!