I am using koha 2.2.9 on windows xp..and When i click on parametrs->authorised value then cilck on add authorities value and aslo input data but no data is adding.....and there is New catagory option if i also add some data here no data is added...how can i solve that..please help me And i am taking help from that page"http://www.kohadocs.org/usersguide/ch01s03.html" but 3.2 option is not working....which is "Authorised Values" So please help me....
I am having a similar problem with Koha 3.0 on Vista. In some cases Parameters save correctly, in other cases they don't--e.g. I was able to add item types but not patron categories. In every case so far I have been able to get the data into the table using insert statements in MySQL from the command line, and then it seems usable, e.g., I could use the web interface to define issuing rules which relied on the troublesome patron categories. This would be rather tedious for defining lists authorised values so I'm hoping for a better solution as well. Betsy On Tue, Jul 8, 2008 at 10:30 AM, Morium Morshed <morium_morshed@yahoo.com> wrote:
I am using koha 2.2.9 on windows xp..and When i click on parametrs->authorised value then cilck on add authorities value and aslo input data but no data is adding.....and there is New catagory option if i also add some data here no data is added
I am having a similar problem with Koha 3.0 on Vista. In some cases Parameters save correctly, in other cases they don't--e.g. I was able to add item types but not patron categories. In every case so far I have been able to get the data into the table using insert statements in MySQL from the command line, and then it seems usable, e.g., I could use the web interface to define issuing rules which relied on the troublesome patron categories. This would be rather tedious for defining lists authorised values so I'm hoping for a better solution as well. Did I hear correctly that you have installed Koha 3.0 on Vista? Or is it just
On Tue, Jul 8, 2008 at 3:38 PM, Betsy Law <betsy.law@gmail.com> wrote: that you're accessing it from a Vista workstation? If you have, indeed, installed on Vista, please tell us how so we can add it to the docs ;-) Cheers, -- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
Just a Vista desktop, for local use only. I didn't have to do anything outside of Rob Weir's basic instructions to install on Vista. The only wrinkles were: Used this workaround <http://article.gmane.org/gmane.comp.misc.koha/6883> to avoid needing WinMySqlAdmin. Had to make sure that IIS was uninstalled, not just stopped, before installing Apache. I have not tried Koha on IIS yet. Other than that, the install was smooth and quick...unlike my attempts on Ubuntu, which have been dragging on for a month. --Betsy On Tue, Jul 8, 2008 at 12:55 PM, Joshua Ferraro <jmf@liblime.com> wrote:
Did I hear correctly that you have installed Koha 3.0 on Vista? Or is it just that you're accessing it from a Vista workstation? If you have, indeed, installed on Vista, please tell us how so we can add it to the docs ;-)
Cheers,
-- Joshua Ferraro SUPPORT FOR OPEN-SOURCE SOFTWARE CEO migration, training, maintenance, support LibLime Featuring Koha Open-Source ILS jmf@liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS
By the way, this may help in diagnosing the problem: while I cannot add values to some tables (e.g. authorised_values) through the web interface, once I insert values using mysql I CAN delete those values through the web interface. So I do have permission to alter th table in Koha, even though new values will not save. --Betsy On Tue, Jul 8, 2008 at 12:38 PM, Betsy Law <betsy.law@gmail.com> wrote:
I am having a similar problem with Koha 3.0 on Vista. In some cases Parameters save correctly, in other cases they don't--e.g. I was able to add item types but not patron categories. In every case so far I have been able to get the data into the table using insert statements in MySQL from the command line, and then it seems usable, e.g., I could use the web interface to define issuing rules which relied on the troublesome patron categories. This would be rather tedious for defining lists authorised values so I'm hoping for a better solution as well.
Betsy
On Tue, Jul 8, 2008 at 10:30 AM, Morium Morshed <morium_morshed@yahoo.com> wrote:
I am using koha 2.2.9 on windows xp..and When i click on parametrs->authorised value then cilck on add authorities value and aslo input data but no data is adding.....and there is New catagory option if i also add some data here no data is added
For the record, using MySQL 4 instead of MySQL 5 seems to take care of this. The incorrect values appear to be set as defaults in the database setup, and MySQL 4 can deal with a default value in an auto-incremented field. That isn't allowed in MySQL 5. So, does anyone know whether the default values are truly necessary? --Betsy
On Tue, Jul 8, 2008 at 10:30 AM, Morium Morshed <morium_morshed@yahoo.com> wrote:
I am using koha 2.2.9 on windows xp..and When i click on parametrs->authorised value then cilck on add authorities value and aslo input data but no data is adding.....and there is New catagory option if i also add some data here no data is added
participants (3)
-
Betsy Law -
Joshua Ferraro -
Morium Morshed