digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
636 stars 110 forks source link

attachment error #90

Closed superkekko closed 6 years ago

superkekko commented 6 years ago

Hi, when I attach to a card a big file (over 5Mb) despite the loaded message when I reopen the card the file is only 1b.

syjer commented 6 years ago

Well, that's strage, which database are you using? Did you set a max file size in the configuration?

superkekko commented 6 years ago

mysql as DB. I didn't install the application, my colleague did. Where is the settings? I can check.

syjer commented 6 years ago

In the "Admin Panel", first panel: "Configuration Parameters", there is an input where you can set the max size in bytes.

superkekko commented 6 years ago

I don't have that configuration parameter (I've installed the Lavagna 1.1-M7 version).

error

SitoCH commented 6 years ago

It's the second field from the top: Max upload file size (in bytes). If I remember correctly there may also be some connection string parameter to adjust in order to allow bigger package sizes.

EDIT: check the value of max_allowed_packet in your MySQL configuration.

superkekko commented 6 years ago

Thanks. I thought that value was for Trello. I will check.

superkekko commented 6 years ago

All good, thanks.