Hello Paul Lesneiwski,
On Thursday, June 16, 2005, you wrote:

>>    6. calendar_sql_backend - Configured to local MySQL
>>    7. compatibility
>> 
>> When I goto calender I get the following:-
>> 
>> Warning: retrieve_data(../config/config.php): failed to open stream:
>> No such file or directory in
>> /usr/share/squirrelmail/plugins/retrieveuserdata/ldap.php on line 32

> This is probably a bug in that plugin.  Change the line in 
> retrieveuserdata/setup.php that looks like this:

>     define(SM_PATH,"../");

> To this:

>     if (!defined('SM_PATH')) define('SM_PATH', '../');

Shouldn't that be...

  if (!defined('SM_PATH')) define('SM_PATH', '../../');

Using ../ from the setup.php file (or in this case the error is in
ldap.php) would only take you to the plugins directory, which is why
there is an error.

-- 
Jonathan Angliss
<[EMAIL PROTECTED]>



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to