Alper

Results 6 comments of Alper

Hello, I am also facing with this issue, sometimes croppie returns blank image base64 ( if the type is png) or a black image base64 (if the type is jpeg)....

with aws-sdk-php 3.176.2 working with this config ```php $options['endpoint'] = 'http://localstack:4566'; $options['use_path_style_endpoint'] = true; ```

I am also having this issue ```2 changes patched. Checking patch for php5.6 with openssl 1.1.x patch. ===> Building... make >> '/Users/x/.phpbrew/build/php-7.4.2/build.log' 2>&1 Error: Make failed: The last 5 lines...

I could install with ```phpbrew install 7.4.2 +default +pdo +sqlite +soap +openssl="/usr/local/Cellar/openssl/1.0.2t" +mysql +zlib=/usr/local/opt/zlib``` ``` brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb brew switch openssl 1.0.2t ```

@tony-tran you can try with openssl 1.0.2t

Are you working on a fork ? You can simply open TeamController.php and find search() method then change the line sarting with $wikis with `$wikis = Team::find($team->id)->wikis()->where('name', 'like', '%' ....