When configuring the limits of size of uploaded files within Drupal it checks with PHP settings to see if those will override the limits (ie upload_max_filesize and post_max_size). This is good, and useful behaviour. However the error message it gives is unhelpful and suggests that the limit is caused by PHP settings related to maximum file size. Instead it should state which of upload_max_filesize or post_max_size is causing the problem.

Comments

Status: Active » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.