- Posts: 19
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
public function init() { // Settings to display errors for better debugging ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL); $this->subscribe('beforeTokenEmail'); $this->subscribe('beforeSurveySettings'); $this->subscribe('newSurveySettings'); }
I stop there …Using LS Version 2.67.3,
Code:…