Demian Ottema
Demian Ottema
bugfix: Fix incompatibility issue with hydration hooks in forms (spatie-laravel-translatable-plugin)
Could this also be the solution for #11826?
Created a PR: #83
This is the output for php -v: PHP 8.2.4 (cli) (built: Mar 14 2023 17:54:25) (ZTS Visual C++ 2019 x64) Copyright (c) The PHP Group Zend Engine v4.2.4, Copyright (c)...
I am investigating further, and see the page stops working because the artisan serve command proceeds to a new port. When i start with 127.0.0.1:8000 then it "crashes" (with exitcode:-1073741819)...
The exit code –1073741819 corresponds to 0xC0000005 in hexadecimal, which indicates an unhandled Access Violation (memory access error) in Windows. https://peteronprogramming.wordpress.com/2018/05/29/list-of-peculiar-exit-codes-on-windows/
@sbrimon10 Can you confirm if you are using php from xampp? I am using xammp and it could be possible that could pe part of the problem
@alex-elivate I have installed the 8.3.22 version for php and discovered that it would run if i use that. No i can safely conclude that there is a issue within...