We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error occurs when trying to write an event into the database. Every post route I have writes, at least, one event into the DB.
No other error appears but the following one.
[2023-08-25 13:13:23] production.ERROR: Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) {"userId":607,"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Allowed memory size of 536870912 bytes exhausted (tried to allocate 20480 bytes) at /var/www/proveedores-cm/vendor/spatie/better-types/src/Handlers.php:70) [stacktrace] #0 {main} "}
A completely dark screen appears when issuing a post on whichever form I have.
I had to return to version 7.3.5 and it started working fine.
If I could give any more info, please let me know
The text was updated successfully, but these errors were encountered:
Solved in #437
Sorry, something went wrong.
No branches or pull requests
This error occurs when trying to write an event into the database. Every post route I have writes, at least, one event into the DB.
No other error appears but the following one.
A completely dark screen appears when issuing a post on whichever form I have.
I had to return to version 7.3.5 and it started working fine.
If I could give any more info, please let me know
The text was updated successfully, but these errors were encountered: