#3641 - Smart topic notification settings
| Identifier | #3641 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Smart topic notification settings |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_fields |
| Description | Editing the admin profile and putting a check in the Smart topic notifications box appears to do nothing. Profile defaults to No. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
https://github.com/ocproducts/composr/commit/103895580d8da1fd929a6bf653a63c3f165b58c3
Try raising your max_input_vars setting via the .htaccess file (our default raises it to 2000).
php_value suhosin.get.max_vars 2000
php_value suhosin.post.max_vars 2000
php_value suhosin.request.max_vars 2000
added to .htaccess file and still no change to that setting when checked and saved, this is without the fixes being applied.
For this change to be made all calls to the functions will need to be assessed.