We are currently facing a problem, I appreciate if you help me to solve it.
This is the error that we are currently facing:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 7680 bytes) in /home/bitrix/www/bitrix/modules/main/classes/general/virtual_io_filesystem.php on line 122
What I have done:
1- Increase the memory limit in php.ini
. ( but it does not work)
2-Restart apache httpd
3- Return back the memory value to its default in website php file (128m)
from server side ( it still does not work)
Could you please tell me what I have missed?