Forums
-
- Forum
- Posts
-
- Installation
- 28,501
- Troubleshooting
- 62,584
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,971
- Showcase
- 3,256
-
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.