[imp] Warning messages with IMP 4.1 [one SOLVED]

Herve Ballans ballans at lps.u-psud.fr
Fri Mar 10 01:27:43 PST 2006


Jan Schneider wrote:
> Zitat von Herve Ballans <ballans at lps.u-psud.fr>:
>
>   
>> Re-Hello,
>>
>> in reading the list, I found a solution for the second problem (3
>> warning appears when I read a mail like allow_view_source...).
>> In fact, althought I have a POP server, I check YES to the "Should we
>> allow users to use folders at all?".
>>
>> But I have always the first warning message that apperas at the login page :
>>
>> *Notice*: Undefined index: change_folders in
>> */var/www/horde/imp/templates/login/login.inc* on line *199
>>
>> Any suggestions ?
>>     
>
> You didn't update your configuration.
>
>
> Jan.
>
>   
I was well updated my configuration.
The solution that I found in order to solve the problem (! not a very
beautiful solution !) is to comment lines about the change_folders
function in the login.inc file.
As I am only one mail server and that my configuration is POP, I assume
that there is no problem with that ?? But maybe I'm wrong...

<!--
<?php if ($conf['server']['change_folders'] &&
$conf['server']['server_list'] == 'none'): ?>
<tr>
    <td align="right" class="light"><b><?php echo _("Folder Prefix")
?></b></td>
    <td align="left"><input type="text" tabindex="<?php echo $tabindex++
?>" name="folders" value="<?php echo Util::getFormData('folders',
$folders_value) ?>" /></td>
</tr>
<?php else: ?>
<tr>
    <td colspan="2"><input type="hidden" name="folders" value="<?php
echo $folders_value ?>" /></td>
</tr>
<?php endif; ?>
-->

Herve




More information about the imp mailing list