Add this line on wp-config.php

define('FS_METHOD','direct');
find . -type d -exec chmod -R 755 {} \;
find . -type f -exec chmod -R 644 {} \;
find . -type f -name 'wp-config.php' -exec chmod -R 600 {} \;