Jump to content

Edit History

webmasterXeral

webmasterXeral

I am having some issues every time I try to edit a product in backoffice on PS 1.7.5.2.

At first, I could not edit any product due to a memory limit in PHP, so I increased it from 512M to 1024M and it worked until now. Every time we try to edit a product it throws the following errors in the server log again:

AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /var/www/vhosts/myshopurl/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 122\n
PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32768 bytes) in /var/www/vhosts/myshopurl/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php on line 1\n
PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 180224 bytes) in Unknown on line 0\n', referer: https://myshopurl/backoffice/index.php/sell/catalog/products?_token=hOQGGRT0FrYd5xSr1eMhxCZo-2wneV0gjcgIfObX-cM

If I increase the memory to 2048M, these errors disappear, but clicking on edit a product takes up to 2 minutes to show it.

My PHP settings right now:

PHP version: 7.2.19
memory_limit: 2048M
max_execution_time: 300
max_input_time: 300

Any ideas of what may be happening?

webmasterXeral

webmasterXeral

I am having some issues every time I try to edit a product in backoffice on PS 1.7.5.2.

At first, I could not edit any product due to a memory limit in PHP, so I increased it from 512M to 1024M and it worked until now. Every time we try to edit a product it throws the following errors in the server log again:

AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes) in /var/www/vhosts/columbiastore-lugo.com/httpdocs/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php on line 122\n
PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32768 bytes) in /var/www/vhosts/columbiastore-lugo.com/httpdocs/vendor/symfony/symfony/src/Symfony/Component/Debug/Exception/OutOfMemoryException.php on line 1\n
PHP message: PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 180224 bytes) in Unknown on line 0\n', referer: https://columbiastore-lugo.com/adminxeral/index.php/sell/catalog/products?_token=hOQGGRT0FrYd5xSr1eMhxCZo-2wneV0gjcgIfObX-cM

If I increase the memory to 2048M, these errors disappear, but clicking on edit a product takes up to 2 minutes to show it.

My PHP settings right now:

PHP version: 7.2.19
memory_limit: 2048M
max_execution_time: 300
max_input_time: 300

Any ideas of what may be happening?

×
×
  • Create New...