Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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 !!!!

share|improve this question
1  
And you are sure you have not created a recursive loop in a PHP file you created? By the way: this is related to Ubuntu how? I bet you get 'better' help at one of the other stackexchange sites (coding for instance). – Rinzwind Dec 1 '12 at 12:40
you are right , i the developer was creating a recursive loop – moata_u Dec 2 '12 at 8:42

closed as off topic by ajmitch, Stephen Myall, fossfreedom Dec 4 '12 at 23:19

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

as Rinzwind said , the issue was in code , the developer was creating a recursive loop

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.