[SOLVED] Allowed memory size exhausted ??

10 years 7 months ago - 10 years 7 months ago #231997 by IBeRKa
Hello!

Joomla: 2.5.14
CB: 1.9
Seblod: 3.1.5
Kunena: 3.0.1
uddeIM: 3.0

Location: Joomla! Backend, CB Dashbard
Action: Clicking either on "Configuration" or "User management" (all others work fine so far).
Result: Error message like below

Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 261900 bytes) in /www/htdocs/v314393/dom/cms/joomla/2.5.tarot/administrator/components/com_comprofiler/library/cb/cb.acl.php on line 498

I tried already the commonly recommended advice to add sth to configuration.pgp like:
ini_set('memory_limit','64M'); => No changes, same error
ini_set('memory_limit','128M'); => Error 500


So what can I do now to fix it?

TIA for any helpful hint!

Regards, Me

Please Log in to join the conversation.

10 years 7 months ago #232007 by krileon
Replied by krileon on topic Allowed memory size exhausted ??
You moved the moderator, admin, or super usergroup into Registered or some other parent group. This causes CB to go into an infinite loop. This is fixed for next release (CB 1.9.1). You can quickfix the issue with the below change.

IN: administrator/components/com_comprofiler/library/cb/cb.acl.php
ON: Line 497
FROM:
if ( $type === 1 ) {
TO:
if ( ( $type === 1 ) && ( $gid !== 6 ) ) {
ON: Line 499
FROM:
} elseif ( $type === 2 ) {
TO:
} elseif ( ( $type === 2 ) && ( $gid !== 8 ) ) {


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: IBeRKa

Please Log in to join the conversation.

10 years 7 months ago #232045 by IBeRKa
Replied by IBeRKa on topic Allowed memory size exhausted ??
Ahoy!

krileon wrote: You moved the moderator, admin, or super usergroup into Registered or some other parent group.

Without having access to my joomla's backend you know all this? Working for the NSA, eh? ;-)

krileon wrote: This causes CB to go into an infinite loop. This is fixed for next release (CB 1.9.1). You can quickfix the issue with the below change.
[...]

:woohoo: you my hero again! Thank you sooooo much! :cheer:

Kind regards,
Me
The following user(s) said Thank You: krileon

Please Log in to join the conversation.

10 years 7 months ago #232062 by krileon
Replied by krileon on topic Allowed memory size exhausted ??

Without having access to my joomla's backend you know all this? Working for the NSA, eh?

Nah, just a bug we found awhile back, lol. You can see it on our forge below. :)

forge.joomlapolis.com/issues/4026


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: IBeRKa

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.196 seconds

Facebook Twitter LinkedIn