| Summary | Can't forward message |
| Queue | DIMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | rsalmon (at) mbpgroup (dot) com |
| Created | 07/11/2008 (132 days ago) |
| Due | |
| Updated | 07/23/2008 (120 days ago) |
| Assigned | 07/15/2008 (128 days ago) |
| Resolved | 07/23/2008 (120 days ago) |
| Attachments | email.eml ![]() |
| Milestone | |
| Patch | No |
Assigned to Michael Slusarz
* You are using Xinha
* You are using HTML compose by default
xinha but I didn't mention it in my original post, sorry.
checking this combination. With these prefs set, I can reproduce the
following, which has been fixed:
'px' });
has to be loaded below all other included JS or else it doesn't work.
With these fixes, see if things work now.
popup window.
the javascript error is fixed as well. Originally I was getting an
error about variable A because, by default, horde's apps are using the
compress js files.
Thanks.
http://cvs.horde.org/diff.php/dimp/compose.php?r1=1.97.2.17&r2=1.97.2.18&ty=u
http://cvs.horde.org/diff.php/dimp/js/compose.js?r1=1.87.2.27&r2=1.87.2.28&ty=u
http://cvs.horde.org/diff.php/dimp/js/fullmessage.js?r1=1.24.2.10&r2=1.24.2.11&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/compose.js?r1=1.84.2.27&r2=1.84.2.28&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/fullmessage.js?r1=1.23.2.11&r2=1.23.2.12&ty=u
http://cvs.horde.org/diff.php/dimp/lib/Views/Compose.php?r1=1.20.2.10&r2=1.20.2.11&ty=u
http://cvs.horde.org/diff.php/dimp/message.php?r1=1.52.2.13&r2=1.52.2.14&ty=u
* You are using Xinha
* You are using HTML compose by default
Since neither of these are the default value, I have not been checking
this combination. With these prefs set, I can reproduce the
following, which has been fixed:
has to be loaded below all other included JS or else it doesn't work.
With these fixes, see if things work now.
http://cvs.horde.org/diff.php/dimp/compose.php?r1=1.115&r2=1.116&ty=u
http://cvs.horde.org/diff.php/dimp/js/compose.js?r1=1.117&r2=1.118&ty=u
http://cvs.horde.org/diff.php/dimp/js/fullmessage.js?r1=1.41&r2=1.42&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/compose.js?r1=1.112&r2=1.113&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/fullmessage.js?r1=1.38&r2=1.39&ty=u
http://cvs.horde.org/diff.php/dimp/lib/Views/Compose.php?r1=1.31&r2=1.32&ty=u
http://cvs.horde.org/diff.php/dimp/message.php?r1=1.69&r2=1.70&ty=u
tell DIMP to use the js/src/* files instead of js/* ?
This is what I'm getting with Firebug : file js/src/compose.php line 612
m is undefined
resizeMsgArea()()compose.js (ligne 612)
emptyFunction()()prototype.js (ligne 1)
emptyFunction()()prototype.js (ligne 1)
[Break on this error] m.setStyle({ height: this.getMsgAreaHeight() + 'px' });
I don't think this has anything to do with my initial problem, so can
you give me direction on where to look for the problem I'm having ?
Thanks.
doActionComplete callback: TypeError: A is undefined
You will need to trace the callback using something like Firebug.
The error is occurring in the callback from the GetForwardData call
to imp.php. There is a variable 'm' defined in
DimpCore::showNotifications(), which is called as part of the
callback function, which could possibly match up to the error Jan has
identified.
tell DIMP to use the js/src/* files instead of js/* ?
doActionComplete callback: TypeError: A is undefined
You will need to trace the callback using something like Firebug. The
error is occurring in the callback from the GetForwardData call to
imp.php. There is a variable 'm' defined in
DimpCore::showNotifications(), which is called as part of the callback
function, which could possibly match up to the error Jan has identified.
I don't have any uncommitted changes here. Double check that all of
your browser's caches are emptied, and if using filesystem JS caching
in DIMP/IMP, remove these files also.
[/var/www/html/horde]# grep cache imp/config/conf.php config/conf.php
imp/config/conf.php:$conf['server']['cache_folders'] = true;
imp/config/conf.php:$conf['server']['cachejs'] = 'none';
imp/config/conf.php:$conf['server']['cachecss'] = 'none';
imp/config/conf.php:$conf['msgcache']['use_msgcache'] = false;
imp/config/conf.php:$conf['mlistcache']['use_mlistcache'] = false;
config/conf.php:$conf['session']['cache_limiter'] = 'nocache';
config/conf.php:$conf['group']['cache'] = false;
config/conf.php:$conf['share']['cache'] = false;
config/conf.php:$conf['cache']['default_lifetime'] = 86400;
config/conf.php:$conf['cache']['params']['dir'] = '/tmp';
config/conf.php:$conf['cache']['params']['sub'] = 0;
config/conf.php:$conf['cache']['driver'] = 'file';
config/conf.php:$conf['sessionhandler']['memcache'] = false;
config/conf.php:$conf['memcache']['enabled'] = false;
[/var/www/html/horde]# rm -rf /tmp/horde* /tmp/cache_*
I've cleared FF3's cache and cookies and restarted FF3, I've updated
from CVS this morning and still not working.
Are you getting the following warning right after clicking on Forward ?
doActionComplete callback: TypeError: A is undefined
Windows Vista.
the bug :
- double click on a message (a popup window appear)
- click on forward (Entire Message or Attachments Only)
- click on "save as draft"
- check the message from the draft folder -> attachment is gone.
I don't have any uncommitted changes here. Double check that all of
your browser's caches are emptied, and if using filesystem JS caching
in DIMP/IMP, remove these files also.
Windows Vista.
- double click on a message (a popup window appear)
- click on forward (Entire Message or Attachments Only)
- click on "save as draft"
- check the message from the draft folder -> attachment is gone.
I use CVS head as of yesterday /dimp/CVS/Entries :
/COPYING/1.2/Mon Aug 21 14:14:00 2006//
/README/1.3/Wed Nov 14 04:38:56 2007//
/dimple.php/1.19/Mon May 19 07:00:35 2008//
/message.php/1.69/Mon Jun 23 07:11:22 2008//
/index.php/1.70/Fri Jun 27 07:37:23 2008//
/compose.php/1.114/Tue Jul 15 07:11:52 2008//
/imp.php/1.225/Tue Jul 15 07:11:52 2008//
I can't update from CVS this morning, there is an error from the CVS server:
cvs [update aborted]: unrecognized auth response from
anoncvs.horde.org: cvs pserver: /repository/CVSROOT/config:
unrecognized keyword 'UseNewInfoFmtStrings'.
Taken from Michael Slusarz
Windows Vista.
this morning and it doesn't work, but now I get javascript errors :
- open message in a new window
- click on Forward -> "Entire Message" : error : doActionComplete
callback : TypeError: A has no properties
[message/rfc822] (2,36 KB) )
- click on send: error doActionComplete callback : TypeError:
this_iframe.contentWindow has no properties
New Attachment: email.eml
this morning and it doesn't work, but now I get javascript errors :
- open message in a new window
- click on Forward -> "Entire Message" : error : doActionComplete
callback : TypeError: A has no properties
- add myself as recipient (message seems to be attached : unnamed
[message/rfc822] (2,36 KB) )
- click on send: error doActionComplete callback : TypeError:
this_iframe.contentWindow has no properties
the message received doesn't have the file .bash_profile attached.
Priority ⇒ 1. Low
State ⇒ Feedback
Summary ⇒ Can't forward message
Assigned to Michael Slusarz
Patch ⇒
Milestone ⇒
Queue ⇒ DIMP
Summary ⇒ Can't transfert message
Type ⇒ Bug
Priority ⇒ 3. High
State ⇒ Unconfirmed
- double click on a message (a popup window appear)
- click on forward (Entire Message or Attachments Only)
- a new compose window appears with the message attached
- send the email.
the email sent doesn't include the attachment(s)!
the weird thing is that is does work if you don't open the message in
a popup window, but try to forward the email from the messages list's
menu .