Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: gman on September 17, 2002, 05:23:50 PM
-
After I upgraded to IMP 3.1 (using Dan Browns 3 RPM's) on my 5.5 server with update 1 installed. I now have this problem, when you reply to a message, it no longer places the content of the past email in the reply ? It only will do it when you forward the email. The upgrade when great ! (thanks Dan), however this looks like a bug from within Horde/IMP ? Anyone else having this problem ?
G
-
Not a horde/IMP bug as such. Take a look at /home/httpd/html/horde/imp/config/prefs.php; you should see a section that looks like this:
// Should the original message be included?
$_prefs['reply_quote'] = array(
'value' => 1,
'locked' => false,
'shared' => false,
'type' => 'checkbox',
'desc' => _("Include original message in a reply?")
);
-
That part is not in the "prefs" at all. When I added it, I could not reply or forward anymore. It would try to "pop up" a window however the window would not be there. (it looked like it opened a new window - but none was on the screen)
Do I need to restart HTTPD after inserting this into the prefs file for this work ?
Again - Dan, THANKS !
G
-
Dan,
I went a head and placed this code into the prefs file (of course making a backup first) then just for kicks, went and rebooted my server and all is working now with the reply function.
Thanks for this fix ! I actually have this problem on another e-smith 5.5 I also upgraded to IMP 3.1 so now I can fix it also.
Again, thank ! If you are ever in Iowa, I will buy you a beer or coke.
G
-
Well.. Now, I have a totally different problem. The window of "compose, reply, reply to all" will not open up. I get a Java error on both servers. This can be fixed by rebooting the servers, however only after a few times of reading email the problem comes back.
I have searched in my error logs to see if anything stands out. But nothing that I would say contributes to this problem. I am going to try to reinstall the RMP's tomorrow morning to see if this fixes the problem. Will keep the list updated with the results.
Any suggestions from anyone would be appriciated.
G
-
I reinstalled the RPM's and all are working now on both servers.
Thanks for the help !
G