Forums / Cotonti / Support / Can no longer upload files in PFS since 0.9.11?

GHengeveld
#35219 2012-08-27 08:59

It should not have been reset by the upgrade. There has not been a change in the database structure regarding the pfs limits. The only thing that has changed is the way limits are calculated:

  • max file size = highest value of all usergroups the user belongs to (e.g. 1mb for members + 2mb for moderators = 2mb max)
  • total file space = sum of filespace limits of all usergroups the user belongs to (e.g. 1mb for members + 5mb for moderators = 6mb total)

Previously, these limits were determined by the user's maingroup, not subgroups. With the new calculation, subgroups are also included in the calculation.