Hackmastr

Results 6 issues of Hackmastr

``` php {{ trans('member.signup') }} ``` Doesn't work, if we hardcode it to: ``` php {{ trans('member.signup') }} ``` It works

t:bug

An error is thrown: ``` php ErrorException in profile_basic.twig line 6: An exception has been thrown during the rendering of a template ("Argument 1 passed to MyBB\Core\Database\Repositories\Eloquent\UserProfileFieldRepository::hasForProfileField() must be an...

t:bug
auth

Results in: ``` php ErrorException in PostRepository.php line 184: Trying to get property of non-object ```

t:bug
auth

Signing up bug, it throws an error: ``` php QueryException in Connection.php line 673: SQLSTATE[42S22]: Column not found: 1054 Unknown column '0' in 'field list' (SQL: insert into `role_user` (`is_display`,...

t:bug

Running mybb 2.0 with Laravel 5.2 gives the error: ``` php TokenMismatchException in VerifyCsrfToken.php line 67 ``` Apparently Laravel requieres ``` php {{ csrf_field() }} or ```

t:bug

**API Platform version(s) affected**: 4.2.6 (working fine in 4.0.10) --- **Description** After upgrading from API Platform 4.0.10 to 4.2.6, the framework throws: Typed property `ApiPlatform\Metadata\HttpOperation::$strictQueryParameterValidation` must not be accessed before...