Subject: Re: [Koha-devel] Problem modifying user with new installation
Joshua Ferraro <jferraro@athenscounty.lib.oh.us> wrote:
Hi Edward,
Hi Joshua,
I thought this problem was fixed already, but it looks like it's coming back :-) I wonder if it's bug 491...
I didn't notice a place to look up bugs before. However I just noticed the koha-bugs mailing list on sourceforge. I'll have to remember to check it in the future.
It would help us diagnose the problem better if we could see the error logs, which would give the location in the perl scripts/modules of the problem. The log to check in this case is koha-error_log. The log files should be in /usr/local/koha/log but if you can't find them there you can run a search:
find / -name koha-error_log -print
I just replicated the error and this is what is showing up in the koha-error_log that looks related: [Mon Dec 29 08:41:26 2003] [error] [client 127.0.0.1] autoMemberNum is 1, referer: http://127.0.0.1:8080/cgi-bin/koha/moremember.pl?bornum=1 Is there a setting for autoMemberNum that would be more appropriate? I'd like to keep the member numbers automated if possible. While I'm mentioning things in the error log, I'm also getting a number of entries that look like this: [Sun Dec 28 12:37:48 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/intranet/htdocs/images, referer: http://127.0.0.1:8080/cgi-bin/koha/admin/stopwords.pl [Mon Dec 29 08:40:58 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/intranet/htdocs/images, referer: http://127.0.0.1:8080/cgi-bin/koha/mainpage.pl I'm assuming that these are just because I didn't add images to replace the text across the top of the screen - so I'm not that worried about it. Should I be? I noticed a few other issues, but I'll save them until I get to check the bugs list. Edward
On Mon, Dec 29, 2003 at 09:05:48AM -0500, Edward M. Corrado wrote:
I didn't notice a place to look up bugs before. However I just noticed the koha-bugs mailing list on sourceforge. I'll have to remember to check it in the future. Also, there's a Koha bugzilla page here: http://bugs.koha.org (thought I'm afraid there's a bit of a learning curve to search it) Now you can add bugs as well :-) Joshua
Edward M. Corrado a écrit :
Joshua Ferraro <jferraro@athenscounty.lib.oh.us> wrote:
Hi Edward,
Hi Joshua,
I thought this problem was fixed already, but it looks like it's coming back :-) I wonder if it's bug 491...
No it is'nt. It is another bug. That has been fixed in CVS and should work fine in 2.0.0RC2 that will be released soon (no date yet. But in january for sure).
[Mon Dec 29 08:41:26 2003] [error] [client 127.0.0.1] autoMemberNum is 1, referer: http://127.0.0.1:8080/cgi-bin/koha/moremember.pl?bornum=1
Is there a setting for autoMemberNum that would be more appropriate? I'd like to keep the member numbers automated if possible.
This is a warning for developpers that can be removed (and that is removed in CVS iirc)
[Sun Dec 28 12:37:48 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/intranet/htdocs/images, referer: http://127.0.0.1:8080/cgi-bin/koha/admin/stopwords.pl [Mon Dec 29 08:40:58 2003] [error] [client 127.0.0.1] File does not exist: /usr/local/koha/intranet/htdocs/images, referer: http://127.0.0.1:8080/cgi-bin/koha/mainpage.pl
I'm assuming that these are just because I didn't add images to replace the text across the top of the screen - so I'm not that worried about it. Should I be?
yep, don't worry. But if you can understand where they occur, pls enter a bugzilla report. The mainpage.pl one has been solved anyway.
I noticed a few other issues, but I'll save them until I get to check the bugs list.
Feel free to do so, & welcome onboard :-) -- Paul POULAIN Consultant indépendant en logiciels libres responsable francophone de koha (SIGB libre http://www.koha-fr.org)
participants (3)
-
Edward M. Corrado -
Joshua Ferraro -
paul POULAIN