> I installed change_passwd 4.0 It required the compatability plugin, > which required me to upgrade Squirrelmail (now at 1.4.6-1) When I try > to use change_passwd, I get: > > Warning: Failed opening '../src/validate.php' for inclusion > (include_path='.:/usr/share/pear') in > /usr/share/squirrelmail/plugins/change_passwd/options.php on line 39 > > Fatal error: Call to undefined function: sqgetglobalvar() in > /usr/share/squirrelmail/plugins/compatibility/functions.php on line 82 > > > For the first error, I tried editing options.php to say > ../../include/validate.php instead (which exists), but that didn't fix > the error. I have no clue about the second error :-)
change_passwd 4.0 plugin requires compatibility v.1.x plugin. Downgrade your compatibility plugin version to 1.3 and remove compatibility plugin line from functions/strings.php. http://www.squirrelmail.org/wiki/CompatibilityDependencies If you need newer compatibility plugin version for empty_folders or multilogin, update change_passwd plugin. P.S. In most of the cases change_pass (http://www.squirrelmail.org/plugin_view.php?id=21) plugin can be used instead of change_passwd. -- Tomas ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- 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=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
