phpGroupWare - Bugs: bug #23407, Cannot attach file to an email...
You are not allowed to post comments on this tracker with your current authentication level.
bug #23407: Cannot attach file to an email message
Submitter: | jason king <pizzathief> | ||
Submitted: | Wed 28 May 2008 05:51:03 AM UTC | ||
Item Group: | SVN trunk (dev code) | Category: | |
Severity: | 3 - Normal | Priority: | 7 - High |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Component Version: | SVN | Operating System: | GNU/Linux - Debian |
Reproducibility: | Every Time | Planned Release: | None |
Fixed Release: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
Powered by Savane 3.12.
Corresponding source code
(still haven't managed to set up imap yet)
if you click on the "attach file" text box to try and select a file to attach yo your email message , you get the following in a new web page:
!ERROR Notice: get_var(var = action, method = Array ( [0] => POST ) , default = ) has been replaced by phpgw::get_var(var, data_type, method, default), please update your code in /path/to/phpgroupware/phpgwapi/inc/common_functions.inc.php at line 163
!ERROR Notice: get_var(var = delete, method = Array ( [0] => POST ) , default = ) has been replaced by phpgw::get_var(var, data_type, method, default), please update your code in /path/to/phpgroupware/phpgwapi/inc/common_functions.inc.php at line 163
!ERROR Notice: Undefined variable: uploaddir in /path/to/phpgroupware/email/inc/class.boattach_file.inc.php at line 300
Fatal error: Call to a member function dir() on a non-object in /home/jason/website/phpgroupware/email/inc/class.boattach_file.inc.php on line 301
(there's no dialog here to select a file at all , so at the moment you can't attach files if you wanted to)
Note that clicking on what appears to be a text box to bring up a dialog doesn't fit so well with how your average user would expect this to work. I'd expect the text box to just be a text box , with a button next to it that you click on to show that dialog.