Hello, I have reviewed this forum and have not have any success in correcting this issue.
I am getting an HTTP ERROR 500. When editing the user profile on the frontend
When looking at the php_error log, I find it is
'Allowed memory size of 134217728 bytes exhausted (tried to allocate 31457280 bytes) in ........./web/content/libraries/joomla/database/driver.php on line 2274'.
I have tried adding a line(php_value memory_limit 32M) to my htaccess file. I still get the HTTP ERROR 500.
Also, Added 'ini_set('memory_limit','32M');' to my index.php file both in the content and admin directories. My application does not open after.
I can't get to the php.ini file.
I disabled CB autoaction, CB query, CB Events and no luck
Thank you in advance!