Author |
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 15 February 2011 at 1:27am | IP Logged
|
|
|
Hi, i never use this function but now i need to print a mail and
is necessary view the message to do this.
But, when i click to my mail, broser open a new window with this message:
Code:
Fatal error: Class 'XmlDomNode' not found in /var/www/webmail/mini-webmail.php on line 215
|
|
|
I'm already using ver 6.0.1
Tnx
|
Back to Top |
|
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 15 February 2011 at 1:33am | IP Logged
|
|
|
More info:
The message error above is displayed when the message have an attachment.
If i try to open a message without attach, a window is open with "loading..." and nothing else.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 February 2011 at 2:24am | IP Logged
|
|
|
Thank you. That's a known issue, upcoming release 6.0.2 includes a fix for it already. To fix this
in the version you currently use, remove line 214 from mini-webmail.php file:
Code:
$_attachmentsNode = new XmlDomNode('attachments'); |
|
|
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 15 February 2011 at 2:55am | IP Logged
|
|
|
Thank Igor. Ok! I removed the line and the message no longer appears.
But now if the message have or don't have attachments, is displayes an empty window with message "Loading..." at the top of the screen. Nothing else.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 February 2011 at 3:23am | IP Logged
|
|
|
Been unable to reproduce this. Make sure you have removed the proper line. It's 215 btw, not 214.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 15 February 2011 at 5:31am | IP Logged
|
|
|
I have removed this line:
Code:
$_attachmentsNode = new XmlDomNode('attachments');
|
|
|
If, for example, i do double click on one email, the browser open a new window with this address:
Code:
http://192.168.2.196/webmail/mini-webmail.php?open_mode=view &msg_id=20513&msg_uid=f43786bd961b4150&folder_id=1&folder_fu ll_name=Inbox&charset=-1&mode=263&size=13461
|
|
|
The new window is empty (white) with message "Loading..." at the of the screen.
I don't have any errors in my apache and PHP server log.
In version 5, if i remember, the program showed mails body into the some window. Now open a new window. Truly i never use this function but if i want print mail it is the only way. Right?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 February 2011 at 5:39am | IP Logged
|
|
|
Actually, it's not the only way: if you are using new three-pane layout, you'll have Print button on top
of preview pane, otherwise Print button is there in main toolbar of WebMail Pro. In both the cases,
you'll just need to select a message in preview pane and then hit the Print button.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
udgd66 Valued Community Member
Joined: 06 December 2010 Location: Italy
Online Status: Offline Posts: 98
|
Posted: 15 February 2011 at 8:07am | IP Logged
|
|
|
Sometimes i have some sliced ham in my eyes
In effect:
if i do dobule click to the mail i see this window (empty)
Code:
http://192.168.2.196/webmail/mini-webmail.php?open_mode=view &msg_id=20513&msg_uid=f43786bd961b4150&folder_id=1&folder_fu ll_name=Inbox&charset=-1&mode=263&size=13461
|
|
|
if i click PRINT to the some mail i see this window with my text mail (perfect)
Code:
http://192.168.2.196/webmail/message-view.php?type=0&msg_id= 20513&msg_uid=f43786bd961b4150&folder_id=1&folder_fname=Inbo x&charset=-1
|
|
|
So:
mini-webmail.php: don't work
message-view.php: work
This is not very important for me, but i believe it hide a bug!
|
Back to Top |
|
|