Question
SO: error: SharedObject.NoAccess
I get this error when I call get("soName", master_app_on_this_server);
my_so.onStatus: error; SharedObject.NoAccess
//Notes: master app is just a copy of live, for now, to provide a way for this app to access a global rooms list (see my other recent posts about why I'm trying this way -- other ways didn't work).
What are the solutions to this error?
Thanks!
