Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: /groups/my-group, refering to unknown style

I know it’s not a valid path, but I can’t find the invalid config. btw, I suspect it’s a bug since this only happens in /groups/some-group and not on other parts of BP that are using the member theme

For now I’ve redirected php errors to a log file by adding this to the top of wp-config.php:

@ini_set('log_errors','On');
@ini_set('display_errors','Off');
@ini_set('error_log','/FULLPATH/log/php_error.log');

Skip to toolbar