Forum Replies Created

Viewing 15 replies - 331 through 345 (of 476 total)
  • Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Plugin Author Robert Heller

    (@robertpheller)

    Something is causing the php code to either crash or not send the proper XML. Please run the php code outside of the AJAX (JavaScript). This should provide some sort of error message or something, which should explain what is happening.

    As a random guess, there might be another plugin causing trouble or something weird in your server’s settings or something (like a bad version of PHP, MySql, Apache, etc.).

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Plugin Author Robert Heller

    (@robertpheller)

    It is supposed to update — that is how AJAX works :-). Can you try to run the UpdatePatronID.php URL with the conflicting plugin turned off? Something else seems to be broken. The conflicting plugin issue seems weird — there might be something else broken somewhere.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Plugin Author Robert Heller

    (@robertpheller)

    Please try this:

    In the location field of a web browser (not in any search field!) enter this URL:

    http://<your WP hostname>/wp-content/plugins/weblibrarian/UpdatePatronID.php

    (Replace <your WP hostname> with your actual WordPress host name.)

    And let me know what you get. You *should* get an XML response (it might ask you to login to your WP site) that looks like:

    <?xml version="1.0" ?><answer><userid></userid><patronid></patronid></answer>

    If you get something else (or any sort of error message), let me know.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Plugin Author Robert Heller

    (@robertpheller)

    OK, please try to find out what O/S the server is running, etc. This error *suggests* that the server is a Windows Server, possibly running IIS. That is a *bad* combination. Windows Server and IIS are strange beasts and have various issues.

    Forum: Plugins
    In reply to: [WebLibrarian] Ajax Error?
    Plugin Author Robert Heller

    (@robertpheller)

    What web browser are you using? What version? What desktop O/S?

    What operating system is your server running? What Version? What is your server running for a web server? What Version? What version of PHP? What version of MySQL? What version of WordPress? What version of the Web Librarian?

    I cannot replicate this error with my test site.

    Plugin Author Robert Heller

    (@robertpheller)

    Page 9 is *not* the last page! After the figures on pages 10 and 11, it continues on page 12!

    category This is the item’s category.
    media This is the item’s media.
    publisher This is the item’s publisher.
    publocation This is the item’s publisher’s location.
    pubdate This is the item’s publish date.
    edition This is the item’s edition.
    isbn This is the item’s ISBN.
    type This is the item’s type. It is required.
    thumburl This is the item’s thumbnail URL.
    keywords This is the item’s keywords (as a quoted, comma separated list).

    Plugin Author Robert Heller

    (@robertpheller)

    Yes, type IS one of the fields. See Page 12 of the user manual (and the contexual help as well).

    Plugin Author Robert Heller

    (@robertpheller)

    You can use the Amazon feature to populate fields in the item edit screen, either for NEW items (Add New button) or EXISTING items (edit link). You can replace all of the fields, using the ‘Insert item’ button OR you can use the ‘Lookup Item’ button and then *selectively* replace or insert data from Amazon. Whatever works for what you need to do.

    Plugin Author Robert Heller

    (@robertpheller)

    The “librarian” role has privs to access the user information. Also, the plugin will include E-Mail links when showing Patron circulation records (items a patron has checked out or holds on).

    Plugin Author Robert Heller

    (@robertpheller)

    WordPress already associates an E-Mail address with *users*. In order for a *patron* to do things like place holds on items (from the front end), they need a *WordPress* user login (eg created by the normal, built-in, WordPress user registration process). Once the *patron* has a user login (it need only be as a ‘subscriber’), that *user* login can be associated with a *Patron* id. I saw no point in duplicating information, which would be a problem keeping syncronized.

    One of the points of having a plugin like this is to leverage some of WordPress’s existing features and functionallity. This includes the front-end web interface, which allows patrons to search the library’s catalog and place holds. Using WordPress’s user login feature, this also gives users/patrons limited ‘back end’ access for things like checking on due/overdue items, self-renew items, and check on the status of items on hold. And BTW, gives the Librarian access to the user/patron’s E-Mail address. Oh, and the user/patron can self-maintain personal information, like address and phone number.

    Plugin Author Robert Heller

    (@robertpheller)

    Re-installing won’t fix it, unless you manually delete the database tables.

    Plugin Author Robert Heller

    (@robertpheller)

    Once you have inserted a type, you can only change its loan period. You will have to add a new type (properly spelled!). At present, there isn’t anything you can go about existing types. (Deleting and/or editing type names can cause database consistency issues, unless I go though the collection database and update things when types are edited or deleted — requires some non-trivial coding to do that properly.)

    Forum: Plugins
    In reply to: [WebLibrarian] CVS File
    Plugin Author Robert Heller

    (@robertpheller)

    You need to select the “use CSV Header” checkbox, unless your CSV file has no headers and has the data in the proper order.

    I know nothing about Excel (I have never used it) and have no idea how to get Excel to treat an ISBN (a string of digits) as a string and not as a number. I would say Excel is really the wrong tool — *I* would never use a spreadsheet for this purposes — I would create the CSV file using a plain text editor (Micro Emacs would be my personal choice).

    Plugin Author Robert Heller

    (@robertpheller)

    Yes, that is what is does. It is a little funky — I am using a MySQL type of ‘date’, which implies a full date, with month and day of month, even though publication dates often lack a day of month and sometimes lack even a month.

    Plugin Author Robert Heller

    (@robertpheller)

    Can you give more information? You are logged in as a Librarian, right?
    It is not possible to *delete* collection types, and you can only edit the loan period for a collection type.

Viewing 15 replies - 331 through 345 (of 476 total)