Sunny Side Up
Sunny Side Up

I put in a random die statement to see where it would crash after 100,000 loops .... SQLSelect.php ``` php private static $_count_count = 0; /** * Returns the current...
 We are using SS4.1.1 AFAIK and 2.x-dev
Hi This looks like a great module. I tried: `composer global require sminnee/composer-diff:dev-master` but got the following error. Just posting this in case others have the same issue. ``` txt...
Hi, This is what I run on ububtu 22.04 / php 8.2: ```shell git clone https://github.com/NoiseByNorthwest/php-spx.git cd php-spx git checkout release/latest phpize ./configure make sudo make install ``` Then I...
VARIOUS
Thank you for the fantastic module. I just wanted to let you know that we have written (under construction), an upgrade script from SS3 to SS4: - https://github.com/sunnysideup/silverstripe-migration-task/blob/master/_config/config.yml - https://github.com/sunnysideup/silverstripe-migration-task/blob/master/src/Tasks/FixSheaDawsonLink.php
 If you unclick the "header row" tickbox, then the import stops working (rows are imported, but fields are empty) ... I noticed a key => value mixup noted in...