View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003641 | Composr | core_fields | public | 2018-07-02 20:04 | 2018-07-22 23:05 |
Reporter | Adam Edington | Assigned To | Chris Graham | ||
Severity | Trivial-bug | ||||
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0003641: Smart topic notification settings | ||||
Description | Editing the admin profile and putting a check in the Smart topic notifications box appears to do nothing. Profile defaults to No. | ||||
Tags | No tags attached. | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
I think you probably have added a lot of CPFs and the PHP max_input_vars setting is being exceeded. I have made some tweaks to take the edge of it in https://github.com/ocproducts/composr/commit/103895580d8da1fd929a6bf653a63c3f165b58c3 Try raising your max_input_vars setting via the .htaccess file (our default raises it to 2000). |
|
I added 3 CPF's tied to a Group, but I will check on that setting to see what Bitnami Wampstack have set it to. |
|
php_value max_input_vars 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. |
|
Can you catch me in IRC? This one is stumping me. |
|
Investigation shows that the cns_get_all_custom_fields_match/cns_get_all_custom_fields_match_member functions need to take/default-to null for $special_start, and then accept both positive and negative checks when set to a binary value. For this change to be made all calls to the functions will need to be assessed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-07-02 20:04 | Adam Edington | New Issue | |
2018-07-03 16:29 | Chris Graham | Note Added: 0005755 | |
2018-07-03 16:29 | Chris Graham | Status | non-assigned => resolved |
2018-07-03 16:29 | Chris Graham | Resolution | open => fixed |
2018-07-03 16:29 | Chris Graham | Assigned To | => Chris Graham |
2018-07-04 06:10 | Adam Edington | Note Added: 0005757 | |
2018-07-05 17:41 | Adam Edington | Note Added: 0005758 | |
2018-07-05 21:49 | Adam Edington | Note Edited: 0005758 | View Revisions |
2018-07-05 21:49 | Adam Edington | Note Edited: 0005758 | View Revisions |
2018-07-08 16:27 | Chris Graham | Note Added: 0005759 | |
2018-07-08 16:27 | Chris Graham | Status | resolved => assigned |
2018-07-17 02:23 | Guest | Note Added: 0005764 | |
2018-07-22 23:05 | Chris Graham | Status | assigned => resolved |