Reply to thread

Steps to reproduce

  1. Install XenForo
  2. Upload an Add-on that as a Setup.php
  3. Simulate an error by modifying method install to call an undefined function

Expected Result

Installation is aborted with an error message and the return value is not 0


Actual Result

Installation reports an error during setup, continues to import Add-on data and sets the return value to 0


Back
Top Bottom