Use absolute path for require_once in embedded/common/toolset-forms/bootstrap.ph
-
The first line of bootstrap.php in embedded/common/toolset-forms does
require_once 'api.php';
This breaks other plugins and changing the relative path to absolute, as in
require_once __DIR__ . '/api.php';
fixes the problem.I’d propose a patch but I’ve already uninstalled SVN from my computer. Could the developers make the simple change?
- The topic ‘Use absolute path for require_once in embedded/common/toolset-forms/bootstrap.ph’ is closed to new replies.