Author Topic: 0.1.1 attachment issue  (Read 5914 times)

Offline daniel_rodriguez

  • Newbie
  • *
  • Posts: 1
0.1.1 attachment issue
« on: July 29, 2008, 08:42:19 AM »
I'm using preview pane activated and there's an annoying problem when an attachment is clicked. New window is open and file attachment is shown as a huge list of code. Is there any way to avoid this behavior and just send attached file to the user?

regards

Offline dc2698

  • Newbie
  • *
  • Posts: 6
exact problem
« Reply #1 on: August 04, 2008, 07:20:17 AM »
Hi I am encountering the exact problem you have!  I am using 0.1 stable.  And it doesn't matter if the preview panel is on or off.  I am thinking about the get.inc file has something wrong with the attachment download procedure.......but couldn't anything useful yet.........hope some experts can help me/us out!

Offline Potassic

  • Newbie
  • *
  • Posts: 1
empty lines outside <?php & ?>
« Reply #2 on: August 04, 2008, 12:11:59 PM »
I suggest that you look for empty lines that are not enclosed by "" in php files, especially in the main.inc.php & db.inc.php files that are created by your good self. These empty lines will force php to flush http header to client and rendering the header() calls in get.inc not working. Hence, the http content-type can never be set and is always text/html.

Offline rvn2k

  • Newbie
  • *
  • Posts: 1
0.1.1 attachment issue
« Reply #3 on: August 17, 2008, 01:34:54 AM »
Any other idea to fix this? I checked my .php files and they don't have any empty spaces

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
0.1.1 attachment issue
« Reply #4 on: August 17, 2008, 04:55:23 AM »
It could be a problem with the detection of what type of attachment it is check this http://www.roundcubeforum.net/showpost.php?p=13203&postcount=3
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline dbucher

  • Jr. Member
  • **
  • Posts: 15
Attachements limited / truncated to 8k ???
« Reply #5 on: August 19, 2008, 11:50:45 AM »
(sorry wrong thread)
« Last Edit: August 19, 2008, 11:51:14 AM by dbucher »