Rob Sanchez

Results 35 comments of Rob Sanchez

Do you have any plugins installed or is this just a blank installation?

Can you get me a more complete stack trace screenshot? I haven't tried this on homestead yet but hopefully I'll get a chance to soon.

It’s only guaranteed to work with Laravel 4/5. Unfortunately this library isn’t actively maintained. Would accept a PR to get update the laravel compat

This is a good idea, but I have to think about how to actually implement it.

I think what you're looking for is `left_join` instead of `join`

Can you try this? ``` where:exp_forms_entries.member_id="{member_id}" or_where[]="exp_forms_entries.fid_1010 = exp_forms_entries.fentry_id" ```

Maybe it's too early in the morning for me, but that query looks right. Or am I missing something?

I think `or_where[]="exp_forms_entries.fid_1010 IN (SELECT fentry_id from exp_forms_entries )"` would work.

What do you think about using a lib for getting human readable file size, like this one: https://github.com/coduo/php-humanizer