Search found 240 matches

by GregS
Fri Dec 13, 2013 2:22 am
Forum: Zuluru 1 Installation
Topic: Upgrade
Replies: 14
Views: 86975

Re: Upgrade

That's really bizarre. views/elements/notice.ctp should not be used at all for anything install-related. Can you take a look in the system log and see if the update page maybe generated a redirect to some other page? I can't think why it would do that, but I can't think of any other explanation righ...
by GregS
Thu Dec 12, 2013 6:15 pm
Forum: Zuluru 1 Installation
Topic: Upgrade
Replies: 14
Views: 86975

Re: Upgrade

Should be [zuluru_base]/install/install/update (two installs, plus update instead of upgrade), but other than that, you're bang on. I use this on a regular basis to keep all of my hosted sites in sync after any code changes.
by GregS
Thu Dec 12, 2013 5:10 pm
Forum: Development
Topic: Checkout error
Replies: 4
Views: 52756

Re: Edit Questionnaire

Looks like it's hitting an uncaught error, likely due to the PayPal parameters being missing. If you set debug to 2 in config/core.php, you'll get useful error messages.

The text of the offline payment notice is editable in Configuration -> Settings -> Registration, as is the refund policy.
by GregS
Thu Dec 12, 2013 3:16 pm
Forum: Development
Topic: Edit Questionnaire
Replies: 2
Views: 45741

Re: Edit Questionnaire

Looks like the recent update in the jQuery library has broken the autocomplete. The library has now been incorporated, with different semantics, in jQuery UI. I've just pushed a fix for this to Github, let me know if you still have problems with it after this.
by GregS
Tue Dec 10, 2013 7:24 pm
Forum: Development
Topic: Attendance oddity...
Replies: 6
Views: 75502

Re: Attendance oddity...

Well, I'm at a loss here. I imported your dump into my test database, and it displays the attendance for this team correctly, with a game on Oct 19 and only one on Nov 2. Any chance that I can get SSH access on your server, and an admin account, and debug in-place? Realize that this may be sticky be...
by GregS
Tue Dec 10, 2013 6:31 pm
Forum: Feature Requests
Topic: Scheduling games
Replies: 1
Views: 42358

Re: Scheduling games

That does make sense, and would probably be a good enhancement. On the other hand, it will only save you (the admin) a few minutes a couple of times a year, and you can accomplish what you want right now (aided by the fact that after adding slots it takes you back to the first page with all settings...
by GregS
Tue Dec 10, 2013 1:14 pm
Forum: Feature Requests
Topic: Youth League Support
Replies: 4
Views: 102594

Re: Youth League Support

Parents are just one type of non-player that might use the site, and for other types it could make sense for them to be creating teams and franchises. I'm working on the 1.7 series now, and the main focus of these revisions will be improving the parent/child "experience".
by GregS
Tue Dec 10, 2013 1:11 pm
Forum: Feature Requests
Topic: Coach of Youth Team
Replies: 1
Views: 42380

Re: Coach of Youth Team

I'll try to look into this today. It may be a very simple fix.
by GregS
Mon Dec 09, 2013 5:00 pm
Forum: Development
Topic: Attendance oddity...
Replies: 6
Views: 75502

Re: Attendance oddity...

I'd need at least the attendances table, but then I could only look at it manually in a text editor, which may or may not be illuminating. Including game_slots and games makes it more useful, but then I really need divisions (and hence leagues) as well, and fields (and hence facilities) perhaps make...
by GregS
Mon Dec 09, 2013 4:46 pm
Forum: Development
Topic: Attendance oddity...
Replies: 6
Views: 75502

Re: Attendance oddity...

That is odd! Any chance you can send me a dump of the database to look at? You didn't make any manual updates in the database that might have messed things up? Game tooltips come from views/games/tooltip.ctp, and are loaded on-the-fly by jQuery code created in views/elements/tooltips.ctp, interactin...