PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes) in /home/bandagas/public_html/concrete/vendor/symfony/http-foundation/Request.php on line 1967

Permalink
¡PLEASE HELP!
I recently updated to version 8.3 my site due to the unbeatability of versions with php, after this the blocks were unabaliable on edit mode, so I tried to return a previous version, however I could not do it and now my page does not show and in the error_log I shows the following error
Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes) in public_html/concrete/vendor/symfony/http-foundation/Request.php on line 1967, I already changed the php versions and their settings and nothing seems to work, please help, I don't know what else to do.

 
hutman replied on at Permalink Reply
hutman
It looks like your memory limit is set to 2M, this should be something more like 256M
erycervantes1 replied on at Permalink Reply 1 Attachment
I already changed the memory limit, but the problem persists
hutman replied on at Permalink Reply
hutman
Is the error message exactly the same?
erycervantes1 replied on at Permalink Reply
Yes it is the same:
PHP Fatal error: Allowed memory size of 2097152 bytes exhausted (tried to allocate 32768 bytes) in /public_html/concrete/vendor/symfony/http-foundation/Request.php on line 1971
hutman replied on at Permalink Reply
hutman
If that is the case, your changes are not taking affect on the site, that might be something to ask your host.
erycervantes1 replied on at Permalink Reply
They told me that they made the change that probably something in my concrete configuration was overflowing memory, but I don't have a clue
hutman replied on at Permalink Reply
hutman
The number 2097152 in the error indicates that the Memory Size is 2M. It's possible you have a .php.ini in the root of your website that's causing the problem, but it's impossible for anybody who doesn't have access to the website files to troubleshoot this.