Dirk Völlger wrote: > Hello, > > I am using Squirrelmail 1.4.4 and installed the plugin > change_sqlpass-3.3-1.2.tar.gz and compatibility-2.0.4.tar.gz . First I > installed the compatibility Plugin including the patch, without > mentioning it in ./conf.pl . The I installed the change_sqlpass config > and edited its config so that the database can be read. When I now click > on change password in the frontend, I always get an: > > Call to undefined function: sqm_baseuri() > in /usr/share/squirrelmail/plugins/change_sqlpass/functions.php on line > 476 > > So i tried it with mentioning the compatability plugin in ./conf.pl and > always get directly after a login a > > > Fatal error: Call to undefined function: load_config() > in /usr/share/squirrelmail/plugins/change_sqlpass/functions.php on line > 326 > > This changepassword plugin is driving me crazy, i never managed to > install it, but I urgently have to! How can I remove the patch, wanted > to try that. Any other hints?
This is, probably, because you are using a database prefs backend. But, as seems all too frequent these days, no one reads and follows the posting guidelines before posting here, so I really can only guess. Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines Problem might go away if you deactivate compatibility in the configuration file, and try adding this to the top of change_sqlpass/functions.php: include_once(SM_PATH . 'functions/display_messages.php'); Please respond whether it works or not. -paul ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/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)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
