Just a very long shot, that might be completely unrelated an utter bullsh#t…
The only time I encountered a 500 error during configuration of a Cloud Software was when php value allow_url_include was disabled.
Why not try that? Use .htaccess to set
php_admin_flag allow_url_include on
John