Results 39 comments of Zuluru

It's unfortunately not quite that simple. I'm 99% of the way through a massive update that touches over 150 files, including the ones that would need to be edited for...

The bulk import is something that was written mainly for one client and not used again. It has not yet been updated in version 3. My current development copy has...

Very odd, I've never seen anything like this. The `phinxlog` table is created automatically by the Phinx migration tool, and should be managed entirely internally by that. My code doesn't...

Okay. I have another thing to investigate in the installation process this week, and will look into this at the same time.

Ran an installation from scratch today, and it worked fine. What version of PHP and MySQL are you running this on?

Ah, this may be the problem. Testing with PHP 7.x hasn't been done yet (on the schedule for the next month or so; the underlying framework is compatible with at...

I've checked in changes that get the majority of unit tests passing on PHP 7.2.16. (There are a couple issues reported in scheduling; it seems to work, but results are...

AWS RDS MySQL instances apparently don't enable all the default modes. When I do that, the installation still runs fine, but there are problems loading pages after logging in. Unrelated...

Apologies for the delay in responding. Am I understanding correctly that this is after the installation has been completed, you can login successfully, but when you go to edit the...

Well, that's unfortunate. :-( I'll have to try to think of a way to encapsulate it instead of extending, I guess. The class should probably be marked as `final`?