You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method used for submitting PL Allocations needs changing. It currently lists all allocations in a single page, which can be a long list; searching and/or ordering would be beneficial. It also submits all of the data on the page rather than the selected items; this can break the PHP post limits in the /etc/php5/apache2/php.ini file - parameters post_max_size, suhosin.post.max_vars and suhosin.request.max_vars. These parameters can be increased (apache requires a reload to take effect) but a better method of submitting the data would be preferable. See the paging in place for PL Batch Payments.
This problem causes an error - Transactions must sum to zero - but only some of the required items are shown as selected; the ones towards to the end of the list have been unselected - this is because this data was not submitted due to the limit on size and/or number of variables.
The text was updated successfully, but these errors were encountered:
The method used for submitting PL Allocations needs changing. It currently lists all allocations in a single page, which can be a long list; searching and/or ordering would be beneficial. It also submits all of the data on the page rather than the selected items; this can break the PHP post limits in the /etc/php5/apache2/php.ini file - parameters post_max_size, suhosin.post.max_vars and suhosin.request.max_vars. These parameters can be increased (apache requires a reload to take effect) but a better method of submitting the data would be preferable. See the paging in place for PL Batch Payments.
This problem causes an error - Transactions must sum to zero - but only some of the required items are shown as selected; the ones towards to the end of the list have been unselected - this is because this data was not submitted due to the limit on size and/or number of variables.
The text was updated successfully, but these errors were encountered: