Forums
-
- Forum
- Posts
-
- Installation
- 28,485
- Troubleshooting
- 62,571
- Themes
- 10,431
- Plugins
- 15,356
- Requests & Feedback
- 14,965
- Showcase
- 3,258
-
In bb-settings.php I changed the line that excluded some PHP errors (error_reporting(E_ALL ^ E_NOTICE);
) to error_reporting(E_ALL);
hoping to see something in /myforumdir/error_log
I’ll keep looking for the switch.