New issue 401 by st...@fullmeasure.co.uk: category browsers broken on
hosted demo
http://code.google.com/p/simal/issues/detail?id=401
http://registry.oss-watch.ac.uk/categoryBrowser
click on any category and you get an 'internal server error'
Why defunct? no reason give and surely not a dupe?
Comment #2 on issue 401 by ross.gardler: category browsers broken on hosted
demo
http://code.google.com/p/simal/issues/detail?id=401
Sorry Steve, that's too cryptic - what are you asking?
Ok some I need to a) improve my search skills and b) improve my memory
Soryy to waste time
Steve
Sent from my mobile
Comment #3 on issue 401 by ross.gardler: category browsers broken on hosted
demo
http://code.google.com/p/simal/issues/detail?id=401
(No comment was entered for this change.)
Comment #4 on issue 401 by sander.v...@gmail.com: category browsers broken
on hosted demo
http://code.google.com/p/simal/issues/detail?id=401
There was a problem with most of the category data (Note there are other
issues for category problems, eg. Issue 283, 413).
Querying the data on registry.oss-watch.ac.uk revealed that all the
categories that were broken had one simal:categoryId, for example :
<http://www.jisc.ac.uk/whatwedo/themes/access_management.aspx>
simal:categoryId "132246b7-6873-4708-96bc-0278780baa1c-per3648"
A few categories did work correctly, and these all had two
simal:categoryIds assigned, for example:
<http://jisc.ac.uk/programme#62>
simal:categoryId "132246b7-6873-4708-96bc-0278780baa1c-per3684"
<http://jisc.ac.uk/programme#62> simal:categoryId "per3684"
It turned out that the 'Internal error' was related to categories *not*
having a simal:categoryId of the form "per1234".
I fixed this by putting in a project that posted along all the categories
that were wrong and assigning them the correct simal:categoryId in the XML
I posted.
BTW, I like curl for this, I posted the attached file using this command:
curl -v -d
@LinkJISCProjects_xml.txt "http://registry.oss-watch.ac.uk/simal-rest/addProject"
Attachments:
LinkJISCProjects_xml.txt 7.9 KB