troubleshooting.txt 337 B

123456789
  1. To get more information if your are stuck:
  2. Edit index.php (or email-import.php if you have trouble with it) and change the following setting:
  3. FROM: define('DEBUG',false);
  4. TO: define('DEBUG',true);
  5. Alter it to false after your are done. Do not use this permanently since it displays unwanted and even
  6. sensitive information to everyone.