On Monday 20 February 2006 11:35, Wesley Scott wrote:
> Alex,
>
> After making the updates below, I got change_passwd working just fine.
>
> Sincerely,
> -wesley
------------------------
1.) [PATH_TO_SQUIRRELMAIL]/plugins/change_passwd/functions.php
Line 28 of this file is trying call a function that has changed names.
CHANGE:
compatibility_check_plugin_setup('change_passwd', array('config.php'));
TO:
check_plugin_setup('change_passwd', array('config.php'));
2.) [PATH_TO_SQUIRRELMAIL]/plugins/change_passwd/options.php
Line 39 of this file is trying to include a file from src instead of
include where validate.php actually lives.
CHANGE:
include_once ('../src/validate.php');
TO:
include_once ('../include/validate.php');
These two fixes were all I needed to get my installation back in
shape. I am running the following:
squirrelmail-1.4.5
compatibility-2.0.4
change_passwd-4-1.0-1.2.8
____________________
On Monday 20 February 2006 09:57, Jonathan Angliss wrote:
> Hi Alex,
>
> On Monday, February 20, 2006, Alex wrote:
> > On Monday 20 February 2006 00:10, Jonathan Angliss wrote:
> >> Hi Alex,
> >>
> >> On Sunday, February 19, 2006, Alex wrote:
> >> > Ouch! - I hope somebody can point me in the right direction for this .
> >> > . .
> >> >
> >> > The compatibility module and change password module were installed and
> >> > conf.pl said "OK" and so did src/configtest.php. However, now when
> >> > "Options" is selected on the mail page, I get a page with the
> >> > "folders" frame, the "menu" accros the top and the "Options" title -
> >> > but no content. Everything else appears to work . . .(I think)
> >>
> >> White page usually means PHP error. Try reading back over the users
> >> and plugins archive as I believe there has been some discussion
> >> recently about this particular plugin.
> >>
> >> Also, check your web server log files (both access, and error logs).
> >> If you do not see anything, check your php.ini file, and make sure
> >> error_reporting is enabled (try setting to E_ALL and restarting your
> >> web server). Also make sure display_errors is set to On (also restart
> >> your web server if you change this).
> >
> > This is probably it from the error log:
> >
> > PHP Fatal error: Call to undefined function()
> > in /usr/share/squirrelmail/plugins/change_passwd/functions.php on line
> > 28, referer: http://mail.avantel.ca/src/right_main.php
> >
> > Line 28 is a call to :
> >
> > compatibility_check_plugin_setup('change_passwd', array('config.php'));
> >
> > I Changed that to check_plugin_setup() as per the "README" and I get the
> > options OK but get the blank frame when I go to "Change Password". The
> > error log then provides this:
> >
> > main(../src/validate.php): failed to open stream: No such file or
> > directory in /usr/share/squirrelmail/plugins/change_passwd/options.php on
> > line 39, referer: http://mail.avantel.ca/src/options.php
>
> This is another issue. The plugin looks to have been written for the
> SquirrelMail 1.2.x series, while you are using SquirrelMail 1.4.x. The
> validate.php file has been relocated under the include/ directory and
> not the src/ directory. You might want to see if there are any
> updates.
>
> --
> Jonathan Angliss
> <[EMAIL PROTECTED]>
--
This message has been scanned for viruses and
dangerous content by Avantel Systems, and is
believed to be clean.
-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&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