Vilius Šumskas

Results 145 comments of Vilius Šumskas

@OlgaMaciaszek , @spencergibb : do you need me to change anything in my pull request? I'm not sure if I did something wrong or this project is dead?

I know that it doesn't pass them. My question was different, is this a bug or this issue can be converted to feature request so that env. variables will be...

This should be fixed now.

@Ribero that is not an issue with TNTSearch plugin. The plugin uses a CLI from Grav so you should first try to find out why "/usr/bin/env php" doesn't return anything...

env is a part of coreutils on Linux systems. Grav CLI uses it to detect correct PHP version so you should try "runuser -u www-data bin/plugin tntsearch index" If you...

I'm not familiar with Grav's docker image, you should check with them. The image is probably missing coreutils.

Does running scheduler with "runuser -u www-data bin/plugin tntsearch index" work? (notice a difference from your command earlier) What does "runuser -u www-data /usr/bin/env php -v" return?

try `runuser -u www-data "/usr/bin/env php -v"` If `runuser -u www-data bin/plugin tntsearch index` works as expected I have no idea why it doesn't work for you because this is...