After activating this module I get a "Fatal error: Allowed memory size exhausted" on a fields configuration of type file ( http://[www.yoursite.com/path/to/drupal]/admin/content/node-type/[node-type]/fie... ). Even doing a memory increase from 128M to 512M shows this error.

Comments

deciphered’s picture

Status: Active » Postponed (maintainer needs more info)

Unable to confirm this issue, it's quite possible that something else is involved.

As you can see by using Simplytest.me the issue is not present: http://simplytest.me/project/filefield_paths/7.x-1.0-beta3

If you can provide me on more information about how to reproduce this issue that would be extremely helpful.

neRok’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing old issues.

Please re-open if issue can be reproduced with latest beta.

Please note that there are multiple PHP server settings relating to file size issues, and all need setting appropriately. These are memory_limit, upload_max_filesize and post_max_size.