Are you able to enter the acp? (to see if anything is in your error log)
If not, turn on the debugmode (this should show a better error message)
How do I enable debug mode?
Edit the /library/config.php file to add the following line: $config['debug'] = true;
Note that it is not advised to run a live site with debug mode enabled due to the increased resources required.