Robert Heller
Forum Replies Created
-
Forum: Plugins
In reply to: [WebLibrarian] Can’t add anythingI just pushed an update that fixes one PHP 7.0 problem. Does updating the plugin fix things?
Forum: Plugins
In reply to: [WebLibrarian] Edit patron IDRe: problems adding patron info with non-USA style postal codes, etc.
You will have to hack the code.
Files (in the includes sub-directory):
database_code.php Low level database code
WEBLIB_Patrons_Admin.php Patron adminstration pagesForum: Plugins
In reply to: [WebLibrarian] Adding patrons does not workPlease don’t jump to other threads. It makes it hard to reply (I almost could not find your post).
You will have to hack the code.
Files:
database_code.php Low level database code
WEBLIB_Patrons_Admin.php Patron adminstration pagesForum: Plugins
In reply to: [WebLibrarian] Edit patron IDPlease read the section “Patron Management”, starting on page 7 of the User Manual. The *Librarian* needs to create the patrons *before* a patron can edit his or her own information.
Forum: Plugins
In reply to: [WebLibrarian] Edit patron IDWhat do you mean “could not Edit Patron info since page is empty”?
It sounds like it might be a PHP error. Can you have your hosting provider look through the Apache error log?
Forum: Plugins
In reply to: [WebLibrarian] Can’t add new book to collectionDid you ever get things working?
Forum: Plugins
In reply to: [WebLibrarian] “Goto Page” Button does not workAs I feared, it is a non-trivial bug fix. I am going to depreaciate the use of the actionurl as a workaround for WP’s default permalinks (/?page_id=nnn). I’m going to update the FAQ now.
Forum: Plugins
In reply to: [WebLibrarian] Link the Thumbnail-Image to an larger version?You’d need to hack the code for the short codes.
Forum: Plugins
In reply to: [WebLibrarian] “Goto Page” Button does not workOK, you are using the actionurl hack to get around the problem with WP default page URL (?page_id=) and the actionurl is not being propagated. This is probably a bug. I will have to look at it and don’t know if I will get it fixed quickly. The easy and fast workaround is to NOT use WP’s default page URL (?page_id=):
1) Change your site’s permalink settings: on the dashboard select Settings->permalinks, then select something other than the ‘default’.
Forum: Plugins
In reply to: [WebLibrarian] Can’t add anythingOK, it is probably PHP 7.0 — there is possibly PHP 5.3.3 (stock CentOS 6) code that is not working in PHP 7.0. Do you have access to the Apache error log? There will likely be error messages there that will tell us what code PHP 7.0 is not liking.
Forum: Plugins
In reply to: [WebLibrarian] Can’t add new book to collectionWhat operating system is running *on the server*?
What version of MySQL?
What version of PHP?Forum: Plugins
In reply to: [WebLibrarian] Can’t add anythingThis sounds like a broken install or something is broken with MySQL or PHP.
What Operating System is running *on the server*?
What version of MySQL?
What version of PHP?Forum: Plugins
In reply to: [WebLibrarian] Unable to create a user and assign a role>> Is weblibrarian compatible with a multisite installation?
I don’t know. It has not be tested in a multisite installation.
Forum: Plugins
In reply to: [WebLibrarian] Book checkout notifications?At present the answer to both of your questions is no.
The plugin was originally designed for use by a small town library where most of the activity would be in person at the library, so the need for hold notifications by E-Mail and remote registration were not really useful. *Most* patrons might not ever use the web interface at all.
Both options could be added easily enough, but I don’t have any plans of adding such features. The code is open source, so you are free to add these features (or to hire a programmer to add them).
Forum: Plugins
In reply to: [WebLibrarian] WordPress 4.7 compatibilityI believe it is compatible with WP 4.7. I am running it on my test site (library.deepsoft.com), which is a 4.7.1.
Why? Are you having a problem?