View Issue Details

IDProjectCategoryView StatusLast Update
0003641Composrcore_fieldspublic2018-07-22 23:05
ReporterAdam EdingtonAssigned ToChris Graham 
SeverityTrivial-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0003641: Smart topic notification settings
DescriptionEditing the admin profile and putting a check in the Smart topic notifications box appears to do nothing. Profile defaults to No.
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2018-07-03 16:29

administrator   ~0005755

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).

Adam Edington

2018-07-04 06:10

administrator   ~0005757

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.

Adam Edington

2018-07-05 17:41

administrator   ~0005758

Last edited: 2018-07-05 21:49

View 3 revisions

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.

Chris Graham

2018-07-08 16:27

administrator   ~0005759

Can you catch me in IRC? This one is stumping me.

Guest

2018-07-17 02:23

viewer   ~0005764

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.

Issue History

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