Attachments dissapear on editing
Posted: Wed Sep 04, 2019 7:49 pm
When I edit posts with many files attached, e.g. posted few jsons.
When I tried to edit this post to remove jsons outdated by the ones in later posts, I am left with only one attachment in attachments tab.
Could this be something like this (quoted below from https://www.phpbb.com/community/viewtop ... &t=2453611) or is this my browser problem?
When I tried to edit this post to remove jsons outdated by the ones in later posts, I am left with only one attachment in attachments tab.
Could this be something like this (quoted below from https://www.phpbb.com/community/viewtop ... &t=2453611) or is this my browser problem?
Issues involving attachments not showing, or not all showing, when posts with multiple attachments are posted or previewed, as discussed in this topic
Fix: Open phpBB/includes/functions_posting.php & find:On a separate line BEFORE, ADD:Code: Select all
foreach ($attachment_data as $count => $attach_row)Find and DELETE:Code: Select all
$attachrow_template_vars = [];Code: Select all
$attachrow_template_vars = array();