We upgraded to subsplus 1.0 today at Millsaps College. The upgrade was successful, but we noticed one problem. Our subject guides are including our ezproxy URL (http://library.millsaps.edu/sp/subjects/guide.php?subject=Accounting ), but our A-Z list is not including the ezproxy URL (http://library.millsaps.edu/sp/subjects/databases.php?letter=E )
There may be a problem in the databases.php file, but I can’t find it. It looks like it has changed quite a bit in this version. Is anyone else having this problem?
Thanks,
MOLLY MCMANUS | Associate Librarian & Coordinator of Public Services | Millsaps~Wilson Library
601.974.1086 | molly....@millsaps.edu | 1701 North State Street Jackson, MS 39210
I'm not at work looking at the 1.0 files, but I see a problem in
sp/control/includes/classes/sp_DbHandler.php
Try putting this line right after global $IconPath;
global $proxyURL;
Does that fix it? If so, it's time for version 1.01, since that's a
kind of crucial bug . . . .
Andrew
> --
> You received this message because you are subscribed to the Google Groups
> "SubjectsPlus" group.
> To post to this group, send email to subjec...@googlegroups.com.
> To unsubscribe from this group, send email to
> subjectsplus...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/subjectsplus?hl=en.
>
Latest file here:
http://code.google.com/p/subjectsplus/downloads/list
but it just has that one tiny change.