<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body>A new request with request id 11681 has been created by koha-devel-request@lists.koha-community.org. Short info on the request is : <br><br>Title : Koha-devel Digest, Vol 196, Issue 19<br>Category : <br>Description : <div>Send Koha-devel mailing list submissions to<br>    koha-devel@lists.koha-community.org<br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>    https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>or, via email, send a message with subject or body 'help' to<br>    koha-devel-request@lists.koha-community.org<br><br>You can reach the person managing the list at<br>    koha-devel-owner@lists.koha-community.org<br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Koha-devel digest..."<br><br><br>Today's Topics:<br><br>   1. Re: The vendor does not exist at serials/subscription-add.pl<br>      (Indranil Das Gupta)<br>   2. Re: The vendor does not exist at serials/subscription-add.pl<br>      (Londhe Amar)<br>   3. Re: The vendor does not exist at serials/subscription-add.pl<br>      (Jonathan Druart)<br>   4. Re: The vendor does not exist at serials/subscription-add.pl<br>      (Londhe Amar)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Thu, 24 Mar 2022 13:38:13 +0530<br>From: Indranil Das Gupta <indradg@l2c2.co.in><br>To: Londhe Amar <amar@ourlib.in><br>Cc: Koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] The vendor does not exist at<br>    serials/subscription-add.pl<br>Message-ID:<br>    <CAJ0y-Dcg12TJQ2537AEMFXLvsxG+0LnjBJ90ycTHXd9SgKohHw@mail.gmail.com><br>Content-Type: text/plain; charset="utf-8"<br><br>Hi,<br><br>The standard way to debug such errors in Koha are as follows<br><br>1) Completely clear browser cache and retry<br><br>2) If #1 does not work and error persists, check your browser console for<br>errors<br><br>3) If #2 does not show anything OR does not show anything that is relevant<br>to the error you are encountering, then tail the intranet-error.log and see<br>what is logged when the error occurs on the GUI. Typically, the log file<br>will show the actual Koha perl script or module which is throwing the error<br>along with the line number. Then one should open that file, go to that line<br>number and by reading the code figure out what is missing and cross check<br>against the data in the database.<br><br>thanks pretty much the basics of debugging Koha.<br><br>hope this helps<br>-- <br>Indranil Das Gupta<br>L2C2 Technologies<br><br>Phone : +91-98300-20971<br>WWW : http://www.l2c2.co.in<br>Blog    : http://blog.l2c2.co.in<br>IRC     : indradg on irc://irc.freenode.net<br>Twitter : indradg<br><br><br>On Thu, 24 Mar 2022 at 13:29, Londhe Amar <amar@ourlib.in> wrote:<br><br>><br>><br>> Home › Serials › New subscription<br>> Unable to add new subscription in koha.<br>><br>> vendor is available in koha,<br>> I am able to search for a vendor on the subscription edit form at<br>> serials/subscription-add.pl, but when i select vendor and biblio and<br>> click on next button it shows " The vendor does not exist " alert.<br>><br>> I have upgraded koha version 19.11 to 20.11.06.<br>><br>><br>> Is there anything else I might want to examine that could be causing the<br>> problem?<br>><br>><br>> --<br>> Thanks and Regards,<br>> Londhe Amar<br>> Software developer_______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br>><br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220324/a6da87d2/attachment-0001.htm><br><br>------------------------------<br><br>Message: 2<br>Date: Thu, 24 Mar 2022 13:51:05 +0530<br>From: Londhe Amar <amar@ourlib.in><br>To: Indranil Das Gupta <indradg@l2c2.co.in><br>Cc: Koha-devel <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] The vendor does not exist at<br>    serials/subscription-add.pl<br>Message-ID: <5af43ac3-b565-091c-9c9b-22181733e6f8@ourlib.in><br>Content-Type: text/plain; charset="utf-8"; Format="flowed"<br><br>Hello,<br><br>Thanks for quick response.<br><br>I have tried all sorts of ways to identify the problem.<br><br>1) Tried to clear browser cache,<br><br>2) Tail log file: There is nothing in the log file.<br><br>3) The browser console is clean, no errors appear.<br><br><br>-- <br>Thanks and Regards,<br>Londhe Amar<br>Software developer<br><br><br>On 24/03/22 1:38 pm, Indranil Das Gupta wrote:<br>> Hi,<br>><br>> The standard way to debug such errors in Koha are as follows<br>><br>> 1) Completely clear browser cache and retry<br>><br>> 2) If #1 does not work and error persists, check your browser console <br>> for errors<br>><br>> 3) If #2 does not show anything OR does not show anything that is <br>> relevant to the error you are encountering, then tail the <br>> intranet-error.log and see what is logged when the error occurs on the <br>> GUI. Typically, the log file will show the actual Koha perl script or <br>> module which is throwing the error along with the line number. Then <br>> one should open that file, go to that line number and by reading the <br>> code figure out what is missing and cross check against the data in <br>> the database.<br>><br>> thanks pretty much the basics of debugging Koha.<br>><br>> hope this helps<br>> -- <br>> Indranil Das Gupta<br>> L2C2 Technologies<br>><br>> Phone : +91-98300-20971<br>> WWW : http://www.l2c2.co.in<br>> Blog    : http://blog.l2c2.co.in<br>> IRC     : indradg on irc://irc.freenode.net <http://irc.freenode.net><br>> Twitter : indradg<br>><br>><br>> On Thu, 24 Mar 2022 at 13:29, Londhe Amar <amar@ourlib.in> wrote:<br>><br>><br>><br>>     Home › Serials › New subscription<br>>     Unable to add new subscription in koha.<br>><br>>     vendor is available in koha,<br>>     I am able to search for a vendor on the subscription edit form at<br>>     serials/subscription-add.pl <http://subscription-add.pl>, but when<br>>     i select vendor and biblio and<br>>     click on next button it shows " The vendor does not exist " alert.<br>><br>>     I have upgraded koha version 19.11 to 20.11.06.<br>><br>><br>>     Is there anything else I might want to examine that could be<br>>     causing the<br>>     problem?<br>><br>><br>>     -- <br>>     Thanks and Regards,<br>>     Londhe Amar<br>>     Software developer_______________________________________________<br>>     Koha-devel mailing list<br>>     Koha-devel@lists.koha-community.org<br>>     https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>>     website : https://www.koha-community.org/<br>>     git : https://git.koha-community.org/<br>>     bugs : https://bugs.koha-community.org/<br>><br>-- <br>Thanks and Regards,<br>Londhe Amar<br>Software Developer<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <http://lists.koha-community.org/pipermail/koha-devel/attachments/20220324/2ba95676/attachment-0001.htm><br><br>------------------------------<br><br>Message: 3<br>Date: Thu, 24 Mar 2022 10:33:48 +0100<br>From: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>To: Londhe Amar <amar@ourlib.in><br>Cc: Indranil Das Gupta <indradg@l2c2.co.in>, Koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] The vendor does not exist at<br>    serials/subscription-add.pl<br>Message-ID:<br>    <CAJzKNY4gm207idt3+48=CpF9==vWbGS70-VhdHX4aesOMycnJw@mail.gmail.com><br>Content-Type: text/plain; charset="UTF-8"<br><br>Try /var/log/koha/$KOHA_INSTANCE/plack-error.log<br><br>Or, watch them all with /var/log/koha/$KOHA_INSTANCE/*.log<br><br>Le jeu. 24 mars 2022 à 09:21, Londhe Amar <amar@ourlib.in> a écrit :<br>><br>> Hello,<br>><br>> Thanks for quick response.<br>><br>> I have tried all sorts of ways to identify the problem.<br>><br>> 1) Tried to clear browser cache,<br>><br>> 2) Tail log file: There is nothing in the log file.<br>><br>> 3) The browser console is clean, no errors appear.<br>><br>><br>> --<br>> Thanks and Regards,<br>> Londhe Amar<br>> Software developer<br>><br>><br>> On 24/03/22 1:38 pm, Indranil Das Gupta wrote:<br>><br>> Hi,<br>><br>> The standard way to debug such errors in Koha are as follows<br>><br>> 1) Completely clear browser cache and retry<br>><br>> 2) If #1 does not work and error persists, check your browser console for errors<br>><br>> 3) If #2 does not show anything OR does not show anything that is relevant to the error you are encountering, then tail the intranet-error.log and see what is logged when the error occurs on the GUI. Typically, the log file will show the actual Koha perl script or module which is throwing the error along with the line number. Then one should open that file, go to that line number and by reading the code figure out what is missing and cross check against the data in the database.<br>><br>> thanks pretty much the basics of debugging Koha.<br>><br>> hope this helps<br>> --<br>> Indranil Das Gupta<br>> L2C2 Technologies<br>><br>> Phone : +91-98300-20971<br>> WWW : http://www.l2c2.co.in<br>> Blog    : http://blog.l2c2.co.in<br>> IRC     : indradg on irc://irc.freenode.net<br>> Twitter : indradg<br>><br>><br>> On Thu, 24 Mar 2022 at 13:29, Londhe Amar <amar@ourlib.in> wrote:<br>>><br>>><br>>><br>>> Home › Serials › New subscription<br>>> Unable to add new subscription in koha.<br>>><br>>> vendor is available in koha,<br>>> I am able to search for a vendor on the subscription edit form at<br>>> serials/subscription-add.pl, but when i select vendor and biblio and<br>>> click on next button it shows " The vendor does not exist " alert.<br>>><br>>> I have upgraded koha version 19.11 to 20.11.06.<br>>><br>>><br>>> Is there anything else I might want to examine that could be causing the<br>>> problem?<br>>><br>>><br>>> --<br>>> Thanks and Regards,<br>>> Londhe Amar<br>>> Software developer_______________________________________________<br>>> Koha-devel mailing list<br>>> Koha-devel@lists.koha-community.org<br>>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>>> website : https://www.koha-community.org/<br>>> git : https://git.koha-community.org/<br>>> bugs : https://bugs.koha-community.org/<br>><br>> --<br>> Thanks and Regards,<br>> Londhe Amar<br>> Software Developer<br>><br>> _______________________________________________<br>> Koha-devel mailing list<br>> Koha-devel@lists.koha-community.org<br>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>> website : https://www.koha-community.org/<br>> git : https://git.koha-community.org/<br>> bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>Message: 4<br>Date: Thu, 24 Mar 2022 15:21:20 +0530<br>From: Londhe Amar <amar@ourlib.in><br>To: Jonathan Druart <jonathan.druart@bugs.koha-community.org><br>Cc: Indranil Das Gupta <indradg@l2c2.co.in>, Koha-devel<br>    <koha-devel@lists.koha-community.org><br>Subject: Re: [Koha-devel] The vendor does not exist at<br>    serials/subscription-add.pl<br>Message-ID: <293eb4cc-d8a7-1c8c-6012-425fbcaafae6@ourlib.in><br>Content-Type: text/plain; charset=UTF-8; format=flowed<br><br>Hello,<br><br>I have checked all log files also checked apache2 error log but nothing <br>is important in log file.<br><br>is there any other way to solve this issue. Please help me to solve.<br><br>***We have installed koha through the command line standard installation <br>process by downloading the tar.gz file, so we cannot use the koha <br>command. ie. Koha-common.<br><br><br>On 24/03/22 3:03 pm, Jonathan Druart wrote:<br>> Try /var/log/koha/$KOHA_INSTANCE/plack-error.log<br>><br>> Or, watch them all with /var/log/koha/$KOHA_INSTANCE/*.log<br>><br>> Le jeu. 24 mars 2022 à 09:21, Londhe Amar <amar@ourlib.in> a écrit :<br>>> Hello,<br>>><br>>> Thanks for quick response.<br>>><br>>> I have tried all sorts of ways to identify the problem.<br>>><br>>> 1) Tried to clear browser cache,<br>>><br>>> 2) Tail log file: There is nothing in the log file.<br>>><br>>> 3) The browser console is clean, no errors appear.<br>>><br>>><br>>> --<br>>> Thanks and Regards,<br>>> Londhe Amar<br>>> Software developer<br>>><br>>><br>>> On 24/03/22 1:38 pm, Indranil Das Gupta wrote:<br>>><br>>> Hi,<br>>><br>>> The standard way to debug such errors in Koha are as follows<br>>><br>>> 1) Completely clear browser cache and retry<br>>><br>>> 2) If #1 does not work and error persists, check your browser console for errors<br>>><br>>> 3) If #2 does not show anything OR does not show anything that is relevant to the error you are encountering, then tail the intranet-error.log and see what is logged when the error occurs on the GUI. Typically, the log file will show the actual Koha perl script or module which is throwing the error along with the line number. Then one should open that file, go to that line number and by reading the code figure out what is missing and cross check against the data in the database.<br>>><br>>> thanks pretty much the basics of debugging Koha.<br>>><br>>> hope this helps<br>>> --<br>>> Indranil Das Gupta<br>>> L2C2 Technologies<br>>><br>>> Phone : +91-98300-20971<br>>> WWW : http://www.l2c2.co.in<br>>> Blog    : http://blog.l2c2.co.in<br>>> IRC     : indradg on irc://irc.freenode.net<br>>> Twitter : indradg<br>>><br>>><br>>> On Thu, 24 Mar 2022 at 13:29, Londhe Amar <amar@ourlib.in> wrote:<br>>>><br>>>><br>>>> Home › Serials › New subscription<br>>>> Unable to add new subscription in koha.<br>>>><br>>>> vendor is available in koha,<br>>>> I am able to search for a vendor on the subscription edit form at<br>>>> serials/subscription-add.pl, but when i select vendor and biblio and<br>>>> click on next button it shows " The vendor does not exist " alert.<br>>>><br>>>> I have upgraded koha version 19.11 to 20.11.06.<br>>>><br>>>><br>>>> Is there anything else I might want to examine that could be causing the<br>>>> problem?<br>>>><br>>>><br>>>> --<br>>>> Thanks and Regards,<br>>>> Londhe Amar<br>>>> Software developer_______________________________________________<br>>>> Koha-devel mailing list<br>>>> Koha-devel@lists.koha-community.org<br>>>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>>>> website : https://www.koha-community.org/<br>>>> git : https://git.koha-community.org/<br>>>> bugs : https://bugs.koha-community.org/<br>>> --<br>>> Thanks and Regards,<br>>> Londhe Amar<br>>> Software Developer<br>>><br>>> _______________________________________________<br>>> Koha-devel mailing list<br>>> Koha-devel@lists.koha-community.org<br>>> https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>>> website : https://www.koha-community.org/<br>>> git : https://git.koha-community.org/<br>>> bugs : https://bugs.koha-community.org/<br><br>-- <br>Thanks and Regards,<br>Londhe Amar<br>Software Developer<br><br><br><br>------------------------------<br><br>Subject: Digest Footer<br><br>_______________________________________________<br>Koha-devel mailing list<br>Koha-devel@lists.koha-community.org<br>https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel<br>website : https://www.koha-community.org/<br>git : https://git.koha-community.org/<br>bugs : https://bugs.koha-community.org/<br><br><br>------------------------------<br><br>End of Koha-devel Digest, Vol 196, Issue 19<br>*******************************************<br></div><br><br>NOTE: You are receiving this mail because, the Requester/Technician wanted you to get notified on this request creation.<br></body></html>