am getting the follwoing error :
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 7680 bytes) in /home/*/public_html/index.php on line 14
what i did trying solve the issue :
- Increasing the PHP memory limit at the server level (php.ini)
- Increasing the PHP memory limit at the application level(local.php.ini)
- Increasing the PHP memory limit at the .htaccess level
- Increasing the PHP memory limit at the code level
still getting same error .... any idea !!!!
