Page 2 of 2

Re: How to use in most of the world

Posted: Thu Mar 31, 2016 6:38 pm
by dcrobertson01
Hi - sorry to be so long replying. My last post was a bit blunt - got handed a baby, so just hit send. Been meaning to get back to you, but Mum broke her Knee, so been a bit busy. Thank goodness New Zealand has a good, free public health system - although I don't enjoy the freedom to negotiate with insurance companies - so swings and roundabouts.

Anyway - no, I do not have Player selected. The only role I have selected is Administrator. If I do select Player, I don't get an opportunity to add the information anywhere.

De-selecting Administrator does not help me either.

<sigh>

Re: How to use in most of the world

Posted: Thu Mar 31, 2016 7:02 pm
by GregS
How strange. Sounds like some kind of JavaScript problem. If you can share the URL with me (email admin@zuluru.org if you don't want to post it publicly), I can take a look and see if there's something obvious going wrong.

Re: How to use in most of the world

Posted: Thu Mar 31, 2016 7:52 pm
by dcrobertson01
Doh! Well - that was the clue. In views/layouts/default.ctp, you have linked to

http://code.jquery.com/ui/1.10.3/themes ... ery-ui.css
http://code.jquery.com/jquery-1.10.2.js
http://code.jquery.com/ui/1.10.3/jquery-ui.js

I am running this on a https site with a self signed certificate. Changing the above links to https has fixed the immediate problem.

I will look, but I hope you have not linked elsewhere? And you should use the minimized versions for production :-)

Anyway - thanks for the help. I should have checked the Javascript console. Must be getting old.

Re: How to use in most of the world

Posted: Thu Mar 31, 2016 10:50 pm
by GregS
Yay, good to hear! There will be links to some of those resources in other files under views/layouts, you should check those too.

Let me know if you run into any other problems.