You can disable modules/themes directly in mysql by adjusting the status field in the system table
UPDATE system SET status = 0 WHERE name = 'modulename';
Check your PHP and Apache logs in the meantime.
Carl WiedemannWebsite design and development consulting