HELP! I'm getting a huge error and don't know what to do!

Hey guys,

I somehow merged with the kirby starterkit when I was trying to make a backup on github and now by website shows this error message:

I’ve turned on debug mode but nothing happens.

Support team: I’ve emailed you guys a zip of my project, can you please look into it?

If you’re using Kirby 2.4.1, what happens when you set the following in config/config.php?

c::set('whoops', false);

I’m getting a blank screen

Sounds like to need to check your Apache logs to pinpoint the problem.

How do I go about doing that?

Have you tried setting

c::set('debug', true);

like it says in the error message? With that you should get the Whoops error screen with much more detailed information - information we could then use to diagnose the actual error.

Perhaps this topic on the “PHP white screen of death” can help you out: http://stackoverflow.com/questions/1475297/phps-white-screen-of-death