Ken Jones wrote:
> On Tue, November 29, 2005 12:50, Paul Lesneiwski wrote:
>
>
>>Ken Jones wrote:
>>
>>
>>>On Tue, November 29, 2005 12:33, Paul Lesneiwski wrote:
>
>
>>>>Ken Jones wrote:
>>>>
>>>>
>>>>>I subscribe to the squirrelmail-users mailing list. [X] True -
>>>>>No need to CC me when replying [ ] False - Please CC me when
>>>>>replying
>>>>>
>>>>>This bug occurs when I ...
>>>>>
>>>>>... use a specific plugin/function The Plugin empty_folders
>>>>>
>>>>>The description of the bug: I receive the following error in my
>>>>>php error log: PHP Fatal error: Call to undefined function: load_config() in ./sm-test/plugins/empty_folders/functions.php
>>>>>on line 32
>>>>>
>>>>
>>>>Only bug here is that you didn't upgrade the compatibility plugin.
>>>>
>>>
>>>I am using compatibility-2.0.4.tar.gz After adding the following to
>>>plugins/empty_folders/functions.php,
>>>
>>>include_once(SM_PATH . 'plugins/compatibility/functions.php');
>>>
>>>it all works fine.
>>
>>If you had to do that, you probably didn't read the release notes and
>>run the new patch.
>
>
> By my understanding of the notes, for 1.5.0, there is a new left_main.php.
> But for 1.5.1, there is nothing .....
I am speaking of the compatibility plugin patch.
>>>I also upgraded to the latest CVS version of 1.5.1 and without adding
>>>the include, it failed.
>>
>>Nothing is guaranteed to work under 1.5.
>
> I realize this and accept it. It still works better and is more usefull to me that ms garbage ;)
> No complaints here !
Message list code has dramatically changed in 1.5.1 and empty_folders
plugin has not been coded against the newest 1.5.
- paul
|