Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] Circulation Statistics ErrorRight now, the Circulations Statisics don’t work properly. Something I need to work on…
Forum: Plugins
In reply to: [WebLibrarian] Ajax Error with AmazonWhere are there apostrophes in your input (which input fields). This sounds like a quoting bug somewhere in the input sanitizing code.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importOK, there was a bug in the barcode generation code — it was re-cycling used barcodes instead of createing new ones. The updated version fixes that problem.
Forum: Plugins
In reply to: [WebLibrarian] Authors – SubjectsThe only thing I can suggest it turning on history and form memory in firefox. Putting in *all* authors in the database in the author field as a dropdown could become combersome once the collection started to fill up with a large collection of items from a large number of authors.
Forum: Plugins
In reply to: [Download Monitor] How to "Upgrade" from v3.3.6.2 to v1.4.1OK, WP is not going to let me ‘upgrade’ from version the ‘legacy’ version 3.3.6.1 to the new 1.4.3 — that is it shows that “Download Monitor” is already installed and won’t give me an ‘Install Now’ link. I guess I have to deactivate and delete the old one first. Question: when I deactivate the download monitor, will it delete its database?
And where exactly is the documentation for the new shortcodes? Is the documentation only available *after* I install the replacement version.
Forum: Plugins
In reply to: [WebLibrarian] Ajax Error with AmazonSeveral things:
First, have you entered the correct Amazon credentials? You need the public and private keys, plus an associate’s id.
Additionally, I have some questions:
1) What O/S does your web hosting server run (Linux or MS-Windows)?
2) Is your WordPress install a single site install or a multi-site/networked install?
3) Which web browser are you using (Firefox, Chrome, Safari, or IE)? Under what operating system (MS-Windows, Linux, MacOSX, Android, or Ios)?There have been problems reported with MS-Windows as the web site hosting server. *I* don’t have any way of supporting this plugin with WordPress running on a MS-Windows server. There have also been problems with this plugin with WordPress running as a multi-site or networked installation (I don’t know what the problem there is, but I suspect it is some weirdness with users and roles in that environment or something).
Forum: Plugins
In reply to: [WebLibrarian] Faulty date formatThe date format checking is not localized. You need to enter the *English* month name.
Forum: Plugins
In reply to: [WebLibrarian] Collection Type PagesNo, I have been busy with more pressing things.
Forum: Plugins
In reply to: [WebLibrarian] Exporting whole collection as CSVI am not sure what the export CSV problem is, but yes it is probably due to a large database causing a timeout. Yes, it should be possible to download the database in ‘chunks’. I need to figure out how to implement selecting the chunks.
About the manual: yeah, there are bunch of minor little things that need updating. One of these days I will get to it. For now, it is not a critical problem.
Forum: Plugins
In reply to: [WebLibrarian] Authors – SubjectsWell, normally, *books* have authors and for things like CDs and DVDs most library systems consider the various creative people involved in Music/TV/Movies (performers / song writers / actors / directors / screen writers / etc.) as ‘authors’, and so would use the ‘Author’ field of a library cataloging system to hold the names of such people. I am not sure what you mean by “authorities”.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importOK, I found an actual bug: the bulk upload code was using some old (broken) code for generating new (unique) barcodes. The new release, 3.2.10, fixes the problem.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importI think what is happening is that somehow the barcode ‘counter’ is getting stuck somehow. Completely deleting the table and then re-creating it should cure this.
The code generates bar codes by finding the ‘highest value’ bar code and ‘incrementing’ it. Somehow either it is not finding the truely highest barcode or failing to properly increment it. This is something I have to look into deeply.
A long post, giving all of the details is always good — it helps with debugging the code. Often people post a ‘short’ message without any details and most of the time my ‘crystal ball’ does not provide the answers I need…
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importThe “SQL Executioner” plugin should let you do what you need to do.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importYou would need to enter a SQL statement like:
drop table wp_weblib_collection;using a plugin or tool that allows you to directly enter database statements.
Then log into the dashboard as an adminstrator and go to the WebLibrarian settings page (Settings->Web Librarian). The turn ON “Debug Database:”, then click on the “Make Database” button. And then turn OFF “Debug Database:”.
Forum: Plugins
In reply to: [WebLibrarian] Problem with bulk importIf instead I try to upload the same file (after deleting the collection) unticking the CSV header, the whole 250 are claimed inserted, but only 45 show up: what …
OK, since the first column is not really bar codes and you do in fact have column headers, deselecting ‘use column headers’ is going do ‘strange’ things.
Now, I understand that this happens because of the csv ticking – my question is, is this normal? …
It is possible that there is something odd happening here. Note that barcodes are limited to 16 ‘digits’ and auto generated barcode *should be* 16 digits in base 36 (0-9a-z), but if somehow it somehow gets ‘stuck’, there could be problems. And really that would be a bug that I would have to look into (and will sometime soon).
It is possible that with your repeated uploads and deletes, that there is something about the database that is confused. It might make sense to completely *drop* the collection table and have the plugin re-create it from scratch and thus start from a ‘clean slate’.