Search found 240 matches

by GregS
Mon Apr 11, 2016 12:18 am
Forum: Zuluru 1 Installation
Topic: You must select an affiliate that you are interested in.
Replies: 3
Views: 19094

Re: You must select an affiliate that you are interested in.

Have you enable the Affiliates feature? That's almost never needed; it's for big or geographically diverse organizations that run multiple largely-independent "affiliates". Alternately, do you have anything in the affiliates table? There should always be one record there even if the affili...
by GregS
Fri Apr 08, 2016 11:56 am
Forum: Administration
Topic: Last game date must be between last year and next year.
Replies: 2
Views: 17348

Re: Last game date must be between last year and next year.

You're adding leagues that don't start until 16 months from now? That's very unusual; most organizations set up things much closer to the current time, and the software is warning you about it.

Unless it's already 2017 in the Southern hemisphere? ;)
by GregS
Wed Apr 06, 2016 10:19 pm
Forum: General
Topic: Hello Everybody
Replies: 4
Views: 83060

Re: Hello Everybody

I think that your scheduling issue would neither be helped by enabling franchises, nor hindered by disabling them, as they currently stand. Though I suppose that, given only the name of the franchise, the scheduling person could use that to pull up the list of teams and use that to assist them in th...
by GregS
Wed Apr 06, 2016 7:26 pm
Forum: Administration
Topic: Importing from CSV
Replies: 3
Views: 17181

Re: Importing from CSV

I'll have to do some more reading and testing on this to sort it out, but I do know that the code as-is worked just fine for me when I wrote it. Bulk user import isn't a frequently-used feature, so it's possible that some standard (or, more likely, non-standard browser behaviour) has changed between...
by GregS
Wed Apr 06, 2016 12:15 am
Forum: Administration
Topic: Importing from CSV
Replies: 3
Views: 17181

Re: Importing from CSV

Does the file you're uploading actually have a .csv extension? (Any chance it's misspelled as .cvs?) Assuming that it is correctly named, controllers/users_controller.php at line 314 checks that the file "type" provided by the browser is "text/x-csv". It's possible that your brow...
by GregS
Mon Apr 04, 2016 11:03 am
Forum: General
Topic: Hello Everybody
Replies: 4
Views: 83060

Re: Hello Everybody

Welcome, Don! I'm much more of a technical guy and am not strong on the marketing side, but perhaps the angle you might take when talking to the league is how making it easier for the parents increased the number of teams they had participating? Franchises are a highly optional feature. They could b...
by GregS
Thu Mar 31, 2016 10:50 pm
Forum: Zuluru 1 Installation
Topic: How to use in most of the world
Replies: 13
Views: 65876

Re: How to use in most of the world

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.
by GregS
Thu Mar 31, 2016 7:02 pm
Forum: Zuluru 1 Installation
Topic: How to use in most of the world
Replies: 13
Views: 65876

Re: How to use in most of the world

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.
by GregS
Fri Mar 25, 2016 1:27 am
Forum: Zuluru 1 Installation
Topic: How to use in most of the world
Replies: 13
Views: 65876

Re: How to use in most of the world

Those are all fields that are required for players, but should not be for non-players. Am I correct that you do not have the "Player" box checked at the top of the page in the "Account Type" section? If you check that, these fields should show up, and if you fill them in you shou...
by GregS
Wed Mar 23, 2016 5:51 pm
Forum: Zuluru 1 Installation
Topic: How to use in most of the world
Replies: 13
Views: 65876

Re: How to use in most of the world

The fact that there are no inserts is a strong indication that it's validation that's failing somewhere, not a SQL error. I've added a few more pr()s in the code previously posted, though I wouldn't expect them to be the problem. Also included a little header message so that you can be sure that you...