RestyaPlatform / board

Trello like kanban board. Based on Restya platform.
http://restya.com/board/
Open Software License 3.0
2.03k stars 381 forks source link

add an attachment doesn't work #4341

Open DAigory opened 2 years ago

DAigory commented 2 years ago

hi. After migrate to 0.6.9 "Add an attachment" stop to work. os: ubuntu installation and upgrade method by easy script For now I upgraded to 1.7 and still doesn't work

sridhar391 commented 2 years ago

@DAigory Can you please tell us from which Restyaboard version, you have upgraded to 0.6.9?

For the add attachment issue, can you please set R_DEBUG as true on the config.inc.php file in line 15 on '/usr/share/nginx/html/restyaboard/server/php' path like https://github.com/RestyaPlatform/board/blob/dev/server/php/config.inc.php#L15 and copy the response of card attachment API call http://restyaboard_url/api/v1/boards//lists//cards//attachments.json on the Network tab of Browser developer tools and paste it here or copy the contents from your server error log and paste it here.

attachment-upload