Closed (fixed)
Project:
User Import
Version:
5.x-1.2-beta
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2007 at 14:25 UTC
Updated:
27 Jul 2007 at 04:28 UTC
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
Comment #1
jjk005 commentedwell 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
Comment #2
robert castelo commentedI can't reproduce this, anyone else seeing this problem?
Comment #3
nlindley commentedIt 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 16Mto your .htaccess file, where 16M is 16 megabytes, or a higher value if needed.Comment #4
robert castelo commentedComment #5
jjk005 commentedFor anyone else's information, that turned out to be the problem! Sorry, forgot to follow up soon after the fix! Thanks!