6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/2/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5776] Undefined index: link_all_attachments
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___..__ ..__. |\ | _/ [__) || | | \|./__.| \__||__\
Comment
>> Except that you didn't update your configuration, or you didn't log > >> out and back in after saving it. > > > > Hi > > > > I happened to experience the same problem as the one mention in this > ticket and I believe it IS a bug indeed. > > > > There is a code in imp/templates/compose/compose.inc which refers to > $conf['compose']['link_all_attachments'] (lines 527-528): > > > > $show_link_attach = ($conf['compose']['link_attachments'] && > !$conf['compose']['link_all_attachments']); > > $show_save_attach = ((strpos($save_attach, 'prompt') === 0) && > !$conf['compose']['link_all_attachments']); > > > > However, when you set "Should we allow the users to send attachments > as links?" to No while doing initial configuration (via Web), > $conf['compose']['link_all_attachments'] option is not added to > conf.php at all. > > > > A workaround is to manually add > > > > $conf['compose']['link_all_attachments'] = false; > > > > to conf.php. Contrary to your opinion, looks like a little bug to me. > You obviously did not take into account that not everyone wants this > attachement linking stuff enabled.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers