Search found 240 matches

by GregS
Tue Mar 22, 2016 9:50 pm
Forum: Zuluru 1 Installation
Topic: How to use in most of the world
Replies: 13
Views: 73822

Re: How to use in most of the world

I haven't tried with Cake 1.3.20, but I expect that it should work there, as I don't believe they've made any incompatible changes. I've been working for a while now on upgrading to CakePHP 3 (3.2 now), but with the size of the application and the number of backward-incompatible changes they have ma...
by GregS
Tue Mar 22, 2016 9:21 pm
Forum: Zuluru 1 Installation
Topic: How to use in most of the world
Replies: 13
Views: 73822

Re: How to use in most of the world

Strange, I've tested the changes here, and it works okay for me. Let's see what we can do to fix this for you. First question is always whether you have debug set to 2 in config/core.php. It's possible that there are PHP warnings or errors being hidden from you if this is set to 0; if you're using a...
by GregS
Wed Aug 26, 2015 9:47 pm
Forum: Zuluru 1 Installation
Topic: Crash on Upload Photo
Replies: 5
Views: 28233

Re: Crash on Upload Photo

Excellent! I'll have to look into why the photo upload feature was enabled without GD support being present, but that's a low priority thing.
by GregS
Wed Aug 26, 2015 1:37 pm
Forum: Zuluru 1 Installation
Topic: Crash on Upload Photo
Replies: 5
Views: 28233

Re: Crash on Upload Photo

What output do you get from running "php -i | grep GD" at the command line?
by GregS
Tue Aug 25, 2015 1:00 pm
Forum: Zuluru 1 Installation
Topic: Crash on Upload Photo
Replies: 5
Views: 28233

Re: Crash on Upload Photo

What version of PHP are you running on? That function is in the GD library, which I thought Zuluru checked for before allowing photo uploads to be enabled, but the manual for that function indicates that support might vary even if GD is installed.
by GregS
Tue Aug 25, 2015 12:57 pm
Forum: Zuluru 1 Installation
Topic: PostgreSQL Database Support
Replies: 5
Views: 26689

Re: PostgreSQL Database Support

Being open source, I work on the new version when I find the time, but the schedule depends somewhat on what other projects I take on to pay the bills. I am hoping for an initial release in October, but November is probably more realistic. I think I'm about half way done right now, but there's still...
by GregS
Tue Aug 25, 2015 12:12 am
Forum: Zuluru 1 Installation
Topic: PostgreSQL Database Support
Replies: 5
Views: 26689

Re: PostgreSQL Database Support

The index names are never used anywhere in the code, so they can be changed to anything that works. They have the names they have for internal consistency, and because they have to have *some* name. The admin password should be hashed in the database using the randomly-generated salt written into th...
by GregS
Mon Aug 24, 2015 11:26 pm
Forum: Zuluru 1 Installation
Topic: PostgreSQL Database Support
Replies: 5
Views: 26689

Re: PostgreSQL Database Support

Zuluru has never been tested with anything but MySQL. The CakePHP framework ostensibly supports it, but I don't know to what level. Having worked with CakePHP and MS-SQL together on unrelated projects, I know that it's not nearly as well supported as MySQL is in the schema management area, so Postgr...
by GregS
Sun Jun 28, 2015 12:26 pm
Forum: Administration
Topic: Error with CRON
Replies: 6
Views: 32749

Re: Error with CRON

Good progress on sorting this out! The debug and error logs are in zuluru/tmp/logs. My guess, based on which ones are failing, is that there's maybe something wrong with your data import, either in the games table or one of its relations.
by GregS
Thu Jun 25, 2015 11:57 am
Forum: Administration
Topic: Error with CRON
Replies: 6
Views: 32749

Re: Error with CRON

I'll start with the easy part. Yes, this is the thing that will send out attendance reminders, as well as other regularly-scheduled system emails. Most (all?) other leagues have this run just once a day. My recommendation is to have it go at 1pm, on the theory that people just coming back from lunch...