-
"Beta" may be too strong a word. It is work in progress, and it's in whatever state it was when I last was working on it.
My bet, though, is that you tried to use the install routine, which is not really working right now. If you look at the wiki on bitbucket, there's an SQL dump of a workable database -- that's probably the place to start. Also, take a look at Fred LaPlante's...
2009-08-10 04:54:20 UTC in OpenBiblio
-
Fixed in bitbucket by checking that the code only contains alphanumerics and underscores.
http://bitbucket.org/mstetson/obiblio/changeset/1a652c5f6a00/
Thanks for the report!
Micah.
2009-06-27 15:47:35 UTC in OpenBiblio
-
Fred says this upload is no good and he will make another one.
2009-06-15 19:30:20 UTC in OpenBiblio
-
Fred says this upload is no good and he will make another one.
2009-06-15 19:29:23 UTC in OpenBiblio
-
OpenBiblio is an easy to use, automated library system written in PHP containing OPAC, circulation, cataloging, and staff administration functionality. OpenBiblio library administration offers an intuitive interface with broad category tabs and sidebar
After fighting with a PHP session bug, I've finally been able to add a CAPTCHA to the wiki. I'm hoping this will stop the problem with wiki...
2009-04-05 02:34:14 UTC in OpenBiblio
-
mstetson added pbowers to the OpenBiblio project.
2008-11-25 20:56:28 UTC in OpenBiblio
-
That's great. Thanks!
Micah.
2008-04-26 17:52:34 UTC in OpenBiblio
-
mstetson committed patchset 4 of module CVSROOT to the OpenBiblio CVS repository, changing 1 files.
2008-04-19 18:00:18 UTC in OpenBiblio
-
Your database administrator needs to grant opacschool more privileges on the database. You need to be able to create temporary tables. A command like this should do the trick:
GRANT CREATE TEMPORARY TABLES ON my_opacschool.* TO 'opacschool'@'localhost';
Or, if you just want to grant all privileges on that database:
GRANT ALL ON my_opacschool.* TO 'opacschool'@'localhost';
Hope that...
2008-01-30 16:35:44 UTC in OpenBiblio
-
Thank you! This should help hold people over until Joe and I can polish up the new release.
2007-12-01 00:10:55 UTC in OpenBiblio