Something I've seen recently is accidentally using a category name in sql where 
it should be a code, for instance setting a user's category code to Adult 
instead of AD (or whatever is appropriate in your db). If you run this sql in 
your database and one category code stands out that may help you track it down:

select count(borrowernumber), categorycode from borrowers group by 2;

Jason

-- 
Jason Boyer
Senior System Administrator
Equinox Open Library Initiative
jbo...@equinoxoli.org
+1 (877) Open-ILS (673-6457)
https://equinoxOLI.org/

> On Jun 11, 2024, at 1:40 PM, Scott Owen <so...@almaschools.net> wrote:
> 
> Hi All,
> 
> I just upgraded to Koha
> Koha version: 22.05.21.000
> and imported sql data from a older system  ( 20.05.15.001  )
> 
> The catalog looks fine, as well as my "Board" "Staff" and "Teacher"
> categories.
> 
> However, whenever I select my "Student" category, and try a search in the
> left leaving the "search" blank and just searching for the Student Category
> ,   I get a "Something went wrong loading the table   500 internal Server
> error"
> 
> Trying to browse by last names gives the same "500 internal Server error"
> error.
> 
> If I try typing in a last name, it seems to work, and will bring up a list
> of names.
> 
> I already tried exporting a 2nd DB dump and importing it clean...same issue.
> 
> Any idea where to start ??  It seems like the data is good, it seems like
> it's all there. but it's not being sorted / indexed correctly ?
> I tried looking in log files, but I really didn't see much .
> 
> -S
> _______________________________________________
> 
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to