Closed John674 closed 5 years ago
I'm also getting 500 error. PHP: 7.1.14, Laravel 5.8.18, Platform: Windows, Webserver: Apache The response shows below message:
{message: "Writing to //.config/psysh is not allowed.", exception: "ErrorException",…}
exception: "ErrorException"
file: "X:\XXXXXX\xxxx-xxx-xxx\vendor\psy\psysh\src\ConfigPaths.php"
line: 228
message: "Writing to //.config/psysh is not allowed."
trace: [{function: "handleError", class: "Illuminate\Foundation\Bootstrap\HandleExceptions", type: "->"},…]
This is fixed in the latest version.
I have error 500 in the browser`s console after I am trying run the code but from the terminal, the tinker works perfectly. How to fix the error 500? Thanks