Hannes

Results 32 comments of Hannes

Hi @DeveloperMarius , Thanks for your support. I have my own exception handler with the same code as yours above. But it doesn't work. ``` if($error instanceof TokenMismatchException) { $request->setRewriteCallback('InternalDefaultController@notFound');...

hi, sorry for late response. I tried the same way like riku22 - but the Custom exception handler doesn't catch it. I get everytime an "uncaught exception" error.

hi @Clrkz i changed the repo to this fork: https://github.com/DeveloperMarius/simple-php-router/tree/v5-development-php8 There are some fixes for php8 and many other things. The most of open PRs from this project were merged...

Change the routes order. Load first the admin routes and then the dynamic language routes.

But it's made by design. val() isn't a function from this library. It's native jQuery and disabled Items shouldn't return when calling val().

Hi, i think the reason is, that you can merge into an exist MyBB with threads. The vBulletin ThreadID is temporary stored in "import_tid" https://github.com/mybb/merge-system/blob/a5883f35f6d247758da7a15af4420b0b03fdaaa6/boards/vbulletin5/threads.php#L39-L40 The value "tid" (which is...

I think the logic is correct. You doesn't require the field but you don't say it is optional. Use "nullable" if it is not required. Then the validation bails is...

Hey @oyejorge I'm also able to Support and maintain this project. I use tom-select in a private project and found some bugs in the past. But i'm unhappy that Open...

Hey it's not a bug. Your use the regular Theme. For bootstrap add bootstrap5 to the css link. You can find the alternative theme files (bootstrap) in the dist folder...