I’m working on an Omeka Everywhere installation using OmekaTable2.
The software works, and I can customize the look with the Settings file.
However, only some Omeka endpoints work while others either spin forever or crash the program. I cannot figure out what is causing the different reactions. Here’s a breakdown of what works and doesn’t:
// spins indefinitely
//var OMEKA_ENDPOINT = "http://marb.kennesaw.edu/identities/" //no enabled api test
//var OMEKA_ENDPOINT = "http://swroberts.ca/deargeraldine/" //api enabled
//crashes
//var OMEKA_ENDPOINT = "http://oe.develop.digitalmediauconn.org/"
//var OMEKA_ENDPOINT = "http://unpackingmanuels.com/" //api enabled
//works
//var OMEKA_ENDPOINT = "http://dev.omeka.org/mallcopy/"
//var OMEKA_ENDPOINT = "http://www.huapala.net/" //no heist support test
Any advice on testing or possible solutions much appreciated!