Login or Register

RSS IconRecent posts in this topic

avatar
katjacobs on Dec 11. 2006. 7:12 pm
I'm running 0.7 and I just created a form. When I went to the Project Overview page (which was previously working) I received this error (after I turned debug on):

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 122880 bytes) in /home/myaccount/public_html/ac/layouts/project_website.php on line 100

My clients nor I can see the project overview page and consequently can't edit or add anything to the project.

Other pages seem to work just fine.

avatar
Ilija Studen on Dec 11. 2006. 8:55 pm
Quick fix would be to increase memory limit. Here are some instructions. I'll still need to see why activeCollab consumes that much memory.
activeCollab team member
avatar
katjacobs on Dec 11. 2006. 11:31 pm
I just increased it to 32mb and I still got the error. Then I increased it to 900 and I still got the error. I increased it, according to my webhost, asmallorange.com by adding this line to my .htaccess file:

php_value memory_limit 32M

I've played with different memory_limit values and I still get that error.
avatar
Ilija Studen on Dec 12. 2006. 1:12 am
So, you are having problems with memory on A Small Orange? Another user also had problems on it. I don't remember if anyone else reported it.

To see if you actually changed the memory limit you should check your phpinfo(). Just create a phpinfo.php file in your activeCollab installation and put:

<?php
  phpinfo();
?>


Search for memory_limit and see if your value from .htaccess is set. Don't forget to delete that file when you are done.
activeCollab team member
avatar
katjacobs on Dec 12. 2006. 2:20 am
Well it doesn't seem to be seeing the change. Thanks for helping me narrow down the issue. I'll talk with my host and see if I can identify how to change the memory limit.

Thanks!
avatar
katjacobs on Dec 12. 2006. 3:50 am
FYI - I don't know if this info will help you figure out the memory issue but ..... this memory error doesn't affect both my projects (I only have two project currently set up in AC), just one. I have no files uploaded and only a couple tasks and milestones. This error happened right after I create a for to add tasks to a task list.

Topic is locked. If you have something important to say about issues discussed on this page please write at hi@a51dev.com.

RSS IconRecent posts in this topic