Fatal error: Allowed memory size of 16777216 bytes exhausted
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
maybe you server doe
maybe you server doesn't allow increasing of memory limit
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 11
- Joined: 30 Mar 2008, 14:29
I got an e-mail from
I got an e-mail from my host, they tell me that i not allow to change anything my selv.
The problem is being fix by them, they are rasing my MB limit to 36mb, and taht should do it.
Thanks for help, and keep up the good work.
/TonnyO
The problem is being fix by them, they are rasing my MB limit to 36mb, and taht should do it.
Thanks for help, and keep up the good work.
/TonnyO
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
...
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 12 May 2011, 22:02
Re: Fatal error: Allowed memory size of 16777216 bytes exhau
Maybe
turn on pagination in Preferences
turn on pagination in Preferences
-
- Phoca Newbie
- Posts: 2
- Joined: 13 Oct 2011, 15:50
Re: Fatal error: Allowed memory size of 16777216 bytes exhau
I have found the issue with this problem and there should be a fix of some kind implemented, for the time being I have hacked Phoca. This issue only affects those with a large number of users. I have for example close to 200,000 users. When you create a new category Phoca queries the database for all user to fill all the drop downs for access setting. This query will exhaust the memory limit. Since I have no need to see a drop down of 200,000 users, I will be modifying the code to just implement some defaults. and disable this slow, memory hungry query of all my users.