Robert Mortimer wrote:
OK - More information

Installed Plugins
   1. delete_move_next
   2. squirrelspell
   3. newmail
   4. retrieveuserdata - Will get outbound addresses from LDAP
   5. calendar - Administrator configured

Calendar or Shared Calendar? This is an important distinction. Look for a version file in the calendar directory.

   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', '../');

Fatal error: retrieve_data(): Failed opening required
'../config/config.php' (include_path='.:/usr/share/pear') in
/usr/share/squirrelmail/plugins/retrieveuserdata/ldap.php on line 32

Amending to the actual path to config.php from ldap.php does not work.

Does anyone have any hints?

Rob


--

Open Guild, LLC
http://openguild.net/
Software.Systems.Solutions


-------------------------------------------------------
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