Skip to content
rburghol edited this page Feb 25, 2022 · 2 revisions

Debugging module Code

  • Sometimes a module with bad code, particularly fatal php syntax errors, causes a silent failure with no log of any sort.
    • Use drush: drush scr plugins/dh_variables/dHVariablePluginAppRates.class.php
    • this will load all modules code so it can then spit out the error messages on the console
Clone this wiki locally