Omeka API Connection Troubleshooting

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!

It might be about the versions of Omeka that the sites are running, they might need to be upgraded to work with the Omeka Everywhere software.

Try a site that runs on Omeka 2.5.1

or this demo: http://omekaeverywheredemo.org/api

Although I can’t say exactly why it’s working with some sites and not others, I got it working with the site we need, which uses Omeka 2.4.1.

If I discover more about what makes the difference, I’ll post here.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.