Not able to login as a customer

If you are not able to see any errors, probably the error logging is not active, add the following to your array in config.php

//Show low level PHP errors
'phpsettings' => [
    'display_errors' => 1,
]

reference: http://en.community.shopware.com/_detail_1961.html

 

The error may help you further or paste the error here.