- Issue created by @linno
The Drupal Core issue queue isn't an ideal place for general programming questions. I recommend looking into better support options → . In particular, the #support channel in Slack is a good starting place.
Some tips:
- Bootstrapping Drupal in separate files is an advanced and somewhat unusual coding style that requires deep knowledge. Writing Drupal modules is the ordinary way.
- 500 errors are normally logged by PHP. You have to consult the log or adjust PHP's
error_reporting
value to debug PHP code.