Search found 240 matches

by GregS
Tue Feb 19, 2019 8:12 pm
Forum: Development
Topic: New Payment Processor
Replies: 10
Views: 30358

Re: New Payment Processor

Let me know if you have any questions. One thing to look for is ensuring that it's a "hosted payment" type of API you integrate with. That is, you should send the person to the processor's site where they enter their credit card info, rather than collecting that on your server and sending ...
by GregS
Tue Feb 19, 2019 2:58 pm
Forum: Development
Topic: New Payment Processor
Replies: 10
Views: 30358

Re: New Payment Processor

I'm certainly happy to have contributions to the code. It should be fairly obvious from the existing processor modules what would need to be done. I can look into doing it myself, but I do have a couple of things on my plate to take care of before I'd be able to get to it.
by GregS
Thu Feb 07, 2019 3:04 pm
Forum: Theming
Topic: Custom Login / Registration Look & Feel
Replies: 5
Views: 20132

Re: Custom Login / Registration Look & Feel

Ah, interesting! I'm not sure off the top of my head how to do this. Plugins are excellent for replacing things, but not always so good for extending. What I should probably do is add a callback method that will be used when loading a theme plugin. You could then implement a callback that would regi...
by GregS
Tue Feb 05, 2019 6:42 pm
Forum: Theming
Topic: Custom Login / Registration Look & Feel
Replies: 5
Views: 20132

Re: Custom Login / Registration Look & Feel

There is a section about Themes in the readme, that should get you on the right path. If you run into specific issues, let me know.
by GregS
Mon Feb 04, 2019 12:58 pm
Forum: Administration
Topic: The requested address '/users/import' was not found...
Replies: 3
Views: 14720

Re: The requested address '/users/import' was not found...

Sure. I'll have an update that does that in the next day or two, just need to finish a couple other little things first.
by GregS
Fri Feb 01, 2019 1:44 am
Forum: Administration
Topic: The requested address '/users/import' was not found...
Replies: 3
Views: 14720

Re: The requested address '/users/import' was not found...

The bulk import feature of Zuluru was written for a particular client to initialize the database from their pre-existing list of members. Apart from that one instance, it was not, to my knowledge, ever used. Being considered low priority, therefore, it has not yet been re-implemented in Zuluru 3. I ...
by GregS
Sat Dec 29, 2018 9:55 pm
Forum: Zuluru 3 Installation
Topic: Help installing 3.1.1 - database driver not found
Replies: 6
Views: 121620

Re: Help installing 3.1.1 - database driver not found

Ah, this looks like another issue, which I haven't yet had a chance to get into. MySQL 5.7.5 and higher defaults to a strict mode of SQL operation, which it seems is not compatible with the queries that Cake generates by default. You can apparently work around it by putting sql_mode=NO_ZERO_IN_DATE,...
by GregS
Sat Dec 29, 2018 4:08 pm
Forum: Zuluru 3 Installation
Topic: Help installing 3.1.1 - database driver not found
Replies: 6
Views: 121620

Re: Help installing 3.1.1 - database driver not found

Does your copy of 3.1.1 date from before Dec 20? There was a fix put in that day that should resolve the AjaxMiddleware issue. If not, remember to re-run composer install after your git pull; it'll be a lot less updates this time around than the first time you ran it. :)
by GregS
Sat Dec 29, 2018 3:28 pm
Forum: Zuluru 3 Installation
Topic: Help installing 3.1.1 - database driver not found
Replies: 6
Views: 121620

Re: Help installing 3.1.1 - database driver not found

The first page you should go to in order to run the installation process and set up the database would be http://localhost:80/installer/install
by GregS
Fri Dec 21, 2018 10:26 pm
Forum: Zuluru 3 Installation
Topic: New Zuluru3 installation
Replies: 11
Views: 36730

Re: New Zuluru3 installation

I have now fixed issues with the installation process. A fresh pull from Github, composer install, and web-based install process all went through without a glitch.