500 Internal Server Error. Failed to open stream
My guess is that you don't have the following directories set with write permissions:
public/
data/cache/
data/favicons/
data/logs/
data/sqlite/
data/thumbnails/
You'll want to do something like:
chmod 777 public
on all those directories.